From 99be63f6d7d776565068588ecb5e1d4f542fb990 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 23:31:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea59790..fd61b8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -150,7 +150,7 @@ export default function LandingPage() { quote: "Juicy Lucy's is 1000/10! Everything is a hit and the service is top tier.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg?_wi=1", }, { id: "2", @@ -160,7 +160,7 @@ export default function LandingPage() { quote: "We did not disappoint! Seasoned perfectly and the crab legs were incredible.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg?_wi=2", }, { id: "3", @@ -170,7 +170,7 @@ export default function LandingPage() { quote: "Great food and even better hospitality. A local gem.", tag: "4 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg?_wi=3", }, { id: "4", @@ -180,7 +180,7 @@ export default function LandingPage() { quote: "Always a great experience. The best place in Racine for comfort food.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg?_wi=4", }, ]} title="What Our Guests Say" -- 2.49.1