From 9e2cd224cb635e9879af675d706d228cebfc5e04 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 09:32:18 +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 56896ec..756dcf1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,7 +137,7 @@ export default function LandingPage() { quote: "Beautiful location with a spectacular view. Food was truly excellent!", name: "Sarah Johnson", role: "Traveler", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150427596.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150427596.jpg?_wi=1", }, { id: "2", @@ -169,7 +169,7 @@ export default function LandingPage() { quote: "A hidden gem in the hills. Simply the best dining experience in Piedmont.", name: "Marco Rossi", role: "Critic", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150427596.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150427596.jpg?_wi=2", }, ]} title="What Our Guests Say" -- 2.49.1