From 0cdda4787153a7b7456ecb7bb6a0af158ca0ac0f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:34:03 +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 64a3d38..70360a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,9 +79,9 @@ 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"}, { @@ -117,27 +117,27 @@ 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"}, ], }, { 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"}, ], }, { 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