From a966bdccb5de56f7f8d1dc70346a49d0b466c559 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 01:34:45 +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 b38f00b..08030e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,7 +133,7 @@ export default function LandingPage() { role: "Restaurant Owner", company: "City Bistro", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-businessman-talking_1262-817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-businessman-talking_1262-817.jpg?_wi=1", }, { id: "3", @@ -157,7 +157,7 @@ export default function LandingPage() { role: "Cafe Owner", company: "Morning Brew", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-businessman-talking_1262-817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-businessman-talking_1262-817.jpg?_wi=2", }, ]} title="Client Success Stories" -- 2.49.1