From 0a8400599bfa7cf11d6511ee22a3704d028e80bc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 07:24:33 +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 599d320..171eb69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/overhead-view-woman-tying-roller-skate-lace_23-2148140443.jpg" + imageSrc="http://img.b2bpic.net/free-photo/overhead-view-woman-tying-roller-skate-lace_23-2148140443.jpg?_wi=1" showDimOverlay={true} avatars={[ { @@ -98,25 +98,25 @@ export default function LandingPage() { { title: "Propulsion Core", description: "Energy-returning foam that propels every stride forward.", - imageSrc: "http://img.b2bpic.net/free-photo/fit-young-woman-running-park_23-2148381950.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fit-young-woman-running-park_23-2148381950.jpg?_wi=1", buttonIcon: "Zap", }, { title: "Adaptive Fit", description: "Precision-engineered upper that contours to your foot.", - imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702167.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702167.jpg?_wi=1", buttonIcon: "Shield", }, { title: "Breathable Mesh", description: "Advanced thermal regulation for peak performance.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-people-posing-studio_23-2149930770.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-people-posing-studio_23-2149930770.jpg?_wi=1", buttonIcon: "Award", }, { title: "Precision Grip", description: "Traction systems tested on every surface imaginable.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-rugby-players-with-ball-water-splashes_23-2148793338.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-rugby-players-with-ball-water-splashes_23-2148793338.jpg?_wi=1", buttonIcon: "Star", }, ]} @@ -266,7 +266,7 @@ export default function LandingPage() { quote: "The most responsive gear I've ever used in competition.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blond-casual-female-sits-steps-holds-longboard_613910-11627.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-woman-tying-roller-skate-lace_23-2148140443.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-woman-tying-roller-skate-lace_23-2148140443.jpg?_wi=2", imageAlt: "happy athlete portrait", }, { @@ -277,7 +277,7 @@ export default function LandingPage() { quote: "Nike changed my game entirely.", tag: "MVP", avatarSrc: "http://img.b2bpic.net/free-photo/man-listening-music-while-playing-basketball_23-2147925225.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/fit-young-woman-running-park_23-2148381950.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fit-young-woman-running-park_23-2148381950.jpg?_wi=2", imageAlt: "happy athlete portrait", }, { @@ -288,7 +288,7 @@ export default function LandingPage() { quote: "Endurance is no longer a limit.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/sportswoman_23-2148023729.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702167.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702167.jpg?_wi=2", imageAlt: "happy athlete portrait", }, { @@ -299,7 +299,7 @@ export default function LandingPage() { quote: "The innovation is unmatched.", tag: "Coach", avatarSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-people-posing-studio_23-2149930770.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-people-posing-studio_23-2149930770.jpg?_wi=2", imageAlt: "happy athlete portrait", }, { @@ -310,7 +310,7 @@ export default function LandingPage() { quote: "Perfect precision for every match.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/view-soccer-player-field_23-2150885887.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-rugby-players-with-ball-water-splashes_23-2148793338.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-rugby-players-with-ball-water-splashes_23-2148793338.jpg?_wi=2", imageAlt: "happy athlete portrait", }, ]} -- 2.49.1