From 22468b9bf3f1b047e155acba0b398de23e0fb9cd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 09:27:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b30c5d..d206fae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { handle: "@runneralex", testimonial: "These shoes changed my marathon game completely. Lightweight and incredibly responsive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005663.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005663.jpg?_wi=1", imageAlt: "athletic running shoe studio professional", }, { @@ -72,7 +72,7 @@ export default function LandingPage() { handle: "@fitjam", testimonial: "Finally, a trainer that handles both sprints and long runs with total ease.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005721.jpg?_wi=1", imageAlt: "sport shoe close up", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { handle: "@marcustrains", testimonial: "Exceptional grip and energy return. Definitely the best upgrade to my gear this year.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-sport-composition-with-gym-elements_23-2147915649.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-sport-composition-with-gym-elements_23-2147915649.jpg?_wi=1", imageAlt: "sport shoe close up", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "@chloefitness", testimonial: "Comfort that lasts the whole day. Can't recommend enough for the active enthusiast.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005656.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005656.jpg?_wi=1", imageAlt: "sport shoe close up", }, { @@ -96,7 +96,7 @@ export default function LandingPage() { handle: "@davewins", testimonial: "VelocitySport shoes feel like an extension of my feet. Pure innovation.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/orange-soccer-cleats-metal-railing_23-2151982444.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/orange-soccer-cleats-metal-railing_23-2151982444.jpg?_wi=1", imageAlt: "sport shoe close up", }, ]} @@ -106,7 +106,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005663.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005663.jpg?_wi=2" imageAlt="High-performance athletic shoe" mediaAnimation="slide-up" avatars={[ @@ -184,7 +184,7 @@ export default function LandingPage() { price: "$159.00", rating: 5, reviewCount: "124", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005721.jpg?_wi=2", imageAlt: "SwiftRunner Elite shoe", }, { @@ -194,7 +194,7 @@ export default function LandingPage() { price: "$179.00", rating: 5, reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/modern-sport-composition-with-gym-elements_23-2147915649.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-sport-composition-with-gym-elements_23-2147915649.jpg?_wi=2", imageAlt: "ProStrider Tech shoe", }, { @@ -204,7 +204,7 @@ export default function LandingPage() { price: "$145.00", rating: 4, reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005656.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005656.jpg?_wi=2", imageAlt: "HyperDash v2 shoe", }, { @@ -214,7 +214,7 @@ export default function LandingPage() { price: "$199.00", rating: 5, reviewCount: "56", - imageSrc: "http://img.b2bpic.net/free-photo/orange-soccer-cleats-metal-railing_23-2151982444.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/orange-soccer-cleats-metal-railing_23-2151982444.jpg?_wi=2", imageAlt: "AeroStride Pro shoe", }, { @@ -265,7 +265,7 @@ export default function LandingPage() { content: "Our unique sole composition adapts to different terrains, offering superior grip whether on track, asphalt, or light trail.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005721.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005721.jpg?_wi=3" imageAlt="Feature illustration" mediaAnimation="blur-reveal" /> -- 2.49.1