From 9ef2e7a1567a1e84c78e384a0cd10fd5feaf2f2d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 07:54:31 +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 9e8227c..930fbe2 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/golden-jewelry-earrings-isolated-white_181624-9244.jpg", imageAlt: "Traditional ethnic earring", initialQuantity: 1 + id: "p1", name: "Earring", price: "₹400", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BHzTvUQ97bP6sITEEX4Jd4h4FE/uploaded-1774166027562-f1aykyku.png", 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