From 7e4d4451283cfafd04dc138578620535fda5d802 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 14:00:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c347f7..564fe04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,15 +61,15 @@ export default function LandingPage() { description="Competition-grade equipment engineered for the relentless." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/training-cross-fit-gym_169016-3356.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/training-cross-fit-gym_169016-3356.jpg?_wi=1", imageAlt: "Powerlifter training", }, { - imageSrc: "http://img.b2bpic.net/free-photo/texture-close-up-metal_23-2148198951.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/texture-close-up-metal_23-2148198951.jpg?_wi=1", imageAlt: "Strength Training", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-exercising-rowing-machine-gym_23-2147827875.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-exercising-rowing-machine-gym_23-2147827875.jpg?_wi=1", imageAlt: "Cardio Training", }, { @@ -180,7 +180,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-kettlebells-gym_23-2149255815.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/training-cross-fit-gym_169016-3356.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/training-cross-fit-gym_169016-3356.jpg?_wi=2", imageAlt: "power rack industrial gym", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stretching-preparing-exercise-outdoors_23-2149676920.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/texture-close-up-metal_23-2148198951.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/texture-close-up-metal_23-2148198951.jpg?_wi=2", imageAlt: "power rack industrial gym", }, { @@ -204,7 +204,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-dumbbells-gym_169016-59099.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/woman-exercising-rowing-machine-gym_23-2147827875.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-exercising-rowing-machine-gym_23-2147827875.jpg?_wi=2", imageAlt: "power rack industrial gym", }, ]} -- 2.49.1