From aaaf1c9eeae8603eda8103064a873e80487401c9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 21:31:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 75928a3..3195abe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjKF33fZ0emi5Ug1prlrLWTlNT/uploaded-1776893474062-n1efusz8.jpg", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjKF33fZ0emi5Ug1prlrLWTlNT/uploaded-1776893474062-n1efusz8.jpg?_wi=1", imageAlt: "Streetwear lifestyle shot", }, { @@ -68,19 +68,19 @@ export default function LandingPage() { imageAlt: "Streetwear lifestyle shot", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-person-wearing-hoodie-mockup_23-2149246205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-person-wearing-hoodie-mockup_23-2149246205.jpg?_wi=1", imageAlt: "Streetwear lifestyle shot", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-underground-hip-hop-musician_23-2150932933.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-underground-hip-hop-musician_23-2150932933.jpg?_wi=1", imageAlt: "Streetwear lifestyle shot", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-outdoor_624325-2453.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-outdoor_624325-2453.jpg?_wi=1", imageAlt: "Streetwear lifestyle shot", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cowboy-silhouette-against-warm-light_23-2149334101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cowboy-silhouette-against-warm-light_23-2149334101.jpg?_wi=1", imageAlt: "Streetwear lifestyle shot", }, ]} @@ -101,7 +101,7 @@ export default function LandingPage() { "street", "raw", ], - imageSrc: "http://img.b2bpic.net/free-photo/young-person-wearing-hoodie-mockup_23-2149246205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-person-wearing-hoodie-mockup_23-2149246205.jpg?_wi=2", imageAlt: "Raw style", }, { @@ -113,7 +113,7 @@ export default function LandingPage() { "authentic", "roots", ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-underground-hip-hop-musician_23-2150932933.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-underground-hip-hop-musician_23-2150932933.jpg?_wi=2", imageAlt: "Authentic", }, { @@ -125,7 +125,7 @@ export default function LandingPage() { "culture", "movement", ], - imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-outdoor_624325-2453.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-outdoor_624325-2453.jpg?_wi=2", imageAlt: "Culture", }, ]} @@ -166,7 +166,7 @@ export default function LandingPage() { id: "p4", name: "Cargo Pants", price: "€64.90", - imageSrc: "http://img.b2bpic.net/free-photo/cowboy-silhouette-against-warm-light_23-2149334101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cowboy-silhouette-against-warm-light_23-2149334101.jpg?_wi=2", imageAlt: "Pants", }, { @@ -263,7 +263,7 @@ export default function LandingPage() {