Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e37d192ae3 | |||
| b96621ad57 | |||
| 6dd6242475 | |||
| a164999639 |
@@ -77,6 +77,7 @@ export default function LandingPage() {
|
||||
{ value: "1M+", title: "ملاحظة تم تلخيصها" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164858.jpg"
|
||||
mediaBadge={{ text: "موثوق من قبل 50,000+ طالب" }}
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -88,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="استكشف الأدوات التي ستغير إنتاجيتك الدراسية."
|
||||
@@ -164,4 +165,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user