From fd098a633c79900b951017f5773ad2bac7507b73 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 08:47:00 +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 741c7ea..a27f1a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@elena_local", testimonial: "The freshest greens in town!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/various-strawberries-with-display-price-from-local-farmer-market_23-2147920842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/various-strawberries-with-display-price-from-local-farmer-market_23-2147920842.jpg?_wi=1", imageAlt: "fresh grocery store produce display", }, { @@ -74,7 +74,7 @@ export default function LandingPage() { handle: "@mark_cafe", testimonial: "Best coffee in my morning routine.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/empty-bench-restaurant_23-2147871253.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-bench-restaurant_23-2147871253.jpg?_wi=1", imageAlt: "fresh grocery store produce display", }, { @@ -102,7 +102,7 @@ export default function LandingPage() { imageAlt: "fresh grocery store produce display", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/various-strawberries-with-display-price-from-local-farmer-market_23-2147920842.jpg" + imageSrc="http://img.b2bpic.net/free-photo/various-strawberries-with-display-price-from-local-farmer-market_23-2147920842.jpg?_wi=2" imageAlt="fresh grocery store produce display" mediaAnimation="slide-up" avatars={[ @@ -160,7 +160,7 @@ export default function LandingPage() { description="At Gazuma, we bridge the gap between fresh farm produce and the perfect daily cup of coffee, built for our community." subdescription="Sourced locally, served daily, always fresh." icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/empty-bench-restaurant_23-2147871253.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-bench-restaurant_23-2147871253.jpg?_wi=2" mediaAnimation="blur-reveal" /> -- 2.49.1