Update src/app/page.tsx
This commit is contained in:
216
src/app/page.tsx
216
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Sparkles, Brain, BookOpen, ShieldCheck } from "lucide-react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
@@ -31,26 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "عن المدرسة",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "المميزات",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "الأسئلة الشائعة",
|
||||
id: "faq",
|
||||
},
|
||||
{
|
||||
name: "اتصل بنا",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "الرئيسية", id: "hero" },
|
||||
{ name: "عن المدرسة", id: "about" },
|
||||
{ name: "المميزات", id: "features" },
|
||||
{ name: "الأسئلة الشائعة", id: "faq" },
|
||||
{ name: "اتصل بنا", id: "contact" },
|
||||
]}
|
||||
brandName="ثانويتنا المتميزة"
|
||||
/>
|
||||
@@ -60,36 +46,16 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="مرحباً بكم في ثانويتنا المتميزة"
|
||||
description="نصنع قادة المستقبل من خلال تعليم متطور وبيئة أكاديمية محفزة للتميز والإبداع."
|
||||
buttons={[
|
||||
{
|
||||
text: "استكشف المدرسة",
|
||||
href: "#about",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "استكشف المدرسة", href: "#about" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-meeting-startups_23-2148898709.jpg"
|
||||
showBlur={true}
|
||||
textPosition="bottom"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-teenagers-with-books-library_23-2147860710.jpg",
|
||||
alt: "Cheerful teenagers with books in library",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/diverse-teenagers-engrossed-reading-books-school-library_482257-123657.jpg",
|
||||
alt: "Diverse teenagers engrossed in reading books at the school library",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-teen-girl-working-hard-developing-writing-skills-library_482257-125660.jpg",
|
||||
alt: "African american teen girl working hard on developing writing skills at library",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/focused-teenagers-reading-book-near-railing_23-2147864034.jpg",
|
||||
alt: "Focused teenagers reading book near railing",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-child-hugging-their-parents_1098-890.jpg",
|
||||
alt: "Smiling child hugging their parents",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-teenagers-with-books-library_23-2147860710.jpg", alt: "Cheerful teenagers with books in library" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/diverse-teenagers-engrossed-reading-books-school-library_482257-123657.jpg", alt: "Diverse teenagers engrossed in reading books at the school library" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/african-american-teen-girl-working-hard-developing-writing-skills-library_482257-125660.jpg", alt: "African american teen girl working hard on developing writing skills at library" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/focused-teenagers-reading-book-near-railing_23-2147864034.jpg", alt: "Focused teenagers reading book near railing" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-child-hugging-their-parents_1098-890.jpg", alt: "Smiling child hugging their parents" },
|
||||
]}
|
||||
avatarText="انضموا إلى أكثر من 500 طالب مبدع"
|
||||
/>
|
||||
@@ -102,18 +68,9 @@ export default function LandingPage() {
|
||||
title="رؤيتنا التعليمية"
|
||||
description="نسعى لتقديم تجربة تعليمية فريدة تدمج بين التميز الأكاديمي وتنمية الشخصية."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "بيئة تعليمية حديثة",
|
||||
description: "مرافق مجهزة بأحدث تقنيات التعليم.",
|
||||
},
|
||||
{
|
||||
title: "كادر تعليمي متخصص",
|
||||
description: "نخبة من المعلمين المبدعين والملهمين.",
|
||||
},
|
||||
{
|
||||
title: "تنمية المواهب",
|
||||
description: "برامج دعم إضافية لصقل مهارات الطلاب.",
|
||||
},
|
||||
{ title: "بيئة تعليمية حديثة", description: "مرافق مجهزة بأحدث تقنيات التعليم." },
|
||||
{ title: "كادر تعليمي متخصص", description: "نخبة من المعلمين المبدعين والملهمين." },
|
||||
{ title: "تنمية المواهب", description: "برامج دعم إضافية لصقل مهارات الطلاب." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-apartment-design-comfortable-chair-by-wide-window-generated-by-ai_188544-26062.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -125,26 +82,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "مختبرات متطورة",
|
||||
description: "تجهيزات علمية متكاملة للتطبيقات العملية.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/e-learning-education-networking-website-study-concept_53876-167089.jpg",
|
||||
},
|
||||
{
|
||||
title: "نشاطات طلابية",
|
||||
description: "برامج رياضية وثقافية متنوعة.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-smartphone_23-2148389008.jpg",
|
||||
},
|
||||
{
|
||||
title: "دعم أكاديمي",
|
||||
description: "إرشاد تربوي مستمر لكل طالب.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-planning-trip-table_23-2148925830.jpg",
|
||||
},
|
||||
{
|
||||
title: "بيئة آمنة",
|
||||
description: "نظام بيئي تعليمي آمن ومحفز للجميع.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stationary-items-photovoltaics-factory-engineering-workspace-desk_482257-120473.jpg",
|
||||
},
|
||||
{ title: "مختبرات متطورة", description: "تجهيزات علمية متكاملة للتطبيقات العملية.", imageSrc: "http://img.b2bpic.net/free-photo/e-learning-education-networking-website-study-concept_53876-167089.jpg", buttonIcon: Brain },
|
||||
{ title: "نشاطات طلابية", description: "برامج رياضية وثقافية متنوعة.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-smartphone_23-2148389008.jpg", buttonIcon: Sparkles },
|
||||
{ title: "دعم أكاديمي", description: "إرشاد تربوي مستمر لكل طالب.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-planning-trip-table_23-2148925830.jpg", buttonIcon: BookOpen },
|
||||
{ title: "بيئة آمنة", description: "نظام بيئي تعليمي آمن ومحفز للجميع.", imageSrc: "http://img.b2bpic.net/free-photo/stationary-items-photovoltaics-factory-engineering-workspace-desk_482257-120473.jpg", buttonIcon: ShieldCheck },
|
||||
]}
|
||||
title="لماذا تختار ثانويتنا؟"
|
||||
description="ميزات استثنائية تدعم رحلة الطالب التعليمية نحو النجاح."
|
||||
@@ -158,21 +99,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "95%",
|
||||
description: "نسبة النجاح الأكاديمي",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
description: "طالب مبدع",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "20+",
|
||||
description: "برنامج تعليمي متطور",
|
||||
},
|
||||
{ id: "m1", value: "95%", description: "نسبة النجاح الأكاديمي" },
|
||||
{ id: "m2", value: "500+", description: "طالب مبدع" },
|
||||
{ id: "m3", value: "20+", description: "برنامج تعليمي متطور" },
|
||||
]}
|
||||
title="إنجازات مدرستنا"
|
||||
description="أرقام تعكس مستوى التزامنا بالتميز التعليمي."
|
||||
@@ -186,21 +115,9 @@ export default function LandingPage() {
|
||||
tag="نخبة التربويين"
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "د. أحمد علي",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trans-person-working-office-with-colleagues_23-2149286980.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "أ. سارة خالد",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-men-collaborating-with-notepads_23-2147655853.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "أ. محمد سعيد",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-discussing-idea-with-interest_23-2147655804.jpg",
|
||||
},
|
||||
{ id: "t1", name: "د. أحمد علي", imageSrc: "http://img.b2bpic.net/free-photo/trans-person-working-office-with-colleagues_23-2149286980.jpg" },
|
||||
{ id: "t2", name: "أ. سارة خالد", imageSrc: "http://img.b2bpic.net/free-photo/young-men-collaborating-with-notepads_23-2147655853.jpg" },
|
||||
{ id: "t3", name: "أ. محمد سعيد", imageSrc: "http://img.b2bpic.net/free-photo/people-discussing-idea-with-interest_23-2147655804.jpg" },
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
@@ -212,60 +129,16 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "خالد محمود",
|
||||
role: "ولي أمر",
|
||||
company: "عائلة متميزة",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sensual-student-with-hand-chin_1169-121.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "ليلى سمير",
|
||||
role: "طالبة",
|
||||
company: "الدفعة الذهبية",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-adopted-by-couple_23-2149574085.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "عمر أحمد",
|
||||
role: "ولي أمر",
|
||||
company: "شريك تعليمي",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-laughing_23-2147615920.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "نورة العتيبي",
|
||||
role: "طالبة",
|
||||
company: "فريق الإبداع",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-graduation-gown-cap-standing-straight-posing-camera-looking-cute_176474-82512.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "ياسر إبراهيم",
|
||||
role: "ولي أمر",
|
||||
company: "عائلة داعمة",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-hugging-his-son_23-2147562065.jpg",
|
||||
},
|
||||
{ id: "1", name: "خالد محمود", role: "ولي أمر", company: "عائلة متميزة", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sensual-student-with-hand-chin_1169-121.jpg" },
|
||||
{ id: "2", name: "ليلى سمير", role: "طالبة", company: "الدفعة الذهبية", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-girl-adopted-by-couple_23-2149574085.jpg" },
|
||||
{ id: "3", name: "عمر أحمد", role: "ولي أمر", company: "شريك تعليمي", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-laughing_23-2147615920.jpg" },
|
||||
{ id: "4", name: "نورة العتيبي", role: "طالبة", company: "فريق الإبداع", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-graduation-gown-cap-standing-straight-posing-camera-looking-cute_176474-82512.jpg" },
|
||||
{ id: "5", name: "ياسر إبراهيم", role: "ولي أمر", company: "عائلة داعمة", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-father-hugging-his-son_23-2147562065.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5/5",
|
||||
label: "تقييم الرضا",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "فخر بالانتماء",
|
||||
},
|
||||
{
|
||||
value: "40+",
|
||||
label: "سنة من التميز",
|
||||
},
|
||||
{ value: "5/5", label: "تقييم الرضا" },
|
||||
{ value: "100%", label: "فخر بالانتماء" },
|
||||
{ value: "40+", label: "سنة من التميز" },
|
||||
]}
|
||||
title="ماذا يقول أولياء الأمور؟"
|
||||
description="قصص نجاح تعكس تجربة طلابنا في ثانويتنا."
|
||||
@@ -277,21 +150,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "ما هي متطلبات التسجيل؟",
|
||||
content: "يمكنك التقديم عبر موقعنا أو زيارة مكتب شؤون الطلاب.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "هل توجد أنشطة لاصفية؟",
|
||||
content: "نعم، نقدم مجموعة واسعة من الأنشطة الرياضية والفنية.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "ما هو النظام الدراسي المعتمد؟",
|
||||
content: "نتبع المناهج الوطنية المعتمدة مع إضافات إثرائية نوعية.",
|
||||
},
|
||||
{ id: "q1", title: "ما هي متطلبات التسجيل؟", content: "يمكنك التقديم عبر موقعنا أو زيارة مكتب شؤون الطلاب." },
|
||||
{ id: "q2", title: "هل توجد أنشطة لاصفية؟", content: "نعم، نقدم مجموعة واسعة من الأنشطة الرياضية والفنية." },
|
||||
{ id: "q3", title: "ما هو النظام الدراسي المعتمد؟", content: "نتبع المناهج الوطنية المعتمدة مع إضافات إثرائية نوعية." },
|
||||
]}
|
||||
title="الأسئلة الشائعة"
|
||||
description="إجابات على أكثر الاستفسارات تكراراً حول مدرستنا."
|
||||
@@ -302,11 +163,10 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="تواصل معنا"
|
||||
description="نحن هنا للإجابة على جميع استفساراتكم."
|
||||
tag="اتصل بنا"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user