From 330f192ccfac83395f9dda2bb9f8dacc12339d25 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 06:38:13 +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 5651a58..921d78e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,7 +130,7 @@ export default function LandingPage() { role: "Foodie", company: "Local Foodie", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-bar-laughing-with-beer_23-2147681002.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-bar-laughing-with-beer_23-2147681002.jpg?_wi=1", }, { id: "2", @@ -162,7 +162,7 @@ export default function LandingPage() { role: "Local Critic", company: "Dining Daily", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-bar-laughing-with-beer_23-2147681002.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-bar-laughing-with-beer_23-2147681002.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1