Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-09 08:55:28 +00:00
2 changed files with 1377 additions and 10 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -53,10 +53,10 @@ export default function LandingPage() {
testimonials={[
{
name: "Marcus Johnson", handle: "Fitness Enthusiast", testimonial: "Incredible facilities and supportive community. Changed my life!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-athlete-looking-camera_23-2148162222.jpg", imageAlt: "Marcus Johnson testimonial"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-athlete-looking-camera_23-2148162222.jpg?_wi=1", imageAlt: "Marcus Johnson testimonial"},
{
name: "Sarah Martinez", handle: "Personal Training Client", testimonial: "Best investment I've made in myself. Results speak for themselves.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-looking-camera-smiling-confident-with-arms-crossed-standing-white-background_141793-118472.jpg", imageAlt: "Sarah Martinez testimonial"},
imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-looking-camera-smiling-confident-with-arms-crossed-standing-white-background_141793-118472.jpg?_wi=1", imageAlt: "Sarah Martinez testimonial"},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
@@ -92,23 +92,23 @@ export default function LandingPage() {
{
id: 1,
title: "Strength Training", description: "Build muscle and increase power with our comprehensive strength programs using free weights and resistance machines.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/people-training-athletics_52683-151582.jpg", imageAlt: "Strength training with dumbbells"},
imageSrc: "http://img.b2bpic.net/free-photo/people-training-athletics_52683-151582.jpg?_wi=1", imageAlt: "Strength training with dumbbells"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/people-training-athletics_52683-151582.jpg", imageAlt: "Strength training technique"},
imageSrc: "http://img.b2bpic.net/free-photo/people-training-athletics_52683-151582.jpg?_wi=2", imageAlt: "Strength training technique"},
},
{
id: 2,
title: "Cardio & Endurance", description: "Improve cardiovascular fitness and stamina with state-of-the-art cardio equipment and structured programs.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-athlete-running-treadmill-gym_637285-8584.jpg", imageAlt: "Cardio training equipment"},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-athlete-running-treadmill-gym_637285-8584.jpg?_wi=1", imageAlt: "Cardio training equipment"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-athlete-running-treadmill-gym_637285-8584.jpg", imageAlt: "Cardio workout session"},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-athlete-running-treadmill-gym_637285-8584.jpg?_wi=2", imageAlt: "Cardio workout session"},
},
{
id: 3,
title: "Group Classes", description: "Join energetic group fitness classes led by certified instructors to stay motivated and have fun.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061442.jpg", imageAlt: "Group fitness class"},
imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061442.jpg?_wi=1", imageAlt: "Group fitness class"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061442.jpg", imageAlt: "Group fitness community"},
imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061442.jpg?_wi=2", imageAlt: "Group fitness community"},
},
]}
showStepNumbers={true}
@@ -172,10 +172,10 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Marcus Johnson", role: "Software Engineer", company: "Tech Startup", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-athlete-looking-camera_23-2148162222.jpg", imageAlt: "Marcus Johnson"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-athlete-looking-camera_23-2148162222.jpg?_wi=2", imageAlt: "Marcus Johnson"},
{
id: "2", name: "Sarah Martinez", role: "Marketing Director", company: "Creative Agency", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-looking-camera-smiling-confident-with-arms-crossed-standing-white-background_141793-118472.jpg", imageAlt: "Sarah Martinez"},
imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-looking-camera-smiling-confident-with-arms-crossed-standing-white-background_141793-118472.jpg?_wi=2", imageAlt: "Sarah Martinez"},
{
id: "3", name: "David Chen", role: "Entrepreneur", company: "E-commerce Business", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-sportswoman-cross-arms-looking-motivated-camera-fitness-girl-workout-practice-yoga-exercises-white-background_176420-47068.jpg", imageAlt: "David Chen"},