From 08708546684c14841cfeda6f8f309bae7c89a70a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:36:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 39b79b6..7d037ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,10 +81,10 @@ export default function LandingPage() { description="Explore our carefully curated selection of pure, farm-fresh dairy products – from thick buffalo milk to traditional sweets" products={[ { - id: "1", name: "Buffalo Milk", price: "Available in store", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-delicious-marzipan_23-2149717551.jpg", imageAlt: "Pure buffalo milk fresh daily" + id: "1", name: "Buffalo Milk", price: "Available in store", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-delicious-marzipan_23-2149717551.jpg?_wi=1", imageAlt: "Pure buffalo milk fresh daily" }, { - id: "2", name: "Fresh Paneer", price: "Available in store", imageSrc: "http://img.b2bpic.net/free-photo/cheesecake-with-walnuts-jam-andmint-top-side-view_141793-4365.jpg", imageAlt: "Fresh homemade paneer cheese" + id: "2", name: "Fresh Paneer", price: "Available in store", imageSrc: "http://img.b2bpic.net/free-photo/cheesecake-with-walnuts-jam-andmint-top-side-view_141793-4365.jpg?_wi=1", imageAlt: "Fresh homemade paneer cheese" }, { id: "3", name: "Pure Desi Ghee", price: "Available in store", imageSrc: "http://img.b2bpic.net/free-photo/opened-milk-bottle-red-napkin-yellow-background_23-2147872568.jpg", imageAlt: "Pure traditional ghee" @@ -127,10 +127,10 @@ export default function LandingPage() { title: "Authentic Taste", description: "Traditional dairy quality and methods passed down through generations", icon: Heart, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-holding-glass-milk_23-2148277059.jpg", imageAlt: "Happy family enjoying dairy" + imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-holding-glass-milk_23-2148277059.jpg?_wi=1", imageAlt: "Happy family enjoying dairy" }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-male-producer_23-2149110828.jpg", imageAlt: "Clean store display" + imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-male-producer_23-2149110828.jpg?_wi=1", imageAlt: "Clean store display" }, ], }, @@ -138,10 +138,10 @@ export default function LandingPage() { title: "Fair Prices", description: "Premium quality products at prices that respect your budget", icon: DollarSign, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-delicious-marzipan_23-2149717551.jpg", imageAlt: "Affordable premium milk" + imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-delicious-marzipan_23-2149717551.jpg?_wi=2", imageAlt: "Affordable premium milk" }, { - imageSrc: "http://img.b2bpic.net/free-photo/cheesecake-with-walnuts-jam-andmint-top-side-view_141793-4365.jpg", imageAlt: "Fresh paneer value" + imageSrc: "http://img.b2bpic.net/free-photo/cheesecake-with-walnuts-jam-andmint-top-side-view_141793-4365.jpg?_wi=2", imageAlt: "Fresh paneer value" }, ], }, @@ -149,10 +149,10 @@ export default function LandingPage() { title: "Friendly Service", description: "Cooperative and helpful staff ready to assist you anytime", icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-male-producer_23-2149110828.jpg", imageAlt: "Welcoming store atmosphere" + imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-male-producer_23-2149110828.jpg?_wi=2", imageAlt: "Welcoming store atmosphere" }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-holding-glass-milk_23-2148277059.jpg", imageAlt: "Community connection" + imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-holding-glass-milk_23-2148277059.jpg?_wi=2", imageAlt: "Community connection" }, ], }, -- 2.49.1