From c0dcd553a43ec3c1a80c71cae402ad33d47106be Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:05:33 +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 3b5bfca..adb2eb8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,15 +107,15 @@ export default function LandingPage() { }, { id: "2", brand: "Refreshment", name: "Cold Drinks", price: "From $3.49", rating: 5, - reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/modern-healthy-life-composition-with-fruit-juice_23-2147914177.jpg?_wi=2", imageAlt: "Cold beverages and energy drinks" + reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/premium-photo/concept-drink-blank-cans-with-space-label_185193-94558.jpg?id=34272626", imageAlt: "Cold beverages and energy drinks" }, { id: "3", brand: "Essentials", name: "Everyday Items", price: "From $4.99", rating: 5, - reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/woman-watering-plants-home_23-2149383649.jpg?_wi=2", imageAlt: "Household and daily essentials" + reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-alarm-clock-eyeglasses-camera-coffee-cup-office-supplies-white-background_23-2147979096.jpg?id=3660943", imageAlt: "Household and daily essentials" }, { id: "4", brand: "Specialty", name: "Accessories", price: "From $1.99", rating: 5, - reviewCount: "450", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-shiny-golden-chain_23-2149635286.jpg", imageAlt: "Specialty products and accessories" + reviewCount: "450", imageSrc: "http://img.b2bpic.net/free-photo/decorative-cosmetics-accessories-sunglasses-hat-white-table_176420-11865.jpg?id=8757057", imageAlt: "Specialty products and accessories" } ]} className="py-16 md:py-20" @@ -141,11 +141,11 @@ export default function LandingPage() { }, { id: 3, - title: "Friendly Service", description: "The team knows customers and takes pride in helping them. Genuine hospitality is what sets us apart.", imageSrc: "http://img.b2bpic.net/free-photo/female-vendor-removes-items-from-basket_482257-92430.jpg", imageAlt: "Friendly store staff member" + title: "Friendly Service", description: "The team knows customers and takes pride in helping them. Genuine hospitality is what sets us apart.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-buying-product_23-2149081076.jpg?id=17806274", imageAlt: "Friendly store staff member" }, { id: 4, - title: "Open Late", description: "Your go-to stop when the rest of the city shuts down. We're here for you, 24/7, when you need us most.", imageSrc: "http://img.b2bpic.net/free-photo/long-exposure-street-city_107420-95732.jpg?_wi=2", imageAlt: "Store exterior glowing late night" + title: "Open Late", description: "Your go-to stop when the rest of the city shuts down. We're here for you, 24/7, when you need us most.", imageSrc: "http://img.b2bpic.net/free-photo/traffic-jam-city-by-night_23-2148242227.jpg?id=5180589", imageAlt: "Store exterior glowing late night" } ]} className="py-16 md:py-20" @@ -156,7 +156,7 @@ export default function LandingPage() {