diff --git a/public/writing-evaluation.png b/public/writing-evaluation.png new file mode 100644 index 0000000..429c215 Binary files /dev/null and b/public/writing-evaluation.png differ diff --git a/src/templates/Home.tsx b/src/templates/Home.tsx index 4abf506..2b7f6dd 100644 --- a/src/templates/Home.tsx +++ b/src/templates/Home.tsx @@ -37,7 +37,7 @@ export default function Home({language}: Props) { {/* Modules Section */}
-
+
@@ -77,6 +77,43 @@ export default function Home({language}: Props) {
+ {/* Learn with AI */} +
+
+
+ + {translation.learn_ai.tag.highlight[language]}{" "} + {translation.learn_ai.tag.text[language]} + +
+ + {translation.learn_ai.title.text[language]}{" "} + {translation.learn_ai.title.highlight[language]} + +

{translation.learn_ai.description[language]}

+
+ + + +
+
+
+
+ Person using a laptop +
+
+
+
+
+
+ Person using a laptop +
+
+
+
+ {/* EnCoach Benefits Section */}
diff --git a/src/translation/home.json b/src/translation/home.json index 80c0118..7d63f42 100644 --- a/src/translation/home.json +++ b/src/translation/home.json @@ -45,6 +45,36 @@ } } }, + "learn_ai": { + "tag": { + "text": { + "en": "Learn with AI", + "ar": "الإنكوتش" + }, + "highlight": { + "en": "Join us", + "ar": "فوائد" + } + }, + "title": { + "text": { + "en": "Get your answers evaluated by", + "ar": "لقد تم تسجيل الطلاب على موقعنا" + }, + "highlight": { + "en": "AI", + "ar": "منصة" + } + }, + "description": { + "en": "Our evaluation system uses artificial intelligence to give you the best feedback possible without the need of a tutor.", + "ar": "لدينا بالفعل العديد من الطلاب الذين يدرسون عبر الإنترنت تحت إشراف مدربنا الرقمي، لذا تعال وانضم إلى المجتمع" + }, + "join": { + "en": "Join", + "ar": "ينضم" + } + }, "learn_more": { "en": "Learn more", "ar": "يتعلم أكثر"