From f38b8b3af3aafa265a5ab8e67168ca89ff4113e0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 19:32:02 +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 5323e02..32fd0de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,7 +147,7 @@ export default function LandingPage() { handle: "@sarah_m", testimonial: "The best cleaning service I've ever used. My house has never looked so good!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-65932.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-65932.jpg?_wi=1", }, { id: "2", @@ -179,7 +179,7 @@ export default function LandingPage() { handle: "@jess_l", testimonial: "SparklePro is simply the best in the industry. Highly professional and efficient.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-65932.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-65932.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1