From d0019d8d1dfc53ae9abf83f2d15a458284fa9061 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 10:50:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 42f6375..26fb4ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,7 +123,7 @@ export default function LandingPage() { handle: "Meerut Resident", testimonial: "Dr. Kavita is incredibly kind and knowledgeable. My back pain has significantly reduced.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-blue-pajamas-laying-bed-resting-looking-camera-smiling-with-happy-face-enjoying-morning-time-bedroom-interior-light-background_141793-45352.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-blue-pajamas-laying-bed-resting-looking-camera-smiling-with-happy-face-enjoying-morning-time-bedroom-interior-light-background_141793-45352.jpg?_wi=1", }, { id: "2", @@ -155,7 +155,7 @@ export default function LandingPage() { handle: "Senior Citizen", testimonial: "The rehabilitation exercises have improved my mobility significantly. Highly satisfied!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-blue-pajamas-laying-bed-resting-looking-camera-smiling-with-happy-face-enjoying-morning-time-bedroom-interior-light-background_141793-45352.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-blue-pajamas-laying-bed-resting-looking-camera-smiling-with-happy-face-enjoying-morning-time-bedroom-interior-light-background_141793-45352.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1