From efbc02ef768f59bfbbac3e83ad0d17c5a86c88f1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 17:36:16 +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 b107e78..c205435 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,15 +79,15 @@ export default function LandingPage() { description="Structured workouts. Real coaches. Strong community. Achieve your fitness goals with us." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-sportsman-having-strength-training-lifting-barbell-gym_637285-2496.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-sportsman-having-strength-training-lifting-barbell-gym_637285-2496.jpg?_wi=1", imageAlt: "CrossFit athlete lifting a barbell", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150290019.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150290019.jpg?_wi=1", imageAlt: "CrossFit group training session", }, { - imageSrc: "http://img.b2bpic.net/free-photo/full-body-portrait-sporty-female-with-barbell-grey-gym-club-background_613910-898.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-body-portrait-sporty-female-with-barbell-grey-gym-club-background_613910-898.jpg?_wi=1", imageAlt: "Woman doing pull-ups in CrossFit gym", }, { @@ -323,7 +323,7 @@ export default function LandingPage() { text: "Commit & Save", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/young-sportsman-having-strength-training-lifting-barbell-gym_637285-2496.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-sportsman-having-strength-training-lifting-barbell-gym_637285-2496.jpg?_wi=2", imageAlt: "Football composition with whiteboard and ball in net", }, { @@ -340,7 +340,7 @@ export default function LandingPage() { text: "Book Drop-in", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150290019.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150290019.jpg?_wi=2", imageAlt: "Football composition with whiteboard and ball in net", }, { @@ -357,7 +357,7 @@ export default function LandingPage() { text: "Enquire Now", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/full-body-portrait-sporty-female-with-barbell-grey-gym-club-background_613910-898.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-body-portrait-sporty-female-with-barbell-grey-gym-club-background_613910-898.jpg?_wi=2", imageAlt: "Football composition with whiteboard and ball in net", }, ]} -- 2.49.1