4 Commits

Author SHA1 Message Date
e37d192ae3 Update src/app/page.tsx 2026-05-13 00:16:46 +00:00
b96621ad57 Merge version_2 into main
Merge version_2 into main
2026-05-13 00:15:26 +00:00
6dd6242475 Update src/app/page.tsx 2026-05-13 00:15:23 +00:00
a164999639 Merge version_1 into main
Merge version_1 into main
2026-05-13 00:13:34 +00:00

View File

@@ -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>
);
}
}