From 4c54de7891ed5fb8b148c762f2cd0189b8012ecc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 10:32:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 113 +++++++++++++++++++++-------------------------- 1 file changed, 51 insertions(+), 62 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f525b34..7f7239c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,8 +33,9 @@ export default function LandingPage() { @@ -76,14 +70,14 @@ export default function LandingPage() {
@@ -94,25 +88,25 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} - title="Comprehensive Educational Programs" - description="Our schools offer a wide array of specialized paths designed to nurture talent and curiosity in every student." + title="Academic Programs & Facilities" + description="We offer diverse educational pathways and state-of-the-art facilities that support both intellectual and physical development." features={[ { - title: "STEM Excellence", description: "State-of-the-art laboratories and robotics programs.", icon: Zap, + title: "Advanced Science Labs", description: "Modern laboratories for physics, chemistry, and biology research.", icon: Zap, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/science-day-celebration-with-kids-learning-laboratory_23-2151808092.jpg", imageAlt: "STEM lab" }, { imageSrc: "http://img.b2bpic.net/free-photo/child-making-robot_23-2148863406.jpg", imageAlt: "Robotics workshop" }, ], }, { - title: "Arts and Humanities", description: "Creative expression and deep critical thinking workshops.", icon: Palette, + title: "Creative Arts Studio", description: "Dedicated spaces for visual arts, music, and dramatic expression.", icon: Palette, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/empty-artistic-space-studio-with-nobody-it-ready-students-attend-drawing-class-school-classroom-equipped-with-painting-canvas-drawing-professional-tools-creative-concept_482257-38986.jpg", imageAlt: "Art class" }, { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-students-sitting-table-studying_23-2147664200.jpg", imageAlt: "Humanities project" }, ], }, { - title: "Sports Development", description: "Comprehensive physical training and team sports facilities.", icon: Trophy, + title: "Sports Arena", description: "Fully equipped gym, track, and multipurpose sports courts.", icon: Trophy, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-women-running-together_23-2149386048.jpg", imageAlt: "School track" }, { imageSrc: "http://img.b2bpic.net/free-photo/children-playing-basketball-field_23-2148796849.jpg", imageAlt: "Basketball team" }, @@ -128,28 +122,22 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { id: "m1", icon: BookOpen, title: "Library Books", value: "500k+" }, - { id: "m2", icon: GraduationCap, title: "Annual Alumni", value: "3k+" }, - { id: "m3", icon: Award, title: "National Awards", value: "120+" }, + { id: "m1", icon: BookOpen, title: "Academic Excellence", value: "98%" }, + { id: "m2", icon: GraduationCap, title: "College Bound", value: "95%" }, + { id: "m3", icon: Award, title: "Teacher Certifications", value: "100%" }, ]} - title="Measuring Our Vision" - description="Data-driven insights into our educational milestones." + title="School Achievements" + description="Our commitment to quality is reflected in our student milestones." />
@@ -160,14 +148,14 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { id: "f1", title: "How to register?", content: "Online portal applications open annually in August." }, - { id: "f2", title: "Are there scholarships?", content: "Yes, merit-based grants are available." }, - { id: "f3", title: "What are the hours?", content: "Classes run from 7:30 AM to 2:00 PM." }, + { id: "f1", title: "What is the application deadline?", content: "Applications open every January for the following academic year." }, + { id: "f2", title: "Is there a uniform policy?", content: "Yes, students are required to wear the official school uniform daily." }, + { id: "f3", title: "Do you offer after-school clubs?", content: "We have over 40 clubs ranging from chess to robotics." }, ]} imageSrc="http://img.b2bpic.net/free-photo/students-talking-before-class_23-2148844751.jpg" - imageAlt="Counseling session" - title="Frequently Asked Questions" - description="Information for parents and students regarding admissions and school life." + imageAlt="Campus life" + title="Common Questions" + description="Quick answers to help you navigate our school environment." faqsAnimation="blur-reveal" mediaAnimation="blur-reveal" /> @@ -178,9 +166,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Ministry of Education", "Bahrain University", "Global Science Alliance", "International Arts Council", "Youth Empowerment Bahrain"]} - title="Our Proud Partners" - description="Collaborating with leading organizations to expand our horizons." + "Bahrain Ministry of Education", "International Schools Network", "STEM Excellence Award", "Sports League Champions" + ]} + title="Recognitions" + description="Proudly recognized by leading educational bodies." />
@@ -188,11 +177,11 @@ export default function LandingPage() { @@ -201,20 +190,20 @@ export default function LandingPage() { -- 2.49.1