From 0dcc4e158b8637898811a4414ed4e7a465c1a24f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:16:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b4cb08..03f4045 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/variety-tasty-natural-fruits-vegetables-italian-market-horizontal-selective-focus_1220-1257.jpg" 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?_wi=1", 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", 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"}, { @@ -117,7 +117,6 @@ export default function LandingPage() { description="Discover amazing savings on your favorite products every week" tag="Save More" tagIcon={Tag} - textboxLayout="default" useInvertedBackground={false} accordionItems={[ { @@ -129,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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/fresh-vegetables-greenery-healthy-life-food-broccoli-pepper-cherry-tomatoes-chili_8353-8599.jpg" imageAlt="Fresh produce section" mediaAnimation="slide-up" mediaPosition="left" @@ -140,11 +139,11 @@ export default function LandingPage() {