From cf2ab32090202e3eb33f161a39957d8ae32bb04d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 14:17:10 +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 d6e4ac9..12c9cb2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,15 +64,15 @@ export default function LandingPage() { ]} slides={[ { - 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: "urban streetwear fashion model photoshoot", }, { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-looking-camera_197531-33408.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-looking-camera_197531-33408.jpg?_wi=1", imageAlt: "modern clothing brand aesthetic", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-woman-red-shirt-hat-posed-against-brick-wall_627829-12790.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-woman-red-shirt-hat-posed-against-brick-wall_627829-12790.jpg?_wi=1", imageAlt: "premium streetwear apparel collection", }, { @@ -183,7 +183,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/male-photographer-exploring-urban-environment-with-grunge-aesthetic_23-2150943458.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: "smartphone urban fashion app", }, { @@ -195,7 +195,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-taking-photos_23-2149731132.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-looking-camera_197531-33408.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-looking-camera_197531-33408.jpg?_wi=2", imageAlt: "smartphone urban fashion app", }, { @@ -207,7 +207,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762877.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-woman-red-shirt-hat-posed-against-brick-wall_627829-12790.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-woman-red-shirt-hat-posed-against-brick-wall_627829-12790.jpg?_wi=2", imageAlt: "smartphone urban fashion app", }, ]} -- 2.49.1