From 41a03c065d2aee5608f03f5a835c12f7a572778c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 15:54:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b856e1e..8f4db00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,15 +61,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-orange-sweatshirt-poses-roof-building-city-center_1153-4958.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-orange-sweatshirt-poses-roof-building-city-center_1153-4958.jpg?_wi=1", imageAlt: "Streetwear model in oversized hoodie", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-medical-mask-outside_23-2148777597.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-medical-mask-outside_23-2148777597.jpg?_wi=1", imageAlt: "Heavyweight cotton fabric detail", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-female-leaning-wall-modern-building_181624-23815.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-female-leaning-wall-modern-building_181624-23815.jpg?_wi=1", imageAlt: "Urban NYC street style shot", }, { @@ -171,7 +171,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/concept-fibers-burlap-material-pinkness_23-2148066714.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-orange-sweatshirt-poses-roof-building-city-center_1153-4958.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-orange-sweatshirt-poses-roof-building-city-center_1153-4958.jpg?_wi=2", imageAlt: "heavy fabric cotton texture", }, { @@ -183,7 +183,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1388-107.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-medical-mask-outside_23-2148777597.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-medical-mask-outside_23-2148777597.jpg?_wi=2", imageAlt: "heavy fabric cotton texture", }, { @@ -195,7 +195,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/empty-escalator-stairs_1339-1232.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-female-leaning-wall-modern-building_181624-23815.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-female-leaning-wall-modern-building_181624-23815.jpg?_wi=2", imageAlt: "heavy fabric cotton texture", }, ]} -- 2.49.1