From 5bafdbb0b16febf4f5f1080324831936e2dc0a8a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 11:00:37 +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 bf616cb..e58cb61 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,10 +87,10 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah J.", role: "Homeowner", company: "Manchester", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg?_wi=1"}, { id: "2", name: "David M.", role: "Homeowner", company: "London", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg?_wi=2"}, { id: "3", name: "Emma R.", role: "Homeowner", company: "Bristol", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-handsome-man-sits-armchair-thumbs-up-looking_141793-71149.jpg"}, -- 2.49.1