From 2e6b836788219ba47e90b3fdcb615c0e432bd7f5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 19:09:35 +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 9f65b05..f9814ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/good-looking-african-man-sitting-stairs-looking-tired-guy-jacket-posing-steps_197531-22073.jpg" + imageSrc="http://img.b2bpic.net/free-photo/good-looking-african-man-sitting-stairs-looking-tired-guy-jacket-posing-steps_197531-22073.jpg?_wi=1" imageAlt="Streetwear luxury editorial" mediaAnimation="slide-up" testimonials={[ @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@marcus_c", testimonial: "The best curated archive I've found online.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/good-looking-african-man-sitting-stairs-looking-tired-guy-jacket-posing-steps_197531-22073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/good-looking-african-man-sitting-stairs-looking-tired-guy-jacket-posing-steps_197531-22073.jpg?_wi=2", imageAlt: "luxury streetwear fashion photography dark mode", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@elena_v", testimonial: "Authentic pieces every time. Simply unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/groom-s-classy-shoes-lie-soft-armchair_8353-8463.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/groom-s-classy-shoes-lie-soft-armchair_8353-8463.jpg?_wi=1", imageAlt: "luxury streetwear fashion photography dark mode", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@david_l", testimonial: "Lightning fast dispatch and quality is real.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-posing-with-transparent-fabric_23-2148239957.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-posing-with-transparent-fabric_23-2148239957.jpg?_wi=1", imageAlt: "luxury streetwear fashion photography dark mode", }, { @@ -99,7 +99,7 @@ export default function LandingPage() { handle: "@sarah_p", testimonial: "Luxury presentation, truly professional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-casual-african-american-man-jeans-jacket-black-beret-clothes-store-trying-new-footwear_627829-13415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-casual-african-american-man-jeans-jacket-black-beret-clothes-store-trying-new-footwear_627829-13415.jpg?_wi=1", imageAlt: "luxury streetwear fashion photography dark mode", }, { @@ -107,7 +107,7 @@ export default function LandingPage() { handle: "@james_k", testimonial: "This is the gold standard of resale.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2629.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2629.jpg?_wi=1", imageAlt: "luxury streetwear fashion photography dark mode", }, ]} @@ -177,7 +177,7 @@ export default function LandingPage() { title: "Dispatch", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/groom-s-classy-shoes-lie-soft-armchair_8353-8463.jpg" + imageSrc="http://img.b2bpic.net/free-photo/groom-s-classy-shoes-lie-soft-armchair_8353-8463.jpg?_wi=2" mediaAnimation="blur-reveal" metricsAnimation="slide-up" imageAlt="Luxury sneaker box with gold branding" @@ -198,7 +198,7 @@ export default function LandingPage() { price: "$450", rating: 5, reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-posing-with-transparent-fabric_23-2148239957.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-posing-with-transparent-fabric_23-2148239957.jpg?_wi=2", }, { id: "p2", @@ -207,7 +207,7 @@ export default function LandingPage() { price: "$890", rating: 5, reviewCount: "48", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-casual-african-american-man-jeans-jacket-black-beret-clothes-store-trying-new-footwear_627829-13415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-casual-african-american-man-jeans-jacket-black-beret-clothes-store-trying-new-footwear_627829-13415.jpg?_wi=2", }, { id: "p3", @@ -216,7 +216,7 @@ export default function LandingPage() { price: "$180", rating: 4, reviewCount: "9", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2629.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2629.jpg?_wi=2", }, { id: "p4", -- 2.49.1