From ecf34867ab21ee0b9828c9d38e94c64c537794b5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:32:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b0fed7..66c7a55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,13 +57,13 @@ export default function LandingPage() { testimonials={[ { name: "Priya Patel", handle: "Parent, Grade 3", testimonial: "Astha School has been wonderful for my child. The teachers are caring and the facilities are excellent!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-man-looking-camera-clenching-fists-isolated-olive-green-background-with-copy-space_141793-75152.jpg", imageAlt: "Priya Patel, satisfied parent"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-man-looking-camera-clenching-fists-isolated-olive-green-background-with-copy-space_141793-75152.jpg?_wi=1", imageAlt: "Priya Patel, satisfied parent"}, { name: "Rajesh Kumar", handle: "Parent, Grade 5", testimonial: "Best decision to enroll my son here. Great learning environment and strong academics.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-business-man-black-suit-grey-background_613910-11241.jpg", imageAlt: "Rajesh Kumar, satisfied parent"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-business-man-black-suit-grey-background_613910-11241.jpg?_wi=1", imageAlt: "Rajesh Kumar, satisfied parent"}, { name: "Ananya Desai", handle: "Parent, Grade 2", testimonial: "Safe, nurturing environment. My daughter looks forward to school every day!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-confident-standing-park_839833-8957.jpg", imageAlt: "Ananya Desai, satisfied parent"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-confident-standing-park_839833-8957.jpg?_wi=1", imageAlt: "Ananya Desai, satisfied parent"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -127,7 +127,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Additional Message (Optional)", rows: 4, required: false }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/woman-talking-phone-office_23-2147707790.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-talking-phone-office_23-2147707790.jpg?_wi=1" imageAlt="Contact and admission support" mediaAnimation="slide-up" mediaPosition="right" @@ -149,13 +149,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Priya Patel", handle: "Parent of Aisha (Grade 3)", testimonial: "Astha School has exceeded our expectations. The teachers are passionate, the facilities are excellent, and my daughter's academic progress is remarkable!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-man-looking-camera-clenching-fists-isolated-olive-green-background-with-copy-space_141793-75152.jpg", imageAlt: "Priya Patel"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-man-looking-camera-clenching-fists-isolated-olive-green-background-with-copy-space_141793-75152.jpg?_wi=2", imageAlt: "Priya Patel"}, { id: "2", name: "Rajesh Kumar", handle: "Parent of Rohan (Grade 5)", testimonial: "Best decision we made for our son's education. The school focuses on overall development, not just academics. Highly recommend Astha School!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-business-man-black-suit-grey-background_613910-11241.jpg", imageAlt: "Rajesh Kumar"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-business-man-black-suit-grey-background_613910-11241.jpg?_wi=2", imageAlt: "Rajesh Kumar"}, { id: "3", name: "Ananya Desai", handle: "Parent of Neha (Grade 2)", testimonial: "Safe, nurturing environment. My daughter loves her teachers and looks forward to school every single day. That's what matters most!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-confident-standing-park_839833-8957.jpg", imageAlt: "Ananya Desai"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-confident-standing-park_839833-8957.jpg?_wi=2", imageAlt: "Ananya Desai"}, { id: "4", name: "Vikram Singh", handle: "Parent of Arjun (Grade 4)", testimonial: "Astha School provides quality education at reasonable rates. The management is responsive and truly cares about each student's success.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-man_23-2149271089.jpg", imageAlt: "Vikram Singh"}, @@ -207,7 +207,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Your Message / Questions", rows: 5, required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/woman-talking-phone-office_23-2147707790.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-talking-phone-office_23-2147707790.jpg?_wi=2" imageAlt="Get in touch with Astha School" mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1