diff --git a/src/app/page.tsx b/src/app/page.tsx index e52371f..8cb4d91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -202,11 +202,11 @@ export default function LandingPage() { { id: "1", name: "Priya Patel", handle: "@priya_patel", testimonial: "Angel School has transformed my son's confidence. The teachers are genuinely caring and my child looks forward to school every day. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Priya Patel"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", imageAlt: "Priya Patel"}, { id: "2", name: "Rajesh Kumar", handle: "@rajesh_k", testimonial: "Excellent teaching methods and wonderful infrastructure. Our daughter has shown remarkable improvement in English and academics. Great value for money!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Rajesh Kumar"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "Rajesh Kumar"}, { id: "3", name: "Meera Sharma", handle: "@meera_s", testimonial: "The safe environment and discipline-focused approach give us peace of mind. Teachers maintain excellent communication with parents about student progress.", rating: 5, @@ -215,7 +215,7 @@ export default function LandingPage() { { id: "4", name: "Vikas Desai", handle: "@vikas_d", testimonial: "Our child has developed strong foundational skills in English and academics. The extra-curricular activities are also very engaging and well-organized.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Vikas Desai"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=3", imageAlt: "Vikas Desai"}, { id: "5", name: "Anjali Verma", handle: "@anjali_v", testimonial: "I appreciate the holistic approach to education. My child is not just learning academics but also developing character and confidence.", rating: 5, @@ -223,7 +223,7 @@ export default function LandingPage() { { id: "6", name: "Amit Singh", handle: "@amit_singh", testimonial: "Fantastic support from the admin team. Very responsive to queries and concerns. The school values parent involvement and maintains transparency.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Amit Singh"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=4", imageAlt: "Amit Singh"}, ]} showRating={true} animationType="slide-up"