Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b0f91fa6aa | |||
| 9ac37984ec | |||
| e37d192ae3 | |||
| 47aa88b0c7 | |||
| b96621ad57 |
@@ -89,9 +89,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "التلخيص التلقائي", description: "حوّل محاضراتك الطويلة إلى نقاط مفيدة.", imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-analyzing-architectural-sketches-blueprints-his-home_482257-90908.jpg", imageAlt: "AI Summarization" },
|
||||
{ title: "تنظيم الملاحظات", description: "كل ملفاتك في مكان واحد، مرتبة ومنظمة.", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-room-workplace-office-supplies-concept_53876-147673.jpg", imageAlt: "Notes Organization" },
|
||||
{ title: "أسئلة وإجابات", description: "اسأل تطبيقك عن أي معلومة في ملفاتك.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-3d-geometric-background_23-2149181500.jpg", imageAlt: "Q&A System" }
|
||||
{ title: "التلخيص التلقائي", description: "حوّل محاضراتك الطويلة إلى نقاط مفيدة.", imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-analyzing-architectural-sketches-blueprints-his-home_482257-90908.jpg", imageAlt: "AI Summarization", buttons: [{ text: "جرب التلخيص" }] },
|
||||
{ title: "تنظيم الملاحظات", description: "كل ملفاتك في مكان واحد، مرتبة ومنظمة.", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-room-workplace-office-supplies-concept_53876-147673.jpg", imageAlt: "Notes Organization", buttons: [{ text: "نظم الآن" }] },
|
||||
{ title: "أسئلة وإجابات", description: "اسأل تطبيقك عن أي معلومة في ملفاتك.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-3d-geometric-background_23-2149181500.jpg", imageAlt: "Q&A System", buttons: [{ text: "ابدأ بالسؤال" }] }
|
||||
]}
|
||||
title="مميزات ذكية للمذاكرة"
|
||||
description="استكشف الأدوات التي ستغير إنتاجيتك الدراسية."
|
||||
@@ -134,7 +134,8 @@ export default function LandingPage() {
|
||||
faqs={[
|
||||
{ id: "f1", title: "هل التطبيق مجاني؟", content: "نعم، لدينا خطة أساسية مجانية متاحة لكل الطلاب." },
|
||||
{ id: "f2", title: "هل يدعم اللغة العربية؟", content: "بالتأكيد، التطبيق مصمم ليدعم اللغة العربية بكفاءة عالية." },
|
||||
{ id: "f3", title: "هل يمكنني ربط ملفاتي؟", content: "يمكنك رفع ملفات PDF، Word، وروابط الويب بسهولة." }
|
||||
{ id: "f3", title: "هل يمكنني ربط ملفاتي؟", content: "يمكنك رفع ملفات PDF، Word، وروابط الويب بسهولة." },
|
||||
{ id: "f4", title: "هل وثائقي خاصة وآمنة؟", content: "نحن نلتزم بأعلى معايير الخصوصية. جميع وثائقك مشفرة ولا يتم مشاركتها مع أي طرف ثالث." }
|
||||
]}
|
||||
title="الأسئلة الشائعة"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -165,4 +166,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user