From 8e12631f435e56785197b88e3290680aa23e8ffe Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 19:18:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6db6dfd..9c41555 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,11 +80,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Aloe Vera Face Soap", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-soap-sea-salt_23-2148287654.jpg"}, + id: "1", name: "Aloe Vera Face Soap", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-soap-sea-salt_23-2148287654.jpg?_wi=1"}, { - id: "2", name: "Herbal Wellness Soap", price: "₹249", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-soap-sea-salt_23-2148287654.jpg"}, + id: "2", name: "Herbal Wellness Soap", price: "₹249", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-soap-sea-salt_23-2148287654.jpg?_wi=2"}, { - id: "3", name: "Luxury Gift Set", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-soap-sea-salt_23-2148287654.jpg"}, + id: "3", name: "Luxury Gift Set", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-soap-sea-salt_23-2148287654.jpg?_wi=3"}, ]} title="Our Signature Soap" description="Discover the soothing power of pure Aloe Vera in a unique hexagonal shape." -- 2.49.1