From 8337d02cd8951670f66ac9cfd27da5dc23282930 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:17:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 03f4045..c654b6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Farm Fresh Daily" tagIcon={Sprout} background={{ variant: "gradient-bars" }} - imageSrc="http://img.b2bpic.net/free-photo/variety-tasty-natural-fruits-vegetables-italian-market-horizontal-selective-focus_1220-1257.jpg" + imageSrc="http://img.b2bpic.net/free-photo/variety-tasty-natural-fruits-vegetables-italian-market-horizontal-selective-focus_1220-1257.jpg?_wi=1" imageAlt="Fresh grocery store produce and products" buttons={[ { text: "Shop Now", href: "#products" }, @@ -69,7 +69,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Organic Fresh Vegetables", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-greenery-healthy-life-food-broccoli-pepper-cherry-tomatoes-chili_8353-8599.jpg", imageAlt: "Fresh organic vegetables"}, + id: "1", name: "Organic Fresh Vegetables", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-greenery-healthy-life-food-broccoli-pepper-cherry-tomatoes-chili_8353-8599.jpg?_wi=1", imageAlt: "Fresh organic vegetables"}, { id: "2", name: "Local Dairy Milk", price: "$4.49", imageSrc: "http://img.b2bpic.net/free-photo/dairy-products_114579-8756.jpg", imageAlt: "Fresh local dairy milk"}, { @@ -128,7 +128,7 @@ export default function LandingPage() { { id: "4", title: "Bulk Buying Discounts", content: "Buy in bulk and save even more. Perfect for families, meal prep enthusiasts, and anyone looking to stock up on essentials."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/fresh-vegetables-greenery-healthy-life-food-broccoli-pepper-cherry-tomatoes-chili_8353-8599.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fresh-vegetables-greenery-healthy-life-food-broccoli-pepper-cherry-tomatoes-chili_8353-8599.jpg?_wi=2" imageAlt="Fresh produce section" mediaAnimation="slide-up" mediaPosition="left" @@ -139,11 +139,11 @@ export default function LandingPage() {