Update src/app/page.tsx

This commit is contained in:
2026-05-15 12:49:03 +00:00
parent d9ffd74bbc
commit 99b0b66276

View File

@@ -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",
},
]}