From e53880107e00046087f084d4a9969cbd11a5ff9a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 06:43:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7056d0d..561d4a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Know Our Story", href: "#about" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/assortment-with-preserved-vegetables_23-2148626044.jpg" + imageSrc="http://img.b2bpic.net/free-photo/assortment-with-preserved-vegetables_23-2148626044.jpg?_wi=1" imageAlt="Authentic Konkan Food Products" mediaAnimation="opacity" /> @@ -78,10 +78,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "1", name: "Malvani Masala (500g)", price: "₹550", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-preserved-vegetables_23-2148626044.jpg" }, - { id: "2", name: "Kokum Sarbat (1L)", price: "₹250", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-preserved-vegetables_23-2148626044.jpg" }, - { id: "3", name: "Lasun Chutney (500g)", price: "₹230", variant: "Garlic", imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-preserved-vegetables_23-2148626044.jpg" }, - { id: "4", name: "Gir Cow Ghee (500ml)", price: "₹990", variant: "Pure", imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-preserved-vegetables_23-2148626044.jpg" }, + { id: "1", name: "Malvani Masala (500g)", price: "₹550", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-preserved-vegetables_23-2148626044.jpg?_wi=2" }, + { id: "2", name: "Kokum Sarbat (1L)", price: "₹250", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-preserved-vegetables_23-2148626044.jpg?_wi=3" }, + { id: "3", name: "Lasun Chutney (500g)", price: "₹230", variant: "Garlic", imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-preserved-vegetables_23-2148626044.jpg?_wi=4" }, + { id: "4", name: "Gir Cow Ghee (500ml)", price: "₹990", variant: "Pure", imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-preserved-vegetables_23-2148626044.jpg?_wi=5" }, ]} title="Our Signature Collection" description="Discover our range of premium Konkan essentials." -- 2.49.1