From cbd629b64a29b871385c2f0f40614211591d389c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 21:23:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index da78f8d..83f7c7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,15 +101,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Fresh & Organic", title: "Produce Section", subtitle: "Daily Fresh Vegetables & Fruits", description: "Handpicked fresh vegetables and fruits sourced from local farms. Organic options available for health-conscious shoppers.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-red-radish_197531-33075.jpg", imageAlt: "Fresh organic vegetables and fruits display" + tag: "Fresh & Organic", title: "Produce Section", subtitle: "Daily Fresh Vegetables & Fruits", description: "Handpicked fresh vegetables and fruits sourced from local farms. Organic options available for health-conscious shoppers.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-red-radish_197531-33075.jpg?_wi=1", imageAlt: "Fresh organic vegetables and fruits display" }, { id: 2, - tag: "Premium Quality", title: "Meat & Seafood", subtitle: "Expert Cuts & Fresh Catch", description: "High-quality meats and fresh seafood prepared by our expert butchers. All products meet strict quality standards.", imageSrc: "http://img.b2bpic.net/free-photo/chef-cutting-raw-beef-steak-from-middle-kitchen_141793-162.jpg", imageAlt: "Premium meat counter with fresh cuts" + tag: "Premium Quality", title: "Meat & Seafood", subtitle: "Expert Cuts & Fresh Catch", description: "High-quality meats and fresh seafood prepared by our expert butchers. All products meet strict quality standards.", imageSrc: "http://img.b2bpic.net/free-photo/chef-cutting-raw-beef-steak-from-middle-kitchen_141793-162.jpg?_wi=1", imageAlt: "Premium meat counter with fresh cuts" }, { id: 3, - tag: "Dairy & Bakery", title: "Fresh Essentials", subtitle: "Quality Dairy & Artisan Breads", description: "Fresh dairy products and artisan breads baked daily. Supporting local bakeries and creameries.", imageSrc: "http://img.b2bpic.net/free-photo/female-baker-s-hand-holding-fresh-loaf-bread_23-2148189080.jpg", imageAlt: "Fresh bakery items and dairy products" + tag: "Dairy & Bakery", title: "Fresh Essentials", subtitle: "Quality Dairy & Artisan Breads", description: "Fresh dairy products and artisan breads baked daily. Supporting local bakeries and creameries.", imageSrc: "http://img.b2bpic.net/free-photo/female-baker-s-hand-holding-fresh-loaf-bread_23-2148189080.jpg?_wi=1", imageAlt: "Fresh bakery items and dairy products" } ]} textboxLayout="default" @@ -128,22 +128,22 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Organic Tomatoes", price: "$4.99/lb", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-red-radish_197531-33075.jpg", imageAlt: "Fresh organic tomatoes" + id: "1", name: "Organic Tomatoes", price: "$4.99/lb", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-red-radish_197531-33075.jpg?_wi=2", imageAlt: "Fresh organic tomatoes" }, { - id: "2", name: "Premium Ground Beef", price: "$8.99/lb", imageSrc: "http://img.b2bpic.net/free-photo/chef-cutting-raw-beef-steak-from-middle-kitchen_141793-162.jpg", imageAlt: "Premium ground beef" + id: "2", name: "Premium Ground Beef", price: "$8.99/lb", imageSrc: "http://img.b2bpic.net/free-photo/chef-cutting-raw-beef-steak-from-middle-kitchen_141793-162.jpg?_wi=2", imageAlt: "Premium ground beef" }, { - id: "3", name: "Whole Wheat Bread", price: "$3.49", imageSrc: "http://img.b2bpic.net/free-photo/female-baker-s-hand-holding-fresh-loaf-bread_23-2148189080.jpg", imageAlt: "Fresh whole wheat bread" + id: "3", name: "Whole Wheat Bread", price: "$3.49", imageSrc: "http://img.b2bpic.net/free-photo/female-baker-s-hand-holding-fresh-loaf-bread_23-2148189080.jpg?_wi=2", imageAlt: "Fresh whole wheat bread" }, { - id: "4", name: "Greek Yogurt", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-arrangement-with-copy-space_23-2148432595.jpg", imageAlt: "Greek yogurt containers" + id: "4", name: "Greek Yogurt", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-arrangement-with-copy-space_23-2148432595.jpg?_wi=1", imageAlt: "Greek yogurt containers" }, { - id: "5", name: "Organic Bananas", price: "$0.69/lb", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-red-radish_197531-33075.jpg", imageAlt: "Organic bananas bunch" + id: "5", name: "Organic Bananas", price: "$0.69/lb", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-red-radish_197531-33075.jpg?_wi=3", imageAlt: "Organic bananas bunch" }, { - id: "6", name: "Local Cheese Selection", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-arrangement-with-copy-space_23-2148432595.jpg", imageAlt: "Assorted local cheeses" + id: "6", name: "Local Cheese Selection", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-arrangement-with-copy-space_23-2148432595.jpg?_wi=2", imageAlt: "Assorted local cheeses" } ]} carouselMode="buttons" -- 2.49.1