diff --git a/src/app/page.tsx b/src/app/page.tsx index 8894133..dd91f4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,63 +44,26 @@ export default function LandingPage() {
@@ -118,7 +73,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Welcome to Paathshala" description="Located in Sector 27, we provide a holistic, nurturing environment designed specifically for early development. Our mission is to make learning a joyful journey filled with exploration." - imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-sitting-chairs-kindergarten_23-2149355183.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-sitting-chairs-kindergarten_23-2149355183.jpg" imageAlt="Nurturing learning environment" /> @@ -129,27 +84,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Safe Environment", - subtitle: "Monitored campus with 24/7 security.", - category: "Safety", - value: "24/7", - }, - { - id: "f2", - title: "Caring Staff", - subtitle: "Trained, loving mentors dedicated to growth.", - category: "Staff", - value: "1:8 Ratio", - }, - { - id: "f3", - title: "Engaging Curriculum", - subtitle: "Activity-based creative learning for kids.", - category: "Pedagogy", - value: "Proven", - }, + { id: "f1", title: "Safe Environment", subtitle: "Monitored campus with 24/7 security.", category: "Safety", value: "24/7" }, + { id: "f2", title: "Caring Staff", subtitle: "Trained, loving mentors dedicated to growth.", category: "Staff", value: "1:8 Ratio" }, + { id: "f3", title: "Engaging Curriculum", subtitle: "Activity-based creative learning for kids.", category: "Pedagogy", value: "Proven" }, ]} title="Why Choose Us?" description="We prioritize your child's holistic development through proven, child-centric pedagogy." @@ -160,64 +97,20 @@ export default function LandingPage() { @@ -229,16 +122,8 @@ export default function LandingPage() { description="Everything you need to know about enrollment at Paathshala." faqsAnimation="slide-up" faqs={[ - { - id: "q1", - title: "What are the school hours?", - content: "Our school operates from 8:30 AM to 12:30 PM.", - }, - { - id: "q2", - title: "Is transportation provided?", - content: "Yes, we provide safe door-to-door transportation services.", - }, + { id: "q1", title: "What are the school hours?", content: "Our school operates from 8:30 AM to 12:30 PM." }, + { id: "q2", title: "Is transportation provided?", content: "Yes, we provide safe door-to-door transportation services." }, ]} /> @@ -247,29 +132,15 @@ export default function LandingPage() { ); -} +} \ No newline at end of file