From 7f1c1147276cf9c8e5a4457b6e512e06b424d269 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:12:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf61277..b36b056 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Pattupavada", price: "₹650", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400917.jpg", imageAlt: "Pattupavada Traditional Dress"}, + id: "1", name: "Pattupavada", price: "₹650", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400917.jpg?_wi=1", imageAlt: "Pattupavada Traditional Dress"}, { id: "2", name: "Green & White Ethnic Set", price: "₹650", imageSrc: "http://img.b2bpic.net/free-photo/high-view-shot-woman-holding-hands-air_23-2148261285.jpg", imageAlt: "Green and White Traditional Set"}, { @@ -103,7 +103,7 @@ export default function LandingPage() { { id: "5", name: "Mom & Daughter Combo", price: "₹1,750", imageSrc: "http://img.b2bpic.net/free-photo/big-family-playing-summer-park_1157-20267.jpg", imageAlt: "Mom and Daughter Matching Dress"}, { - id: "6", name: "White Onam Pattupavada", price: "₹760", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400917.jpg", imageAlt: "White Onam Traditional Dress"}, + id: "6", name: "White Onam Pattupavada", price: "₹760", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400917.jpg?_wi=2", imageAlt: "White Onam Traditional Dress"}, ]} /> -- 2.49.1