From ebdc821f729b0c2e0df5b0324d5f4bbd5c2510a1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 02:33:34 +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 6b31c67..c7e023e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,23 +64,23 @@ export default function LandingPage() { tag="Luxury Streetwear" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-city-night_23-2149024756.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-city-night_23-2149024756.jpg?_wi=1", imageAlt: "Royal Since Birth Hero 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1136.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1136.jpg?_wi=1", imageAlt: "Royal Since Birth Hero 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-sunglasses_8353-9373.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sunglasses_8353-9373.jpg?_wi=1", imageAlt: "Royal Since Birth Hero 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230663.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230663.jpg?_wi=1", imageAlt: "Royal Since Birth Hero 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-posing_150588-179.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-posing_150588-179.jpg?_wi=1", imageAlt: "Royal Since Birth Hero 5", }, ]} @@ -102,25 +102,25 @@ export default function LandingPage() { id: "p1", name: "Legacy Hoodie", price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1136.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1136.jpg?_wi=2", }, { id: "p2", name: "Crown Tee", price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/woman-sunglasses_8353-9373.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sunglasses_8353-9373.jpg?_wi=2", }, { id: "p3", name: "Royal Hat", price: "$30", - imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230663.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230663.jpg?_wi=2", }, { id: "p4", name: "Ambition Joggers", price: "$90", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-posing_150588-179.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-posing_150588-179.jpg?_wi=2", }, { id: "p5", @@ -198,7 +198,7 @@ export default function LandingPage() {