From 1f580a2dea788b4089dc01fb32deb37e0d07a7c3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 16:09:08 +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 e09b383..796fc9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -184,7 +184,7 @@ export default function LandingPage() { role: "Designer", company: "Home Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139097.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139097.jpg?_wi=1", }, { id: "2", @@ -216,7 +216,7 @@ export default function LandingPage() { role: "Collector", company: "Home Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139097.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139097.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1