From 261467e421abd62f811d961ee20d590a3572d909 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:42:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4df07a9..fe7e573 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,16 +48,16 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/young-sportswoman-having-cross-training-with-weight-plate-gym_637285-8530.jpg", imageAlt: "Professional workout session" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-batch-cooking-arrangement-with-healthy-food_23-2149092443.jpg", imageAlt: "Nutrition guidance" }, - { imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-63194.jpg", imageAlt: "Strength training" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-man-running_1098-115.jpg", imageAlt: "Cardio training" } + { imageSrc: "http://img.b2bpic.net/free-photo/young-sportswoman-having-cross-training-with-weight-plate-gym_637285-8530.jpg?_wi=1", imageAlt: "Professional workout session" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-batch-cooking-arrangement-with-healthy-food_23-2149092443.jpg?_wi=1", imageAlt: "Nutrition guidance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-63194.jpg?_wi=1", imageAlt: "Strength training" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-man-running_1098-115.jpg?_wi=1", imageAlt: "Cardio training" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/young-man-running_1098-115.jpg", imageAlt: "Cardio excellence" }, - { imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-63194.jpg", imageAlt: "Advanced training" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-batch-cooking-arrangement-with-healthy-food_23-2149092443.jpg", imageAlt: "Optimal nutrition" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-sportswoman-having-cross-training-with-weight-plate-gym_637285-8530.jpg", imageAlt: "Elite coaching" } + { imageSrc: "http://img.b2bpic.net/free-photo/young-man-running_1098-115.jpg?_wi=2", imageAlt: "Cardio excellence" }, + { imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-63194.jpg?_wi=2", imageAlt: "Advanced training" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-batch-cooking-arrangement-with-healthy-food_23-2149092443.jpg?_wi=2", imageAlt: "Optimal nutrition" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-sportswoman-having-cross-training-with-weight-plate-gym_637285-8530.jpg?_wi=2", imageAlt: "Elite coaching" } ]} buttons={[ { text: "Get Started", href: "contact" },