From e6c0a6fa4688c5d7661cd2e30ad358154d8fee44 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:06:49 +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 3b59608..3205cb8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,11 +51,11 @@ export default function LandingPage() { testimonials={[ { name: "Priya Sharma", handle: "Parent, Mumbai", testimonial: "Nayi Disha gave us the support and guidance we desperately needed. We're not alone in this journey.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-family-posing-together_23-2149861209.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-family-posing-together_23-2149861209.jpg?_wi=1" }, { name: "Amit Patel", handle: "Father, Bangalore", testimonial: "The training programs transformed how I understand and support my child. Highly grateful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg?_wi=1" } ]} buttons={[ @@ -130,11 +130,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Rajesh Kumar", handle: "Parent, Delhi", testimonial: "Nayi Disha helped me understand my son's autism better. The support group saved us from feeling isolated and helpless.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-family-posing-together_23-2149861209.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-family-posing-together_23-2149861209.jpg?_wi=2" }, { id: "2", name: "Kavya Desai", handle: "Mother, Pune", testimonial: "The counseling sessions gave me tools to cope with stress and anxiety. I feel empowered now to support my daughter.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg?_wi=2" }, { id: "3", name: "Vikram Singh", handle: "Father, Hyderabad", testimonial: "Their advocacy support helped us secure educational rights for our child. They truly care about families.", rating: 5, -- 2.49.1