From 18837aadd685eefd6c1103fada550646677d77cc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:04:10 +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 98cc074..beafb7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,7 +134,7 @@ export default function LandingPage() { name: "Alice M.", role: "Patient", testimonial: "The best clinic I've been to. Very gentle and professional staff.", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg?_wi=1", }, { id: "t2", @@ -162,7 +162,7 @@ export default function LandingPage() { name: "Elena R.", role: "Patient", testimonial: "Such a warm atmosphere. The team explains every step clearly and effectively.", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg?_wi=2", }, ]} title="What Our Patients Say" -- 2.49.1