diff --git a/src/app/page.tsx b/src/app/page.tsx index 4044a1c..61a2151 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function LandingPage() { description="A well-established preschool in Sukhsagar Nagar, Lake Town Road, Pune." subdescription="With years of experience in handling little children with passion and care, we focus on building strong foundations for lifelong learning through activities, play, and confidence building." icon={BookOpen} - imageSrc="http://img.b2bpic.net/free-photo/happy-kids-elementary-school_53876-46933.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/happy-kids-elementary-school_53876-46933.jpg" imageAlt="Kids Campus Pre-School Classroom" mediaAnimation="slide-up" useInvertedBackground={false} @@ -151,7 +151,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Excellent School Experience", quote: "Excellent school! Very happy with teachers and management. My child has learned so much and loves coming to school every day.", name: "Priya Sharma", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1", imageAlt: "Priya Sharma" + id: "1", title: "Excellent School Experience", quote: "Excellent school! Very happy with teachers and management. My child has learned so much and loves coming to school every day.", name: "Priya Sharma", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Priya Sharma" }, { id: "2", title: "Best Curriculum and Activities", quote: "Good teaching and extra curricular activities. The teachers are well-trained and my child has developed confidence and social skills.", name: "Rahul Deshmukh", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-with-her-parents_1098-22216.jpg", imageAlt: "Rahul Deshmukh" @@ -163,7 +163,7 @@ export default function LandingPage() { id: "4", title: "Professional & Caring Staff", quote: "Teacher and support staff are well trained. My child has shown amazing growth in just a few months at Kids Campus.", name: "Amit Verma", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/holiday_1098-13862.jpg", imageAlt: "Amit Verma" }, { - id: "5", title: "Number One Choice", quote: "Number one school in Sukhsagar and Katraj area. Highly recommended for parents looking for quality preschool education.", name: "Sneha Joshi", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2", imageAlt: "Sneha Joshi" + id: "5", title: "Number One Choice", quote: "Number one school in Sukhsagar and Katraj area. Highly recommended for parents looking for quality preschool education.", name: "Sneha Joshi", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Sneha Joshi" } ]} ariaLabel="Parent Testimonials" @@ -221,7 +221,7 @@ export default function LandingPage() {