diff --git a/src/app/page.tsx b/src/app/page.tsx index 6370fa9..6b4fbc6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,22 +46,17 @@ export default function LandingPage() {
@@ -82,9 +69,7 @@ export default function LandingPage() { tag="Our Philosophy" buttons={[ { - text: "Join Our Community", - href: "#contact", - }, + text: "Join Our Community", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/side-view-senior-couple-gym_23-2148503022.jpg" /> @@ -97,32 +82,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Advanced Performance Analytics", - tags: [ - "Tech", - "Metrics", - ], - imageSrc: "http://img.b2bpic.net/free-photo/women-stretching-together-before-working-out-outdoors_23-2150343709.jpg", - }, + id: "f1", title: "Advanced Performance Analytics", tags: [ + "Tech", "Metrics"], + imageSrc: "http://img.b2bpic.net/free-photo/women-stretching-together-before-working-out-outdoors_23-2150343709.jpg"}, { - id: "f2", - title: "Personalized Sports Nutrition", - tags: [ - "Diet", - "Health", - ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-cutting-bread_23-2149894915.jpg", - }, + id: "f2", title: "Personalized Sports Nutrition", tags: [ + "Diet", "Health"], + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-cutting-bread_23-2149894915.jpg"}, { - id: "f3", - title: "Elite Team Coaching", - tags: [ - "Team", - "Strategy", - ], - imageSrc: "http://img.b2bpic.net/free-photo/volleyball-players-resting-after-match_23-2149492383.jpg", - }, + id: "f3", title: "Elite Team Coaching", tags: [ + "Team", "Strategy"], + imageSrc: "http://img.b2bpic.net/free-photo/volleyball-players-resting-after-match_23-2149492383.jpg"}, ]} title="Tailored Training Systems" description="From high-performance tracking to elite nutrition advice, we offer comprehensive services to elevate your game." @@ -136,33 +106,14 @@ export default function LandingPage() { useInvertedBackground={false} groups={[ { - id: "coaching-staff", - groupTitle: "Coaching Team", - members: [ + id: "coaching-staff", groupTitle: "Coaching Team", members: [ { - id: "m1", - title: "Sarah Jenkins", - subtitle: "Head Performance Coach", - detail: "15+ years of elite athletic coaching experience.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-ball_23-2149213168.jpg", - }, + id: "m1", title: "Sarah Jenkins", subtitle: "Head Performance Coach", detail: "15+ years of elite athletic coaching experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-ball_23-2149213168.jpg"}, { - id: "m2", - title: "Mark Thompson", - subtitle: "Strength & Conditioning Specialist", - detail: "Expert in power development and injury prevention.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007196.jpg", - }, + id: "m2", title: "Mark Thompson", subtitle: "Strength & Conditioning Specialist", detail: "Expert in power development and injury prevention.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007196.jpg"}, { - id: "m3", - title: "Dr. Elena Rodriguez", - subtitle: "Sports Nutritionist", - detail: "Specializing in athletic metabolic optimization.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969905.jpg", - }, + id: "m3", title: "Dr. Elena Rodriguez", subtitle: "Sports Nutritionist", detail: "Specializing in athletic metabolic optimization.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969905.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/muscular-young-male-athlete-sitting-track-field-relaxing_23-2148162094.jpg?_wi=2", - imageAlt: "professional sports coach headshot", }, ]} title="Meet Your Coaches" @@ -178,25 +129,15 @@ export default function LandingPage() { author="Alex Carter, Professional Triathlete" avatars={[ { - src: "http://img.b2bpic.net/free-photo/portrait-woman-with-curly-hair-doing-sports-sunny-day-chubby-woman-grey-top-with-tattoos-looking-sideways-sport-body-positive-concept_74855-21334.jpg", - alt: "Alex", - }, + src: "http://img.b2bpic.net/free-photo/portrait-woman-with-curly-hair-doing-sports-sunny-day-chubby-woman-grey-top-with-tattoos-looking-sideways-sport-body-positive-concept_74855-21334.jpg", alt: "Alex"}, { - src: "http://img.b2bpic.net/free-photo/group-happy-people-with-exercise-mat-gym_23-2147949691.jpg", - alt: "Maria", - }, + src: "http://img.b2bpic.net/free-photo/group-happy-people-with-exercise-mat-gym_23-2147949691.jpg", alt: "Maria"}, { - src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-male-athlete-stadium_23-2148162123.jpg", - alt: "John", - }, + src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-male-athlete-stadium_23-2148162123.jpg", alt: "John"}, { - src: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061472.jpg", - alt: "Sarah", - }, + src: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061472.jpg", alt: "Sarah"}, { - src: "http://img.b2bpic.net/free-photo/joyful-girl-wireless-earphones-holding-sport-bottle-hand-happily-looking-aside-while-showing-thumb-up-running-track-stadium_574295-5306.jpg", - alt: "Mike", - }, + src: "http://img.b2bpic.net/free-photo/joyful-girl-wireless-earphones-holding-sport-bottle-hand-happily-looking-aside-while-showing-thumb-up-running-track-stadium_574295-5306.jpg", alt: "Mike"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -209,20 +150,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Who can join SportHub Pro?", - content: "Our programs are open to all levels, from competitive amateurs to professional athletes.", - }, + id: "q1", title: "Who can join SportHub Pro?", content: "Our programs are open to all levels, from competitive amateurs to professional athletes."}, { - id: "q2", - title: "How do I sign up?", - content: "Click the Contact button and fill out the inquiry form; a coach will reach out to schedule a consultation.", - }, + id: "q2", title: "How do I sign up?", content: "Click the Contact button and fill out the inquiry form; a coach will reach out to schedule a consultation."}, { - id: "q3", - title: "Are plans customized?", - content: "Yes, all training, nutrition, and performance plans are fully personalized for your needs.", - }, + id: "q3", title: "Are plans customized?", content: "Yes, all training, nutrition, and performance plans are fully personalized for your needs."}, ]} imageSrc="http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150289991.jpg" mediaAnimation="slide-up" @@ -236,8 +168,7 @@ export default function LandingPage() {