From 6d9647b4e89e100b20ecf86136a40beeeca672bd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:27:55 +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 0691e94..d16e470 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "ARS Fashion", name: "Designer Blouses", price: "Starting from ₹599", rating: 5, - reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/adult-woman-trying-out-clothes_23-2148660730.jpg", imageAlt: "Designer blouses collection"}, + reviewCount: "10+", imageSrc: "http://img.b2bpic.net/premium-photo/pretty-woman-dressed-traditional-indian-blouse-covered-head-shawl-dupatta-with-gilded-edge_926199-2535956.jpg?id=183146970", imageAlt: "Designer blouses collection"}, { id: "2", brand: "ARS Fashion", name: "Ethnic Wear", price: "Starting from ₹899", rating: 5, reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502983.jpg", imageAlt: "Ethnic wear collection"}, -- 2.49.1