From fac858eb5b455d8e2c83ecbb479cf3458a16bb44 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 09:35:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index befabf0..156c108 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,15 +59,15 @@ export default function LandingPage() { testimonials={[ { name: "Rajesh Kumar", handle: "@Parent2024", testimonial: "AHPS transformed my child's academic and personal growth. The dedicated staff and modern facilities are outstanding!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-keeping-hands-hips-outdoors_1262-20194.jpg", imageAlt: "Parent testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-keeping-hands-hips-outdoors_1262-20194.jpg?_wi=1", imageAlt: "Parent testimonial" }, { name: "Priya Sharma", handle: "@HappyParent", testimonial: "Best decision for our family. The school truly cares about each child's development and future.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-mouth_23-2147615404.jpg", imageAlt: "Parent testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-mouth_23-2147615404.jpg?_wi=1", imageAlt: "Parent testimonial" }, { name: "Arun Verma", handle: "@ProudFather", testimonial: "Excellent academic standards combined with character building. Our son loves going to school!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-together-breakfast-table_23-2148101854.jpg", imageAlt: "Parent testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-together-breakfast-table_23-2148101854.jpg?_wi=1", imageAlt: "Parent testimonial" } ]} testimonialRotationInterval={5000} @@ -158,16 +158,16 @@ export default function LandingPage() { buttonAnimation="slide-up" products={[ { - id: "pre-primary", name: "Pre-Primary", price: "Early Foundation", imageSrc: "http://img.b2bpic.net/free-photo/schoolchildren-reading-library_1098-4048.jpg", imageAlt: "Pre-primary students learning through play" + id: "pre-primary", name: "Pre-Primary", price: "Early Foundation", imageSrc: "http://img.b2bpic.net/free-photo/schoolchildren-reading-library_1098-4048.jpg?_wi=1", imageAlt: "Pre-primary students learning through play" }, { - id: "primary", name: "Primary (Classes I-V)", price: "Core Skills", imageSrc: "http://img.b2bpic.net/free-photo/schoolchildren-reading-library_1098-4048.jpg", imageAlt: "Primary students in classroom" + id: "primary", name: "Primary (Classes I-V)", price: "Core Skills", imageSrc: "http://img.b2bpic.net/free-photo/schoolchildren-reading-library_1098-4048.jpg?_wi=2", imageAlt: "Primary students in classroom" }, { - id: "middle", name: "Middle School (Classes VI-VIII)", price: "Subject Specialization", imageSrc: "http://img.b2bpic.net/free-photo/schoolchildren-reading-library_1098-4048.jpg", imageAlt: "Middle school students engaged in learning" + id: "middle", name: "Middle School (Classes VI-VIII)", price: "Subject Specialization", imageSrc: "http://img.b2bpic.net/free-photo/schoolchildren-reading-library_1098-4048.jpg?_wi=3", imageAlt: "Middle school students engaged in learning" }, { - id: "senior", name: "Senior Secondary (Classes IX-XII)", price: "Career Preparation", imageSrc: "http://img.b2bpic.net/free-photo/schoolchildren-reading-library_1098-4048.jpg", imageAlt: "Senior students preparing for competitive exams" + id: "senior", name: "Senior Secondary (Classes IX-XII)", price: "Career Preparation", imageSrc: "http://img.b2bpic.net/free-photo/schoolchildren-reading-library_1098-4048.jpg?_wi=4", imageAlt: "Senior students preparing for competitive exams" } ]} gridVariant="three-columns-all-equal-width" @@ -249,15 +249,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Rajesh Kumar", role: "Parent", company: "Parent Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-keeping-hands-hips-outdoors_1262-20194.jpg", imageAlt: "Rajesh Kumar" + imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-keeping-hands-hips-outdoors_1262-20194.jpg?_wi=2", imageAlt: "Rajesh Kumar" }, { id: "2", name: "Priya Sharma", role: "Parent", company: "Parent Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-mouth_23-2147615404.jpg", imageAlt: "Priya Sharma" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-mouth_23-2147615404.jpg?_wi=2", imageAlt: "Priya Sharma" }, { id: "3", name: "Arun Verma", role: "Parent", company: "Parent Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-together-breakfast-table_23-2148101854.jpg", imageAlt: "Arun Verma" + imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-together-breakfast-table_23-2148101854.jpg?_wi=2", imageAlt: "Arun Verma" }, { id: "4", name: "Meera Patel", role: "Parent", company: "Parent Community", rating: 5, -- 2.49.1