From 35aeae84457c359d5f768ac39b66bd6bb2fb5f57 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 05:13:23 +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 2fb4e25..92bd11e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8078.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8078.jpg?_wi=1" imageAlt="thrift store sneakers vintage aesthetic" avatars={[ { @@ -111,7 +111,7 @@ export default function LandingPage() { title: "Brands Curated", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/different-zero-waste-products-with-copy-space_23-2148491097.jpg" + imageSrc="http://img.b2bpic.net/free-photo/different-zero-waste-products-with-copy-space_23-2148491097.jpg?_wi=1" mediaAnimation="slide-up" metricsAnimation="slide-up" imageAlt="sustainable fashion thrift store" @@ -172,21 +172,21 @@ export default function LandingPage() { name: "Vintage Trainers", price: "$65", variant: "Size 10", - imageSrc: "http://img.b2bpic.net/free-photo/opened-luggage-with-clothes-folded-shoes_23-2148927409.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/opened-luggage-with-clothes-folded-shoes_23-2148927409.jpg?_wi=1", }, { id: "p2", name: "Suede Boots", price: "$85", variant: "Size 9", - imageSrc: "http://img.b2bpic.net/free-photo/row-muddy-rubber-boots_23-2151983640.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/row-muddy-rubber-boots_23-2151983640.jpg?_wi=1", }, { id: "p3", name: "Colorful Sneakers", price: "$55", variant: "Size 8", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-with-shoes_23-2147814373.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-with-shoes_23-2147814373.jpg?_wi=1", }, { id: "p4", @@ -258,7 +258,7 @@ export default function LandingPage() { quote: "Incredible quality for the price. Love my new vintage kicks!", tag: "Shoes", avatarSrc: "http://img.b2bpic.net/free-photo/positive-woman-denim-jacket-undershirt-looks-sun-bright-backdrop-brunette-girl-light-pants-sunglasses-poses-yellow-background_197531-28011.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8078.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8078.jpg?_wi=2", imageAlt: "fashion shopper portrait", }, { @@ -269,7 +269,7 @@ export default function LandingPage() { quote: "Rare finds that you can't get anywhere else. So easy to shop.", tag: "Shoes", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-people-garage-sale_23-2150577059.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/different-zero-waste-products-with-copy-space_23-2148491097.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-zero-waste-products-with-copy-space_23-2148491097.jpg?_wi=2", imageAlt: "fashion shopper portrait", }, { @@ -280,7 +280,7 @@ export default function LandingPage() { quote: "A sustainable dream come true for shoe lovers.", tag: "Vintage", avatarSrc: "http://img.b2bpic.net/free-photo/african-american-guy-wearing-jacket-checkered-shirt-leaning-wall-looking-away_613910-21130.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/opened-luggage-with-clothes-folded-shoes_23-2148927409.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/opened-luggage-with-clothes-folded-shoes_23-2148927409.jpg?_wi=2", imageAlt: "fashion shopper portrait", }, { @@ -291,7 +291,7 @@ export default function LandingPage() { quote: "Fast shipping and perfect condition. Highly recommend.", tag: "Vintage", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-person-with-collage-technique-color-blocking_23-2150165954.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/row-muddy-rubber-boots_23-2151983640.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/row-muddy-rubber-boots_23-2151983640.jpg?_wi=2", imageAlt: "fashion shopper portrait", }, { @@ -302,7 +302,7 @@ export default function LandingPage() { quote: "Finally, a place to get great shoes without the waste.", tag: "Shoes", avatarSrc: "http://img.b2bpic.net/free-photo/she-need-new-shoes-autumn_329181-8066.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-with-shoes_23-2147814373.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-with-shoes_23-2147814373.jpg?_wi=2", imageAlt: "fashion shopper portrait", }, ]} -- 2.49.1