From 89ad694934cef6660044ce7399ab96601f317d64 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 17:13:55 +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 46de380..fcfea2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { background={{ variant: "plain" }} dashboard={{ title: "Store Highlights", logoIcon: Store, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-bokeh-defocused-shopping-mall-interior-department-store_1203-9450.jpg", searchPlaceholder: "Search products...", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-bokeh-defocused-shopping-mall-interior-department-store_1203-9450.jpg?_wi=1", searchPlaceholder: "Search products...", buttons: [ { text: "Browse Catalog", href: "#products" }, { text: "Today's Deals", href: "#products" }, ], @@ -111,11 +111,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Fresh Organic Produce", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/beijing-cabbage-tomato-female-hands-other-vegetables_169016-24193.jpg", imageAlt: "Fresh groceries and vegetables"}, + id: "1", name: "Fresh Organic Produce", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/beijing-cabbage-tomato-female-hands-other-vegetables_169016-24193.jpg?_wi=1", imageAlt: "Fresh groceries and vegetables"}, { - id: "2", name: "Household Essentials", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094318.jpg", imageAlt: "Home and cleaning supplies"}, + id: "2", name: "Household Essentials", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094318.jpg?_wi=1", imageAlt: "Home and cleaning supplies"}, { - id: "3", name: "Personal Care Items", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/caspia-filler-flowers_1339-6285.jpg", imageAlt: "Health and beauty products"}, + id: "3", name: "Personal Care Items", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/caspia-filler-flowers_1339-6285.jpg?_wi=1", imageAlt: "Health and beauty products"}, ]} /> @@ -152,13 +152,13 @@ export default function LandingPage() { animationType="slide-up" features={[ { - id: "groceries", title: "Groceries", description: "Fresh produce, pantry staples, and specialty foods curated for your kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/beijing-cabbage-tomato-female-hands-other-vegetables_169016-24193.jpg", imageAlt: "Grocery products"}, + id: "groceries", title: "Groceries", description: "Fresh produce, pantry staples, and specialty foods curated for your kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/beijing-cabbage-tomato-female-hands-other-vegetables_169016-24193.jpg?_wi=2", imageAlt: "Grocery products"}, { - id: "home", title: "Home & Kitchen", description: "Everything you need for your home from kitchen gadgets to cleaning supplies.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094318.jpg", imageAlt: "Home and kitchen items"}, + id: "home", title: "Home & Kitchen", description: "Everything you need for your home from kitchen gadgets to cleaning supplies.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094318.jpg?_wi=2", imageAlt: "Home and kitchen items"}, { - id: "personal", title: "Personal Care", description: "Health, beauty, and wellness products to keep you feeling great.", imageSrc: "http://img.b2bpic.net/free-photo/caspia-filler-flowers_1339-6285.jpg", imageAlt: "Personal care products"}, + id: "personal", title: "Personal Care", description: "Health, beauty, and wellness products to keep you feeling great.", imageSrc: "http://img.b2bpic.net/free-photo/caspia-filler-flowers_1339-6285.jpg?_wi=2", imageAlt: "Personal care products"}, { - id: "seasonal", title: "Seasonal & Special", description: "Discover seasonal finds and special collections throughout the year.", imageSrc: "http://img.b2bpic.net/free-photo/beijing-cabbage-tomato-female-hands-other-vegetables_169016-24193.jpg", imageAlt: "Seasonal items"}, + id: "seasonal", title: "Seasonal & Special", description: "Discover seasonal finds and special collections throughout the year.", imageSrc: "http://img.b2bpic.net/free-photo/beijing-cabbage-tomato-female-hands-other-vegetables_169016-24193.jpg?_wi=3", imageAlt: "Seasonal items"}, ]} /> @@ -239,7 +239,7 @@ export default function LandingPage() {