From a24b7ed9827ccb3156c180543e2db91d67bff0b7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:04:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d9da50f..539a422 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,7 +106,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg" + imageSrc="http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg?_wi=1" imageAlt="Nanda Readymade clothing store" bulletPoints={[ { @@ -216,11 +216,11 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" products={[ { - id: "location-1", name: "Ambad-Trimurti Chowk Link Road", price: "Trimurti Chowk, New CIDCO", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg", imageAlt: "Store location"}, + id: "location-1", name: "Ambad-Trimurti Chowk Link Road", price: "Trimurti Chowk, New CIDCO", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg?_wi=2", imageAlt: "Store location"}, { - id: "location-2", name: "Savata Nagar", price: "Nashik, Maharashtra 422008", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg", imageAlt: "Store location"}, + id: "location-2", name: "Savata Nagar", price: "Nashik, Maharashtra 422008", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg?_wi=3", imageAlt: "Store location"}, { - id: "location-3", name: "Call or Get Directions", price: "075884 17178", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg", imageAlt: "Contact store"}, + id: "location-3", name: "Call or Get Directions", price: "075884 17178", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg?_wi=4", imageAlt: "Contact store"}, ]} /> -- 2.49.1