From 15fc679cbdaeb3ac1debefb1cf281859cd6a5cc3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 13:15:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b931a3e..f07899a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,12 +53,12 @@ export default function LandingPage() { ]} buttonAnimation="blur-reveal" carouselItems={[ - { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-doing-workout-exercises_23-2150470960.jpg", imageAlt: "Professional gym training" }, - { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/person-training-gym-with-supervisor_23-2150772205.jpg", imageAlt: "Intense workout session" }, - { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-training-with-machine_23-2149049762.jpg", imageAlt: "Strength training coaching" }, - { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-exercises-gym_140725-8086.jpg", imageAlt: "Modern gym facility" }, - { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/young-women-taking-part-spinning-class_23-2149332072.jpg", imageAlt: "Group fitness training" }, - { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-gym-training-together_23-2148419825.jpg", imageAlt: "Crossfit training" } + { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-doing-workout-exercises_23-2150470960.jpg?_wi=1", imageAlt: "Professional gym training" }, + { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/person-training-gym-with-supervisor_23-2150772205.jpg?_wi=1", imageAlt: "Intense workout session" }, + { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-training-with-machine_23-2149049762.jpg?_wi=1", imageAlt: "Strength training coaching" }, + { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-exercises-gym_140725-8086.jpg?_wi=1", imageAlt: "Modern gym facility" }, + { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/young-women-taking-part-spinning-class_23-2149332072.jpg?_wi=1", imageAlt: "Group fitness training" }, + { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-gym-training-together_23-2148419825.jpg?_wi=1", imageAlt: "Crossfit training" } ]} autoPlay={true} autoPlayInterval={4000} @@ -163,22 +163,22 @@ export default function LandingPage() {