From 1d6409f8fe329787a8b91ad59c54b76a6dd4cafa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 07:46:19 +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 1b7cf6b..20cee89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,23 +65,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/metallic-lion-studio_23-2150852531.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/metallic-lion-studio_23-2150852531.jpg?_wi=1", imageAlt: "Golden Lion Head Hero", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-woman-sportswear-training-exercise-bike-modern-fitness-center_613910-20696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-woman-sportswear-training-exercise-bike-modern-fitness-center_613910-20696.jpg?_wi=1", imageAlt: "Equipment Spotlight", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-lifting-bar_23-2148768868.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-lifting-bar_23-2148768868.jpg?_wi=1", imageAlt: "Weight Lifting Bench", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-fit-woman-doing-jumping-squat-wooden-box_23-2147949535.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-fit-woman-doing-jumping-squat-wooden-box_23-2147949535.jpg?_wi=1", imageAlt: "Squat Rack Setup", }, { - imageSrc: "http://img.b2bpic.net/free-photo/conception-strength-black-barbell-metal-stand-gym-daytime-no-people-around_146671-16607.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/conception-strength-black-barbell-metal-stand-gym-daytime-no-people-around_146671-16607.jpg?_wi=1", imageAlt: "Chrome Dumbbells", }, ]} @@ -104,7 +104,7 @@ export default function LandingPage() { name: "Treadmill", price: "Elite", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-woman-sportswear-training-exercise-bike-modern-fitness-center_613910-20696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-woman-sportswear-training-exercise-bike-modern-fitness-center_613910-20696.jpg?_wi=2", }, { id: "2", @@ -112,7 +112,7 @@ export default function LandingPage() { name: "Bench Press", price: "Elite", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-lifting-bar_23-2148768868.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-lifting-bar_23-2148768868.jpg?_wi=2", }, { id: "3", @@ -120,7 +120,7 @@ export default function LandingPage() { name: "Squat Rack", price: "Elite", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-fit-woman-doing-jumping-squat-wooden-box_23-2147949535.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-fit-woman-doing-jumping-squat-wooden-box_23-2147949535.jpg?_wi=2", }, { id: "4", @@ -128,7 +128,7 @@ export default function LandingPage() { name: "Dumbbells", price: "Elite", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/conception-strength-black-barbell-metal-stand-gym-daytime-no-people-around_146671-16607.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/conception-strength-black-barbell-metal-stand-gym-daytime-no-people-around_146671-16607.jpg?_wi=2", }, { id: "5", @@ -246,7 +246,7 @@ export default function LandingPage() {