diff --git a/src/app/page.tsx b/src/app/page.tsx index 5084a4f..57fc228 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,15 +61,15 @@ 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", + 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/locally-grown-farming-products-empty-farmers-market-stand_482257-77589.jpg?_wi=1", imageAlt: "Organic vegetables shelf", }, { @@ -181,21 +181,21 @@ export default function LandingPage() { 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", + 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", + 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", + 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", }, ]}