From b86ddc2e70e18fe23294682656ee26d4d6bf16c8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 06:42: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 6d039e5..f2040c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,7 +154,7 @@ export default function LandingPage() { role: "Regular", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-drinking-coffee-having-fun-with-his-girlfriend-while-she-is-using-cell-phone-cafe_637285-1898.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-man-drinking-coffee-having-fun-with-his-girlfriend-while-she-is-using-cell-phone-cafe_637285-1898.jpg?_wi=1", }, { id: "t2", @@ -186,7 +186,7 @@ export default function LandingPage() { role: "Photographer", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-drinking-coffee-having-fun-with-his-girlfriend-while-she-is-using-cell-phone-cafe_637285-1898.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-man-drinking-coffee-having-fun-with-his-girlfriend-while-she-is-using-cell-phone-cafe_637285-1898.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1