From 896617870a58cc43423720151caed7444956dc0e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 01:08:52 +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 0e53153..3dedcd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,27 +64,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-afro-dreadlocks-holding-phone_23-2149462074.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-afro-dreadlocks-holding-phone_23-2149462074.jpg?_wi=1", imageAlt: "Streetwear aesthetic mood 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-afro-dreadlocks-holding-phone_23-2149462074.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-afro-dreadlocks-holding-phone_23-2149462074.jpg?_wi=2", imageAlt: "Streetwear aesthetic mood 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-afro-dreadlocks-holding-phone_23-2149462074.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-afro-dreadlocks-holding-phone_23-2149462074.jpg?_wi=3", imageAlt: "Streetwear aesthetic mood 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-afro-dreadlocks-holding-phone_23-2149462074.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-afro-dreadlocks-holding-phone_23-2149462074.jpg?_wi=4", imageAlt: "Streetwear aesthetic mood 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-afro-dreadlocks-holding-phone_23-2149462074.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-afro-dreadlocks-holding-phone_23-2149462074.jpg?_wi=5", imageAlt: "Streetwear aesthetic mood 5", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-afro-dreadlocks-holding-phone_23-2149462074.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-afro-dreadlocks-holding-phone_23-2149462074.jpg?_wi=6", imageAlt: "Streetwear aesthetic mood 6", }, ]} -- 2.49.1