Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
184
src/app/page.tsx
184
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية",
|
||||
id: "hero",
|
||||
},
|
||||
name: "الرئيسية", id: "hero"},
|
||||
{
|
||||
name: "عن المدرسة",
|
||||
id: "about",
|
||||
},
|
||||
name: "عن المدرسة", id: "about"},
|
||||
{
|
||||
name: "الخدمات",
|
||||
id: "features",
|
||||
},
|
||||
name: "الخدمات", id: "features"},
|
||||
{
|
||||
name: "الكادر",
|
||||
id: "team",
|
||||
},
|
||||
name: "الكادر", id: "team"},
|
||||
{
|
||||
name: "اتصل بنا",
|
||||
id: "contact",
|
||||
},
|
||||
name: "اتصل بنا", id: "contact"},
|
||||
]}
|
||||
brandName="ثانويتنا المتميزة"
|
||||
/>
|
||||
@@ -60,32 +50,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="بناء جيل المستقبل في ثانويتنا المتميزة"
|
||||
description="نحن نؤمن بأن التعليم هو المفتاح لفتح أبواب الفرص. انضم إلينا في رحلة التميز الأكاديمي والنمو الشخصي."
|
||||
tag="مستقبل مشرق"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blurred-restaurant_1339-2815.jpg",
|
||||
imageAlt: "طالب يدرس في الفصل",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blurred-restaurant_1339-2815.jpg", imageAlt: "طالب يدرس في الفصل"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-students-listent-asian-friend-glasses-who-telling-new-joke-girls-wears-jeans-trendy-headphones-spending-time-with-fellows-street-beside-cafe_197531-3868.jpg",
|
||||
imageAlt: "نشاط جماعي في المدرسة",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/education-conceptual-image_1204-388.jpg",
|
||||
imageAlt: "Education conceptual image.",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-futuristic-school-classroom_23-2150892692.jpg",
|
||||
imageAlt: "Abstract futuristic school classroom",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-exam_23-2149038431.jpg",
|
||||
imageAlt: "Colleagues studying together for an exam",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-students-listent-asian-friend-glasses-who-telling-new-joke-girls-wears-jeans-trendy-headphones-spending-time-with-fellows-street-beside-cafe_197531-3868.jpg", imageAlt: "نشاط جماعي في المدرسة"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -101,17 +74,11 @@ export default function LandingPage() {
|
||||
description="نهدف إلى تقديم تعليم متكامل يجمع بين المعرفة الأكاديمية والمهارات الحياتية، لضمان تخريج طلاب مؤهلين للمنافسة في سوق العمل العالمي."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "سنة من التميز",
|
||||
},
|
||||
value: "15+", title: "سنة من التميز"},
|
||||
{
|
||||
value: "500+",
|
||||
title: "طالب متخرج",
|
||||
},
|
||||
value: "500+", title: "طالب متخرج"},
|
||||
{
|
||||
value: "95%",
|
||||
title: "نسبة نجاح",
|
||||
},
|
||||
value: "95%", title: "نسبة نجاح"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-adults-walking-together-outside_23-2149033744.jpg"
|
||||
imageAlt="مبنى المدرسة الأكاديمي"
|
||||
@@ -128,19 +95,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: BookOpen,
|
||||
title: "مناهج حديثة",
|
||||
description: "تطوير مستمر للمناهج لتناسب متطلبات العصر.",
|
||||
},
|
||||
title: "مناهج حديثة", description: "تطوير مستمر للمناهج لتناسب متطلبات العصر."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "بيئة تفاعلية",
|
||||
description: "نشجع التعاون والعمل الجماعي بين الطلاب.",
|
||||
},
|
||||
title: "بيئة تفاعلية", description: "نشجع التعاون والعمل الجماعي بين الطلاب."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "نشاطات لا صفية",
|
||||
description: "برامج رياضية وثقافية لتنمية المواهب.",
|
||||
},
|
||||
title: "نشاطات لا صفية", description: "برامج رياضية وثقافية لتنمية المواهب."},
|
||||
]}
|
||||
title="لماذا تختار ثانويتنا؟"
|
||||
description="نقدم بيئة تعليمية متكاملة تساعد الطالب على التفوق والنجاح."
|
||||
@@ -155,20 +116,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
description: "رضا أولياء الأمور",
|
||||
},
|
||||
id: "m1", value: "100%", description: "رضا أولياء الأمور"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
description: "معلم خبير",
|
||||
},
|
||||
id: "m2", value: "50+", description: "معلم خبير"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "20",
|
||||
description: "مختبر مجهز",
|
||||
},
|
||||
id: "m3", value: "20", description: "مختبر مجهز"},
|
||||
]}
|
||||
title="إنجازاتنا"
|
||||
description="فخورون بالنتائج التي يحققها طلابنا كل عام."
|
||||
@@ -182,23 +134,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "أ. أحمد",
|
||||
role: "مدير المدرسة",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-senior-businessman-with-flipchart_1262-1744.jpg",
|
||||
},
|
||||
id: "t1", name: "أ. أحمد", role: "مدير المدرسة", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-senior-businessman-with-flipchart_1262-1744.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "أ. سارة",
|
||||
role: "رئيسة القسم العلمي",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-posing_23-2148142135.jpg",
|
||||
},
|
||||
id: "t2", name: "أ. سارة", role: "رئيسة القسم العلمي", imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-posing_23-2148142135.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "أ. محمد",
|
||||
role: "مستشار أكاديمي",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-making-calculations-office_23-2147808082.jpg",
|
||||
},
|
||||
id: "t3", name: "أ. محمد", role: "مستشار أكاديمي", imageSrc: "http://img.b2bpic.net/free-photo/women-making-calculations-office_23-2147808082.jpg"},
|
||||
]}
|
||||
title="كادرنا التعليمي"
|
||||
description="نخبة من المعلمين المتخصصين لضمان أفضل تعليم."
|
||||
@@ -211,45 +151,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "ممتاز",
|
||||
quote: "مستوى تعليمي راقٍ جداً.",
|
||||
name: "أم محمد",
|
||||
role: "ولية أمر",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-library_641386-223.jpg",
|
||||
},
|
||||
id: "1", title: "ممتاز", quote: "مستوى تعليمي راقٍ جداً.", name: "أم محمد", role: "ولية أمر", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-library_641386-223.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "مبدعون",
|
||||
quote: "بيئة محفزة للأبناء.",
|
||||
name: "أبو خالد",
|
||||
role: "ولي أمر",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter_1303-4692.jpg",
|
||||
},
|
||||
id: "2", title: "مبدعون", quote: "بيئة محفزة للأبناء.", name: "أبو خالد", role: "ولي أمر", imageSrc: "http://img.b2bpic.net/free-photo/father-daughter_1303-4692.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "احترافية",
|
||||
quote: "تواصل مستمر مع الأهالي.",
|
||||
name: "أم سلمى",
|
||||
role: "ولية أمر",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-multiethnic-dark-skinned-woman-youngster-give-high-five-each-other-sit-workplace-achieve-good-results-while-study-together-write-records-notepad-demonstrate-their-agreement_273609-29243.jpg",
|
||||
},
|
||||
id: "3", title: "احترافية", quote: "تواصل مستمر مع الأهالي.", name: "أم سلمى", role: "ولية أمر", imageSrc: "http://img.b2bpic.net/free-photo/glad-multiethnic-dark-skinned-woman-youngster-give-high-five-each-other-sit-workplace-achieve-good-results-while-study-together-write-records-notepad-demonstrate-their-agreement_273609-29243.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "جودة عالية",
|
||||
quote: "نظام تربوي متكامل.",
|
||||
name: "أبو يوسف",
|
||||
role: "ولي أمر",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-adopted-by-couple_23-2149574106.jpg",
|
||||
},
|
||||
id: "4", title: "جودة عالية", quote: "نظام تربوي متكامل.", name: "أبو يوسف", role: "ولي أمر", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-adopted-by-couple_23-2149574106.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "شكراً لكم",
|
||||
quote: "نتائج أبنائي تحسنت كثيراً.",
|
||||
name: "أم عبدالله",
|
||||
role: "ولية أمر",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-morally-supports-daughters-holding-hands-encourages-children-accompanies-students-school_169016-13549.jpg",
|
||||
},
|
||||
id: "5", title: "شكراً لكم", quote: "نتائج أبنائي تحسنت كثيراً.", name: "أم عبدالله", role: "ولية أمر", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-morally-supports-daughters-holding-hands-encourages-children-accompanies-students-school_169016-13549.jpg"},
|
||||
]}
|
||||
title="آراء أولياء الأمور"
|
||||
description="كلمات تفتخر بها المدرسة."
|
||||
@@ -262,20 +172,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "كيف أقدم طلباً؟",
|
||||
content: "يمكنك التقديم عبر الموقع الإلكتروني أو زيارة مقر المدرسة.",
|
||||
},
|
||||
id: "f1", title: "كيف أقدم طلباً؟", content: "يمكنك التقديم عبر الموقع الإلكتروني أو زيارة مقر المدرسة."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "هل توفرون مواصلات؟",
|
||||
content: "نعم، نوفر حافلات مدرسية لكافة المناطق.",
|
||||
},
|
||||
id: "f2", title: "هل توفرون مواصلات؟", content: "نعم، نوفر حافلات مدرسية لكافة المناطق."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "ما هي أوقات الدوام؟",
|
||||
content: "من السابعة صباحاً وحتى الثالثة عصراً.",
|
||||
},
|
||||
id: "f3", title: "ما هي أوقات الدوام؟", content: "من السابعة صباحاً وحتى الثالثة عصراً."},
|
||||
]}
|
||||
title="أسئلة متكررة"
|
||||
description="إجابات على أكثر التساؤلات شيوعاً."
|
||||
@@ -287,16 +188,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="اتصل بنا"
|
||||
title="سجل ابنك اليوم"
|
||||
description="نحن هنا للإجابة على جميع استفساراتكم وتلقي طلباتكم."
|
||||
buttons={[
|
||||
{
|
||||
text: "تواصل معنا",
|
||||
href: "mailto:info@school.edu",
|
||||
},
|
||||
text: "تواصل معنا", href: "mailto:info@school.edu"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -307,29 +205,19 @@ export default function LandingPage() {
|
||||
logoText="ثانويتنا المتميزة"
|
||||
columns={[
|
||||
{
|
||||
title: "روابط سريعة",
|
||||
items: [
|
||||
title: "روابط سريعة", items: [
|
||||
{
|
||||
label: "الصفحة الرئيسية",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "الصفحة الرئيسية", href: "#hero"},
|
||||
{
|
||||
label: "عن المدرسة",
|
||||
href: "#about",
|
||||
},
|
||||
label: "عن المدرسة", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "اتصل بنا",
|
||||
items: [
|
||||
title: "اتصل بنا", items: [
|
||||
{
|
||||
label: "البريد الإلكتروني",
|
||||
href: "mailto:info@school.edu",
|
||||
},
|
||||
label: "البريد الإلكتروني", href: "mailto:info@school.edu"},
|
||||
{
|
||||
label: "الهاتف",
|
||||
href: "tel:12345678",
|
||||
},
|
||||
label: "الهاتف", href: "tel:12345678"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user