From 7375b5e84b6021e02234f79454f940c5c7d498b8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:49:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1f387e..51bfec5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -206,12 +206,12 @@ 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: @@ -222,7 +222,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: @@ -232,7 +232,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} -- 2.49.1