From bd9ce625c48fc8cf6395d80c1b119c3a4889ee62 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 09:13:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f8d6315..b221973 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,15 +52,15 @@ export default function LandingPage() { testimonials={[ { name: "Priya Sharma", handle: "Parent, Mysuru", testimonial: "My children spent hours here learning about evolution and biodiversity. The exhibits are engaging and well-organized. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-blonde-woman-looking-front-doing-peace-sign-isolated-olive-green-wall-with-copy-space_141793-110150.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-blonde-woman-looking-front-doing-peace-sign-isolated-olive-green-wall-with-copy-space_141793-110150.jpg?_wi=1" }, { name: "Dr. Rajesh Kumar", handle: "School Principal", testimonial: "Outstanding educational resource for our students. The staff is knowledgeable and the displays perfectly complement our science curriculum.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-working-environment_1098-3229.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-working-environment_1098-3229.jpg?_wi=1" }, { name: "Anita Desai", handle: "Tourist, Bangalore", testimonial: "Worth the visit! Calm, informative environment. Learned so much about local biodiversity and natural history. Great value for families.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3269.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3269.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -175,15 +175,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Deepak Patel", handle: "Parent, Mysuru", testimonial: "Great place for children to learn science in an engaging way. The exhibits are well-maintained and informative. Worth spending an hour exploring the galleries.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-blonde-woman-looking-front-doing-peace-sign-isolated-olive-green-wall-with-copy-space_141793-110150.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-blonde-woman-looking-front-doing-peace-sign-isolated-olive-green-wall-with-copy-space_141793-110150.jpg?_wi=2" }, { id: "2", name: "Mrs. Kavya Singh", handle: "School Teacher, Bangalore", testimonial: "Brought my class here for a field trip. The displays perfectly complement our biology and environmental science curriculum. Staff was very helpful and knowledgeable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-working-environment_1098-3229.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-working-environment_1098-3229.jpg?_wi=2" }, { id: "3", name: "Rohit Sharma", handle: "Tourist", testimonial: "Informative exhibits and friendly staff. A calm, educational environment perfect for learning about biodiversity and natural history. Highly recommended for visitors to Mysuru.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3269.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3269.jpg?_wi=2" }, { id: "4", name: "Neha Gupta", handle: "Parent, Mysuru", testimonial: "My kids loved discovering fossils and learning about evolution. The museum offers wonderful educational experiences at no cost. Best family outing ever!", rating: 5, -- 2.49.1