From 8e853d54561c37087ebafc78fe620032bc3bdcce Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:12:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5e5a9b..dbddc20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -188,7 +188,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-drinks-tacos_23-2149073435.jpg", imageAlt: "David K. regular patron review"}, { id: "t5", name: "Olivia M.", role: "Food Blogger", company: "Flavor Insights", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-females-use-modern-smart-phones-surf-social-networks-have-mobile-conversation-spend-free-time-cafeteria-drink-smoothie-joyful-women-recreate-summer-holiday_273609-2436.jpg", alt: "Olivia M. food blogger review"}, + imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-females-use-modern-smart-phones-surf-social-networks-have-mobile-conversation-spend-free-time-cafeteria-drink-smoothie-joyful-women-recreate-summer-holiday_273609-2436.jpg", imageAlt: "Olivia M. food blogger review"}, ]} title="What Our Guests Say" description="Don't just take our word for it. Our community of food enthusiasts rave about the flavors, service, and atmosphere that make Street Kitchen a favorite spot." -- 2.49.1