From ad19cbf00bd0cb13cf8491365a07194499f0d1ed Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:01:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b72ba05..4bb8ab1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,13 +50,13 @@ export default function LandingPage() { description="Transform with expert trainers and science-backed programs designed for real results. Join a community that demands excellence." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-gym_23-2148024321.jpg", imageAlt: "Dynamic training"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-gym_23-2148024321.jpg?_wi=1", imageAlt: "Dynamic training"}, { - imageSrc: "http://img.b2bpic.net/free-photo/muscular-brunette-woman-training-with-ropes_651396-1615.jpg", imageAlt: "Gym weights"}, + imageSrc: "http://img.b2bpic.net/free-photo/muscular-brunette-woman-training-with-ropes_651396-1615.jpg?_wi=1", imageAlt: "Gym weights"}, { - imageSrc: "http://img.b2bpic.net/free-photo/kettlebell-gym-equipment-still-life_23-2151739283.jpg", imageAlt: "Equipment detail"}, + imageSrc: "http://img.b2bpic.net/free-photo/kettlebell-gym-equipment-still-life_23-2151739283.jpg?_wi=1", imageAlt: "Equipment detail"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-athlete-exercising_23-2148267179.jpg", imageAlt: "Intense athlete"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-athlete-exercising_23-2148267179.jpg?_wi=1", imageAlt: "Intense athlete"}, { imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-gym_268835-3895.jpg", imageAlt: "Rowing machine"}, ]} @@ -64,13 +64,13 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-training-box-dark-studio_23-2147752909.jpg", imageAlt: "Training group"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-gym_23-2148024321.jpg", imageAlt: "Dynamic training"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-gym_23-2148024321.jpg?_wi=2", imageAlt: "Dynamic training"}, { - imageSrc: "http://img.b2bpic.net/free-photo/muscular-brunette-woman-training-with-ropes_651396-1615.jpg", imageAlt: "Gym weights"}, + imageSrc: "http://img.b2bpic.net/free-photo/muscular-brunette-woman-training-with-ropes_651396-1615.jpg?_wi=2", imageAlt: "Gym weights"}, { - imageSrc: "http://img.b2bpic.net/free-photo/kettlebell-gym-equipment-still-life_23-2151739283.jpg", imageAlt: "Equipment detail"}, + imageSrc: "http://img.b2bpic.net/free-photo/kettlebell-gym-equipment-still-life_23-2151739283.jpg?_wi=2", imageAlt: "Equipment detail"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-athlete-exercising_23-2148267179.jpg", imageAlt: "Intense athlete"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-athlete-exercising_23-2148267179.jpg?_wi=2", imageAlt: "Intense athlete"}, ]} buttons={[ { @@ -120,11 +120,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - tag: "01", title: "Admin Dashboard", subtitle: "Management", description: "Intuitive content and member management tools.", imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-gym_23-2148024321.jpg", imageAlt: "athletic gym training dark neon"}, + tag: "01", title: "Admin Dashboard", subtitle: "Management", description: "Intuitive content and member management tools.", imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-gym_23-2148024321.jpg?_wi=3", imageAlt: "athletic gym training dark neon"}, { - tag: "02", title: "Program Tracking", subtitle: "Analytics", description: "Science-backed workout logging and progress metrics.", imageSrc: "http://img.b2bpic.net/free-photo/muscular-brunette-woman-training-with-ropes_651396-1615.jpg", imageAlt: "gym weights neon lighting"}, + tag: "02", title: "Program Tracking", subtitle: "Analytics", description: "Science-backed workout logging and progress metrics.", imageSrc: "http://img.b2bpic.net/free-photo/muscular-brunette-woman-training-with-ropes_651396-1615.jpg?_wi=3", imageAlt: "gym weights neon lighting"}, { - tag: "03", title: "Member Profiles", subtitle: "Community", description: "Personalized spaces for tracking your fitness journey.", imageSrc: "http://img.b2bpic.net/free-photo/kettlebell-gym-equipment-still-life_23-2151739283.jpg", imageAlt: "barbell gym gritty dark"}, + tag: "03", title: "Member Profiles", subtitle: "Community", description: "Personalized spaces for tracking your fitness journey.", imageSrc: "http://img.b2bpic.net/free-photo/kettlebell-gym-equipment-still-life_23-2151739283.jpg?_wi=3", imageAlt: "barbell gym gritty dark"}, ]} title="Platform Features" description="Powerful tools designed to manage your performance." -- 2.49.1