From d5d19f7346a32671ab4a7fd208c35908b5b83643 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 07:52:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 983ef59..9e8227c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Earring", price: "₹400", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-tradition-sari-garment_52683-90226.jpg?_wi=2", imageAlt: "Earring", initialQuantity: 1 + id: "p1", name: "Earring", price: "₹400", imageSrc: "http://img.b2bpic.net/free-photo/golden-jewelry-earrings-isolated-white_181624-9244.jpg", imageAlt: "Traditional ethnic earring", initialQuantity: 1 }, { id: "p2", name: "Kids Ethnic Wear & Raincoat", price: "₹499 - ₹899", imageSrc: "http://img.b2bpic.net/free-photo/cute-kids-plaiyng-rainy-day_1157-22965.jpg?_wi=2", imageAlt: "Kids colorful ethnic wear", initialQuantity: 1 -- 2.49.1