From 39cf5e9d141a2491fb29abd3cc5be9bc80f305b2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 15:39: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 cb10a58..e4167af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-taking-raspberry_23-2147742359.jpg", imageAlt: "Fresh dairy milk bottles premium" + imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-taking-raspberry_23-2147742359.jpg?_wi=1", imageAlt: "Fresh dairy milk bottles premium" } ]} containerClassName="text-center" @@ -75,13 +75,13 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "milk", name: "Fresh Milk", price: "₹45-60/L", imageSrc: "http://img.b2bpic.net/free-photo/snacks-crackers-served-with-milk_114579-15328.jpg", imageAlt: "Fresh whole milk bottle glass" + id: "milk", name: "Fresh Milk", price: "₹45-60/L", imageSrc: "http://img.b2bpic.net/free-photo/snacks-crackers-served-with-milk_114579-15328.jpg?_wi=1", imageAlt: "Fresh whole milk bottle glass" }, { - id: "paneer", name: "Pure Paneer", price: "₹280-320/kg", imageSrc: "http://img.b2bpic.net/free-photo/white-cheese-table_140725-8927.jpg", imageAlt: "Fresh homemade paneer" + id: "paneer", name: "Pure Paneer", price: "₹280-320/kg", imageSrc: "http://img.b2bpic.net/free-photo/white-cheese-table_140725-8927.jpg?_wi=1", imageAlt: "Fresh homemade paneer" }, { - id: "ghee", name: "Pure Ghee", price: "₹600-700/kg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-creamy-melted-cheese_23-2149332838.jpg", imageAlt: "Pure clarified butter ghee" + id: "ghee", name: "Pure Ghee", price: "₹600-700/kg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-creamy-melted-cheese_23-2149332838.jpg?_wi=1", imageAlt: "Pure clarified butter ghee" }, { id: "bread", name: "Fresh Bread", price: "₹25-40/piece", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baked-bread-with-ingredients_23-2148742173.jpg", imageAlt: "Daily baked fresh bread" @@ -110,16 +110,16 @@ export default function LandingPage() { animationType="slide-up" features={[ { - title: "Premium Quality", description: "Fresh dairy products delivered daily. No compromise on quality or freshness.", imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-taking-raspberry_23-2147742359.jpg", imageAlt: "Quality assurance icon" + title: "Premium Quality", description: "Fresh dairy products delivered daily. No compromise on quality or freshness.", imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-taking-raspberry_23-2147742359.jpg?_wi=2", imageAlt: "Quality assurance icon" }, { - title: "Affordable Prices", description: "Best quality at reasonable prices. Fair pricing for our community.", imageSrc: "http://img.b2bpic.net/free-photo/snacks-crackers-served-with-milk_114579-15328.jpg", imageAlt: "Affordable pricing icon" + title: "Affordable Prices", description: "Best quality at reasonable prices. Fair pricing for our community.", imageSrc: "http://img.b2bpic.net/free-photo/snacks-crackers-served-with-milk_114579-15328.jpg?_wi=2", imageAlt: "Affordable pricing icon" }, { - title: "Friendly Service", description: "Customers appreciate our warm behavior and personalized service.", imageSrc: "http://img.b2bpic.net/free-photo/white-cheese-table_140725-8927.jpg", imageAlt: "Friendly customer service icon" + title: "Friendly Service", description: "Customers appreciate our warm behavior and personalized service.", imageSrc: "http://img.b2bpic.net/free-photo/white-cheese-table_140725-8927.jpg?_wi=2", imageAlt: "Friendly customer service icon" }, { - title: "Always Available", description: "Milk, paneer, ghee and bakery items stocked fresh every single day.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-creamy-melted-cheese_23-2149332838.jpg", imageAlt: "Availability inventory icon" + title: "Always Available", description: "Milk, paneer, ghee and bakery items stocked fresh every single day.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-creamy-melted-cheese_23-2149332838.jpg?_wi=2", imageAlt: "Availability inventory icon" } ]} ariaLabel="Why choose us features section" -- 2.49.1