diff --git a/src/app/page.tsx b/src/app/page.tsx index 342d7ed..c8769ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,28 +75,28 @@ export default function LandingPage() { handle: "Parent", testimonial: "Al-Huda Public High School has transformed my child's academic journey. The teachers are dedicated, and the focus on values is commendable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-cute-girl-her-dad-using-online-app-watching-footage-tablet-together_74855-7996.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-cute-girl-her-dad-using-online-app-watching-footage-tablet-together_74855-7996.jpg?_wi=1", }, { name: "Rajesh Kumar", handle: "Parent", testimonial: "The disciplined environment and excellent faculty at Al-Huda make it the best choice for quality education in Nawada. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-spending-time-together_23-2149150119.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-spending-time-together_23-2149150119.jpg?_wi=1", }, { name: "Anjali Singh", handle: "Parent", testimonial: "My daughter loves going to school. The focus on character building alongside academics is truly what sets Al-Huda apart.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/adorable-mother-daughter-taking-selfies_23-2148327907.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/adorable-mother-daughter-taking-selfies_23-2148327907.jpg?_wi=1", }, { name: "Amit Dubey", handle: "Student", testimonial: "I'm proud to be a student here. The teachers are supportive, and the facilities help us learn and grow every day.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/kid-raising-his-hand-classroom_1150-3863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kid-raising-his-hand-classroom_1150-3863.jpg?_wi=1", }, ]} testimonialRotationInterval={5000} @@ -369,31 +369,31 @@ export default function LandingPage() { { id: "1", name: "Sonia Devi", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-cute-girl-her-dad-using-online-app-watching-footage-tablet-together_74855-7996.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-cute-girl-her-dad-using-online-app-watching-footage-tablet-together_74855-7996.jpg?_wi=2", imageAlt: "Parent Sonia Devi", }, { id: "2", name: "Vivek Sharma", - imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-spending-time-together_23-2149150119.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-spending-time-together_23-2149150119.jpg?_wi=2", imageAlt: "Parent Vivek Sharma", }, { id: "3", name: "Kiran Gupta", - imageSrc: "http://img.b2bpic.net/free-photo/adorable-mother-daughter-taking-selfies_23-2148327907.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/adorable-mother-daughter-taking-selfies_23-2148327907.jpg?_wi=2", imageAlt: "Parent Kiran Gupta", }, { id: "4", name: "Rohan Singh", - imageSrc: "http://img.b2bpic.net/free-photo/kid-raising-his-hand-classroom_1150-3863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kid-raising-his-hand-classroom_1150-3863.jpg?_wi=2", imageAlt: "Student Rohan Singh", }, { id: "5", name: "Seema Yadav", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-cute-girl-her-dad-using-online-app-watching-footage-tablet-together_74855-7996.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-cute-girl-her-dad-using-online-app-watching-footage-tablet-together_74855-7996.jpg?_wi=3", imageAlt: "Parent Seema Yadav", }, ]}