diff --git a/src/app/page.tsx b/src/app/page.tsx
index 747130c..3e3608c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,50 +29,27 @@ export default function LandingPage() {
@@ -80,24 +57,15 @@ export default function LandingPage() {
@@ -109,30 +77,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "STEM Excellence",
- description: "Hands-on robotics, coding, and advanced sciences for future innovators.",
- tag: "STEM",
- imageSrc: "http://img.b2bpic.net/free-photo/girls-walking-boys-with-backs-camera_259150-60373.jpg?_wi=2",
- },
- {
- id: "f2",
- title: "Humanities Program",
- description: "Deep engagement with literature, history, and critical thinking.",
- tag: "Arts",
- imageSrc: "http://img.b2bpic.net/free-photo/young-students-posing-camera_23-2147663796.jpg?_wi=2",
- },
- {
- id: "f3",
- title: "Sports & Athletics",
- description: "Building team spirit, resilience, and physical well-being.",
- tag: "Sports",
- imageSrc: "http://img.b2bpic.net/free-photo/children-drawing-together-classroom_23-2148925457.jpg?_wi=1",
- },
+ { id: "f1", title: "Academic Rigor", description: "Advanced curriculum aligned with national standards.", tag: "Academics" },
+ { id: "f2", title: "Character Building", description: "Instilling core values and ethical leadership in every student.", tag: "Values" },
+ { id: "f3", title: "Sports & Activity", description: "Developing physical health and team-based cooperation.", tag: "Extracurricular" },
]}
- title="Our Academic Programs"
- description="Comprehensive pathways designed for diverse learning styles."
+ title="Our Educational Programs"
+ description="Comprehensive pathways designed to nurture well-rounded individuals."
/>
@@ -141,49 +91,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- title: "Outstanding Faculty",
- quote: "The teachers truly care about individual growth.",
- name: "Jane Doe",
- role: "Parent",
- imageSrc: "http://img.b2bpic.net/free-photo/young-mother-with-her-one-years-old-little-son-dressed-pajamas-are-posing_273609-13586.jpg",
- },
- {
- id: "2",
- title: "Life Changing",
- quote: "I feel prepared for any college challenges ahead.",
- name: "John Smith",
- role: "Alumni",
- imageSrc: "http://img.b2bpic.net/free-photo/nice-family-shot-young-mother-her-little-son-playing-floor-home-attractive-caucasian-woman-white-top-lying-her-belly-smiling-kid-straddling-happily-her-shinny-mommy_273609-5689.jpg",
- },
- {
- id: "3",
- title: "Supportive Environment",
- quote: "The curriculum is rigorous yet balanced.",
- name: "Alice Brown",
- role: "Parent",
- imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-celebration-with-kid_23-2151175776.jpg",
- },
- {
- id: "4",
- title: "Great Community",
- quote: "My kids love the school spirit and extracurriculars.",
- name: "Robert Lee",
- role: "Parent",
- imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-student-woman-with-her-backpack-goes-back-school-feels-lovely-happy_114579-77326.jpg",
- },
- {
- id: "5",
- title: "Academic Rigor",
- quote: "Best decision we made for their education.",
- name: "Sarah Miller",
- role: "Parent",
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-man-holding-folder-outdoor_74855-2121.jpg",
- },
+ { id: "1", title: "Excellence", quote: "A great school for holistic development.", name: "Paramjit Singh", role: "Parent" },
+ { id: "2", title: "Inspired", quote: "I feel ready for my university career.", name: "Gurpreet Kaur", role: "Alumni" },
]}
- title="Voices from our Community"
- description="What our students and parents say about the Excel difference."
+ title="Community Voices"
+ description="Hear from our families and alumni about their journey with us."
/>
@@ -192,26 +104,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "What is the admissions process?",
- content: "Our admissions process involves a tour, interview, and academic assessment for placement.",
- },
- {
- id: "q2",
- title: "Are there scholarships available?",
- content: "Yes, we offer need-based financial aid and merit scholarships.",
- },
- {
- id: "q3",
- title: "What are school hours?",
- content: "Classes run from 8:00 AM to 3:30 PM, with optional after-school care until 6:00 PM.",
- },
+ { id: "q1", title: "How to enroll?", content: "Visit our office in Sri Chamkaur Sahib for admission forms and counseling." },
+ { id: "q2", title: "Is there transport?", content: "Yes, we provide safe transport across the district." },
]}
imageSrc="http://img.b2bpic.net/free-photo/children-drawing-together-classroom_23-2148925457.jpg?_wi=2"
- imageAlt="School FAQ illustration"
title="Frequently Asked Questions"
- description="Answers to common queries about our admissions, schedules, and policies."
+ description="We are here to help you get started."
faqsAnimation="blur-reveal"
/>
@@ -219,21 +117,13 @@ export default function LandingPage() {
@@ -241,63 +131,15 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file