From 7ebe1d9e42ab75c837a7192a752aeb131303f870 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 15:41:35 +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 e97b58a..007f473 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { href: "#about", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-landscape-haystacks-field_176420-55119.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-landscape-haystacks-field_176420-55119.jpg?_wi=1" imageAlt="Fresh farm produce harvest" showDimOverlay={true} /> @@ -117,7 +117,7 @@ export default function LandingPage() { tags: [ "Farm-to-Table", ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-haystacks-field_176420-55119.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-haystacks-field_176420-55119.jpg?_wi=2", imageAlt: "organic logo", }, { @@ -128,7 +128,7 @@ export default function LandingPage() { tags: [ "Community", ], - imageSrc: "http://img.b2bpic.net/free-photo/ripe-carrots-blue_23-2147761583.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ripe-carrots-blue_23-2147761583.jpg?_wi=1", imageAlt: "organic logo", }, ]} @@ -148,7 +148,7 @@ export default function LandingPage() { id: "p1", name: "Organic Carrots", price: "$4.00", - imageSrc: "http://img.b2bpic.net/free-photo/ripe-carrots-blue_23-2147761583.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ripe-carrots-blue_23-2147761583.jpg?_wi=2", }, { id: "p2", -- 2.49.1