From b3e5c7dbe8a2065c095bdefe4c3d40f2d44dd312 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 18:30:02 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 3522416..5ac5c77 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -23,7 +23,7 @@ export default function HomePage() { primaryButton={{ text: "Shop The Collection", href: "#shop" }} secondaryButton={{ text: "Our Story", href: "#about" }} names={["Alice V.", "Mark D.", "Sarah L.", "James B."]} - imageSrc="http://img.b2bpic.net/free-photo/young-handsome-man-choosing-clothes-shop_1303-19710.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-handsome-man-choosing-clothes-shop_1303-19710.jpg?_wi=1" /> @@ -57,7 +57,7 @@ export default function HomePage() { }, { title: "Ethical Sourcing", description: "Sustainable fashion choices that reduce waste and support slow fashion.", bentoComponent: "media-stack", mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-clothes-shop_1303-19710.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-clothes-shop_1303-19710.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-wool-texture-design_23-2149503314.jpg" }, { imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-cutout-collage-pattern_23-2149681605.jpg" } ] -- 2.49.1