From 767e0139f1ce1905a0a3c13912e6564a72a47807 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 19:52:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed0091c..4742ebc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,53 +58,53 @@ export default function LandingPage() { description="High-quality streetwear built for the movement. Unbeatable style, low prices, elevated aesthetic." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/hipster-model-with-long-hair_158595-2380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hipster-model-with-long-hair_158595-2380.jpg?_wi=1", imageAlt: "Model in urban hoodie", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-woman-2000s-fashion-style-posing-with-tv_23-2149442874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-woman-2000s-fashion-style-posing-with-tv_23-2149442874.jpg?_wi=1", imageAlt: "Street fashion group", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hipster-model-with-long-hair_158595-2380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hipster-model-with-long-hair_158595-2380.jpg?_wi=2", imageAlt: "Model in urban hoodie", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-woman-2000s-fashion-style-posing-with-tv_23-2149442874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-woman-2000s-fashion-style-posing-with-tv_23-2149442874.jpg?_wi=2", imageAlt: "Street fashion group", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hipster-model-with-long-hair_158595-2380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hipster-model-with-long-hair_158595-2380.jpg?_wi=3", imageAlt: "Model in urban hoodie", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-woman-2000s-fashion-style-posing-with-tv_23-2149442874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-woman-2000s-fashion-style-posing-with-tv_23-2149442874.jpg?_wi=3", imageAlt: "Street fashion group", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-woman-2000s-fashion-style-posing-with-tv_23-2149442874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-woman-2000s-fashion-style-posing-with-tv_23-2149442874.jpg?_wi=4", imageAlt: "Street fashion group", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hipster-model-with-long-hair_158595-2380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hipster-model-with-long-hair_158595-2380.jpg?_wi=4", imageAlt: "Model in urban hoodie", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-woman-2000s-fashion-style-posing-with-tv_23-2149442874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-woman-2000s-fashion-style-posing-with-tv_23-2149442874.jpg?_wi=5", imageAlt: "Street fashion group", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hipster-model-with-long-hair_158595-2380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hipster-model-with-long-hair_158595-2380.jpg?_wi=5", imageAlt: "Model in urban hoodie", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-woman-2000s-fashion-style-posing-with-tv_23-2149442874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-woman-2000s-fashion-style-posing-with-tv_23-2149442874.jpg?_wi=6", imageAlt: "Street fashion group", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hipster-model-with-long-hair_158595-2380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hipster-model-with-long-hair_158595-2380.jpg?_wi=6", imageAlt: "Model in urban hoodie", }, ]} -- 2.49.1