Merge version_1 into main #3
@@ -43,20 +43,20 @@ export default function LandingPage() {
|
||||
title="Elevate Your Game at Victory Club"
|
||||
description="Join the premier sports community in your region. From professional training to youth programs, we empower every athlete to reach their peak potential."
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg", imageAlt: "Club Facilities" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg", imageAlt: "Basketball Court" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg", imageAlt: "Outdoor Track" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg", imageAlt: "Gym Interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg", imageAlt: "Tennis Courts" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg", imageAlt: "Training Field" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg?_wi=1", imageAlt: "Club Facilities" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg?_wi=1", imageAlt: "Basketball Court" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg?_wi=2", imageAlt: "Outdoor Track" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg?_wi=2", imageAlt: "Gym Interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg?_wi=3", imageAlt: "Tennis Courts" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg?_wi=3", imageAlt: "Training Field" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg", imageAlt: "Training Center" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg", imageAlt: "Soccer Training" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg", imageAlt: "Swimming Pool" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg", imageAlt: "Athletic Equipment" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg", imageAlt: "Indoor Arena" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg", imageAlt: "Club Entrance" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg?_wi=4", imageAlt: "Training Center" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg?_wi=4", imageAlt: "Soccer Training" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg?_wi=5", imageAlt: "Swimming Pool" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg?_wi=5", imageAlt: "Athletic Equipment" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg?_wi=6", imageAlt: "Indoor Arena" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg?_wi=6", imageAlt: "Club Entrance" }
|
||||
]}
|
||||
buttons={[{ text: "Join Today", href: "#contact" }]}
|
||||
avatars={[
|
||||
@@ -101,7 +101,7 @@ export default function LandingPage() {
|
||||
members={[
|
||||
{ id: "t1", name: "Alex Rivers", role: "Head Trainer", description: "15 years experience in professional sports development.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-guy-earphones-eating-banana-after-workout-sitting-stairs_8353-6860.jpg" },
|
||||
{ id: "t2", name: "Sarah Chen", role: "Fitness Lead", description: "Specialist in functional movement and agility training.", imageSrc: "http://img.b2bpic.net/free-photo/water-polo-player-pool-with-swimming-equipment_23-2150893946.jpg" },
|
||||
{ id: "t3", name: "Marcus Thorne", role: "Skills Coach", description: "Former pro athlete with a passion for youth talent.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-self-determined-caucasian-elderly-male-with-beard-choosing-healthy-active-lifestyle-sitting-floor-with-ball-resting-after-intensive-training-gym_343059-4804.jpg" }
|
||||
{ id: "t3", name: "Marcus Thorne", role: "Skills Coach", description: "Former pro athlete with a passion for youth talent.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-self-determined-caucasian-elderly-male-with-beard-choosing-healthy-active-lifestyle-sitting-floor-with-ball-resting-after-intensive-training-gym_343059-4804.jpg?_wi=1" }
|
||||
]}
|
||||
title="Meet Your Coaches"
|
||||
description="Learn from the best in the business. Our coaches bring years of professional experience to every session."
|
||||
@@ -118,7 +118,7 @@ export default function LandingPage() {
|
||||
{ id: "2", name: "Linda M.", role: "Parent", testimonial: "My kids have gained so much confidence here.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-fitness-woman-leaning-rail_171337-6239.jpg" },
|
||||
{ id: "3", name: "Robert B.", role: "League Player", testimonial: "Great community and even better competition.", imageSrc: "http://img.b2bpic.net/free-photo/hands-exercise-with-weights-stadium_23-2148297806.jpg" },
|
||||
{ id: "4", name: "Alice T.", role: "Pro Athlete", testimonial: "Professional standards that keep me sharp.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-sporty-woman-outdoors_23-2149622946.jpg" },
|
||||
{ id: "5", name: "Sam K.", role: "Coach", testimonial: "An incredible environment for growth and fitness.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-self-determined-caucasian-elderly-male-with-beard-choosing-healthy-active-lifestyle-sitting-floor-with-ball-resting-after-intensive-training-gym_343059-4804.jpg" }
|
||||
{ id: "5", name: "Sam K.", role: "Coach", testimonial: "An incredible environment for growth and fitness.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-self-determined-caucasian-elderly-male-with-beard-choosing-healthy-active-lifestyle-sitting-floor-with-ball-resting-after-intensive-training-gym_343059-4804.jpg?_wi=2" }
|
||||
]}
|
||||
title="Hear Our Members"
|
||||
description="We are proud of our community and the successes our athletes have achieved together."
|
||||
|
||||
Reference in New Issue
Block a user