From e1824dbecd56c240939d78fe8bf7624984450267 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 18:44:50 +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 f3c1893..db20cd6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -197,7 +197,7 @@ export default function LandingPage() { quote: "Best haircut in Roselle. Chris always gets it right.", name: "John D.", role: "Customer", - imageSrc: "http://img.b2bpic.net/free-photo/positive-satisfied-customer-making-ok-gesture_74855-3646.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-satisfied-customer-making-ok-gesture_74855-3646.jpg?_wi=1", }, { id: "t2", @@ -229,7 +229,7 @@ export default function LandingPage() { quote: "The attention to detail here is unmatched in the area.", name: "Mark P.", role: "Customer", - imageSrc: "http://img.b2bpic.net/free-photo/positive-satisfied-customer-making-ok-gesture_74855-3646.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-satisfied-customer-making-ok-gesture_74855-3646.jpg?_wi=2", }, ]} title="What Our Clients Say" -- 2.49.1