From 93484a30ad6666fa5cd866376bb3062a3047d889 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:25:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e127e6..4a22407 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,27 +57,27 @@ export default function LandingPage() { description="Experience the crisp taste of nature with our hand-picked selection of local organic produce and daily essentials." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/organic-fruits-plastic-crate-local-farmers-market_23-2148209688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/organic-fruits-plastic-crate-local-farmers-market_23-2148209688.jpg?_wi=1", imageAlt: "Fresh produce", }, { - imageSrc: "http://img.b2bpic.net/free-photo/organic-fruits-plastic-crate-local-farmers-market_23-2148209688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/organic-fruits-plastic-crate-local-farmers-market_23-2148209688.jpg?_wi=2", imageAlt: "Fresh produce 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/organic-fruits-plastic-crate-local-farmers-market_23-2148209688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/organic-fruits-plastic-crate-local-farmers-market_23-2148209688.jpg?_wi=3", imageAlt: "Fresh produce 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/organic-fruits-plastic-crate-local-farmers-market_23-2148209688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/organic-fruits-plastic-crate-local-farmers-market_23-2148209688.jpg?_wi=4", imageAlt: "Fresh produce 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/organic-fruits-plastic-crate-local-farmers-market_23-2148209688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/organic-fruits-plastic-crate-local-farmers-market_23-2148209688.jpg?_wi=5", imageAlt: "Fresh produce 5", }, { - imageSrc: "http://img.b2bpic.net/free-photo/organic-fruits-plastic-crate-local-farmers-market_23-2148209688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/organic-fruits-plastic-crate-local-farmers-market_23-2148209688.jpg?_wi=6", imageAlt: "Fresh produce 6", }, ]} @@ -123,7 +123,7 @@ export default function LandingPage() { name: "Organic Red Apples", price: "$4.99/kg", variant: "Fresh", - imageSrc: "http://img.b2bpic.net/free-photo/apples-with-drops-wicker-basket-light-wooden-grunge_176474-5559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/apples-with-drops-wicker-basket-light-wooden-grunge_176474-5559.jpg?_wi=1", }, { id: "2", @@ -144,7 +144,7 @@ export default function LandingPage() { name: "Organic Red Apples", price: "$4.99/kg", variant: "Fresh", - imageSrc: "http://img.b2bpic.net/free-photo/apples-with-drops-wicker-basket-light-wooden-grunge_176474-5559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/apples-with-drops-wicker-basket-light-wooden-grunge_176474-5559.jpg?_wi=2", }, ]} title="Explore Our Catalog" -- 2.49.1