From ea15a790db20bcae98e711dace8bd947ccb8ad64 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 23:34:37 +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 90ad76d..97802fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "Best steak tacos hands down. Always tender and flavorful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-restaurant_23-2149250080.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-restaurant_23-2149250080.jpg?_wi=1", }, { id: "2", @@ -108,7 +108,7 @@ export default function LandingPage() { handle: "@jesslee", testimonial: "Authentic, quick, and super friendly staff. Five stars!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-restaurant_23-2149250080.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-restaurant_23-2149250080.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1