diff --git a/index.html b/index.html
index bb08c07..9c04fea 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,14 @@
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Caudex:wght@700&display=swap"
/>
-
imgPub - PDF OCR Sihirbazı
+
+ imagepub - OCR/Epub Sihirbazı
diff --git a/src/pages/auth/AuthPage.jsx b/src/pages/auth/AuthPage.jsx
index 526a1b1..a14e33f 100644
--- a/src/pages/auth/AuthPage.jsx
+++ b/src/pages/auth/AuthPage.jsx
@@ -14,7 +14,7 @@ import { Link as RouterLink } from 'react-router-dom';
const copy = {
login: {
eyebrow: 'Tek panel, sonsuz çıktı',
- heading: 'imgpub stüdyona giriş yap',
+ heading: 'imagepub giriş yap',
body:
'OCR, crop ve EPUB üretimini tek akışta yöneten imgpub hesabına eriş. Taslaklarını, kapaklarını ve sürümlerini nerede kalmış olursan ol devam ettir.',
submit: 'Giriş yap',
@@ -88,7 +88,7 @@ const AuthPage = ({ mode }) => {
variant="h4"
sx={{ fontFamily: '"Caudex", serif', color: '#1C1815', fontWeight: 700, letterSpacing: 1 }}
>
- imgpub
+ imagepub
{variant.eyebrow}
@@ -188,38 +188,46 @@ const AuthShowcase = ({ mode }) => {
- {variant.highlights.map((item) => (
-
- {
+ const iconMap = {
+ 'Kütüphanendeki projeleri bulutta sakla': 'fa-solid fa-crop-simple',
+ 'OCR sonrası metinleri EPUB şablonlarına aktar': 'fa-solid fa-book',
+ 'Toplu crop ile sayfa düzenini koru': 'fa-solid fa-image',
+ };
+ const iconClass = iconMap[item];
+ return (
+
- •
-
- {item}
-
- ))}
+
+ {iconClass ? : '•'}
+
+ {item}
+
+ );
+ })}
);
@@ -249,7 +257,19 @@ const AuthIllustration = () => (
-
+
+
+
OCR & Crop
Sayfa kenarlarını otomatik hizala