From 007a18a35cd10c9003a4cc0e7361c268c0dafe03 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 12:49:53 +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 361b577..482a7d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,11 +52,11 @@ export default function LandingPage() { description="Your neighborhood destination for fresh, high-quality groceries and essential household items." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/client-shopping-local-retailer_23-2149349422.jpg", imageAlt: "Fresh produce market stall"}, + imageSrc: "http://img.b2bpic.net/free-photo/client-shopping-local-retailer_23-2149349422.jpg?_wi=1", imageAlt: "Fresh produce market stall"}, { - imageSrc: "http://img.b2bpic.net/free-photo/mangoes-market_1398-2249.jpg", imageAlt: "Friendly grocer smiling"}, + imageSrc: "http://img.b2bpic.net/free-photo/mangoes-market_1398-2249.jpg?_wi=1", imageAlt: "Friendly grocer smiling"}, { - imageSrc: "http://img.b2bpic.net/free-photo/locally-grown-farming-products-empty-farmers-market-stand_482257-77589.jpg", imageAlt: "Organic vegetables shelf"}, + imageSrc: "http://img.b2bpic.net/free-photo/locally-grown-farming-products-empty-farmers-market-stand_482257-77589.jpg?_wi=1", imageAlt: "Organic vegetables shelf"}, { imageSrc: "http://img.b2bpic.net/free-photo/sesonal-vegetable-market-with-variety-agriculture-products-shelfs-boxes_613910-5422.jpg", imageAlt: "Seasonal vegetable market variety"}, { @@ -120,13 +120,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/vegetables-bread-shopping-bag-wooden-surface_169016-20848.jpg", imageAlt: "grocery store icon set"}, { title: "Affordable Prices", description: "Competitive rates for all families.", buttonIcon: DollarSign, - imageSrc: "http://img.b2bpic.net/free-photo/client-shopping-local-retailer_23-2149349422.jpg", imageAlt: "grocery store icon set"}, + imageSrc: "http://img.b2bpic.net/free-photo/client-shopping-local-retailer_23-2149349422.jpg?_wi=2", imageAlt: "grocery store icon set"}, { title: "Quick Delivery", description: "Get essentials at your doorstep.", buttonIcon: Truck, - imageSrc: "http://img.b2bpic.net/free-photo/mangoes-market_1398-2249.jpg", imageAlt: "grocery store icon set"}, + imageSrc: "http://img.b2bpic.net/free-photo/mangoes-market_1398-2249.jpg?_wi=2", imageAlt: "grocery store icon set"}, { title: "Exceptional Service", description: "Always here to help you shop.", buttonIcon: Smile, - imageSrc: "http://img.b2bpic.net/free-photo/locally-grown-farming-products-empty-farmers-market-stand_482257-77589.jpg", imageAlt: "grocery store icon set"}, + imageSrc: "http://img.b2bpic.net/free-photo/locally-grown-farming-products-empty-farmers-market-stand_482257-77589.jpg?_wi=2", imageAlt: "grocery store icon set"}, ]} title="Why Choose Us?" description="Experience convenience and quality like never before at Hassan General Store." -- 2.49.1