From 591161a387b776aaf03b91d735019b84f4f82986 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 06:25:06 +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 69ee840..e2e67b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -282,7 +282,7 @@ export default function LandingPage() { role: "Dad", company: "Local Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/busy-guy-talking-phone-lunch-with-wife-home_197531-5541.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/busy-guy-talking-phone-lunch-with-wife-home_197531-5541.jpg?_wi=1", }, { id: "t4", @@ -298,7 +298,7 @@ export default function LandingPage() { role: "Dad", company: "Regular", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/busy-guy-talking-phone-lunch-with-wife-home_197531-5541.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/busy-guy-talking-phone-lunch-with-wife-home_197531-5541.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1