From efd36c7473e0492efef53ae1735d147c1791ff26 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 21:32:43 +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 77aaa27..0e9aa23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,12 +48,12 @@ export default function LandingPage() { text: "Shop Now", href: "#shop"}, ]} mediaItems={[ - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjKF33fZ0emi5Ug1prlrLWTlNT/uploaded-1776893474062-n1efusz8.jpg", imageAlt: "Streetwear lifestyle shot" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjKF33fZ0emi5Ug1prlrLWTlNT/uploaded-1776893474062-n1efusz8.jpg?_wi=1", imageAlt: "Streetwear lifestyle shot" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjKF33fZ0emi5Ug1prlrLWTlNT/uploaded-1776893474062-2g3ripyb.png", imageAlt: "Streetwear lifestyle shot" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-person-wearing-hoodie-mockup_23-2149246205.jpg", imageAlt: "Streetwear lifestyle shot" }, - { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-underground-hip-hop-musician_23-2150932933.jpg", imageAlt: "Streetwear lifestyle shot" }, - { imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-outdoor_624325-2453.jpg", imageAlt: "Streetwear lifestyle shot" }, - { imageSrc: "http://img.b2bpic.net/free-photo/cowboy-silhouette-against-warm-light_23-2149334101.jpg", imageAlt: "Streetwear lifestyle shot" }, + { 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?_wi=1", imageAlt: "Streetwear lifestyle shot" }, + { 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?_wi=1", imageAlt: "Streetwear lifestyle shot" }, ]} /> @@ -66,13 +66,13 @@ export default function LandingPage() { features={[ { id: "f1", title: "RAW ENERGY", author: "HOODBOY", description: "Unpolished aesthetic for the real ones.", tags: ["street", "raw"], - imageSrc: "http://img.b2bpic.net/free-photo/young-person-wearing-hoodie-mockup_23-2149246205.jpg", imageAlt: "Raw style"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-person-wearing-hoodie-mockup_23-2149246205.jpg?_wi=2", imageAlt: "Raw style"}, { id: "f2", title: "AUTHENTIC ROOTS", author: "HOODBOY", description: "Born in Thessaloniki, built for the world.", tags: ["authentic", "roots"], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-underground-hip-hop-musician_23-2150932933.jpg", imageAlt: "Authentic"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-underground-hip-hop-musician_23-2150932933.jpg?_wi=2", imageAlt: "Authentic"}, { id: "f3", title: "STREET CULTURE", author: "HOODBOY", description: "Not just clothes, a movement.", tags: ["culture", "movement"], - imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-outdoor_624325-2453.jpg", imageAlt: "Culture"}, + imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-outdoor_624325-2453.jpg?_wi=2", imageAlt: "Culture"}, ]} title="THE ESSENCE" description="Why we do what we do." @@ -93,7 +93,7 @@ export default function LandingPage() { { id: "p3", name: "Puffer Jacket", price: "€99.90", imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-city-night_23-2149215118.jpg", imageAlt: "Jacket"}, { - id: "p4", name: "Cargo Pants", price: "€64.90", imageSrc: "http://img.b2bpic.net/free-photo/cowboy-silhouette-against-warm-light_23-2149334101.jpg", imageAlt: "Pants"}, + id: "p4", name: "Cargo Pants", price: "€64.90", imageSrc: "http://img.b2bpic.net/free-photo/cowboy-silhouette-against-warm-light_23-2149334101.jpg?_wi=2", imageAlt: "Pants"}, { id: "p5", name: "Beanie", price: "€19.90", imageSrc: "http://img.b2bpic.net/free-photo/woman-put-up-collar-her-wool-grey-cardigan_633478-2602.jpg", imageAlt: "Beanie"}, { @@ -145,7 +145,7 @@ export default function LandingPage() {