From 8171d7d4b88cd36512a6a5d9a0db6a66aa2e338a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 10:28:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1489ed1..c9d9a22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/low-view-shot-woman-posing_23-2148286025.jpg" + imageSrc="http://img.b2bpic.net/free-photo/low-view-shot-woman-posing_23-2148286025.jpg?_wi=1" imageAlt="indian ethnic fashion modern photography" mediaAnimation="slide-up" avatars={[ @@ -155,7 +155,7 @@ export default function LandingPage() { description: "Materials built to last.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/selective-focus-close-up-young-designer-female-smile-proud-with-her-clothes-design-hanger-tape-measure-neck_1150-50225.jpg" + imageSrc="http://img.b2bpic.net/free-photo/selective-focus-close-up-young-designer-female-smile-proud-with-her-clothes-design-hanger-tape-measure-neck_1150-50225.jpg?_wi=1" imageAlt="indian textile weaving workshop authentic" mediaAnimation="slide-up" /> @@ -177,28 +177,28 @@ export default function LandingPage() { title: "Zero Waste", description: "Minimal impact production.", buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-photo/low-view-shot-woman-posing_23-2148286025.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-view-shot-woman-posing_23-2148286025.jpg?_wi=2", imageAlt: "User provided image", }, { title: "Global Style", description: "Designed in India, worn everywhere.", buttonIcon: "Star", - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-close-up-young-designer-female-smile-proud-with-her-clothes-design-hanger-tape-measure-neck_1150-50225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-close-up-young-designer-female-smile-proud-with-her-clothes-design-hanger-tape-measure-neck_1150-50225.jpg?_wi=2", imageAlt: "User provided image", }, { title: "Direct Impact", description: "Empowering local artisan communities.", buttonIcon: "Award", - imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-lifestyle-concept_23-2148093987.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-lifestyle-concept_23-2148093987.jpg?_wi=1", imageAlt: "User provided image", }, { title: "Inclusive Fit", description: "Tailored for every body shape.", buttonIcon: "Users", - imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400863.jpg?_wi=1", imageAlt: "User provided image", }, ]} @@ -218,13 +218,13 @@ export default function LandingPage() { id: "p1", name: "Indigo Fusion Kurti", price: "₹2,499", - imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-lifestyle-concept_23-2148093987.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-lifestyle-concept_23-2148093987.jpg?_wi=2", }, { id: "p2", name: "Minimalist Gold Jhumkas", price: "₹1,299", - imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400863.jpg?_wi=2", }, { id: "p3", -- 2.49.1