Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-26 14:36:57 +00:00

View File

@@ -11,7 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Award, CheckCircle, Flame, Gauge, Shield, Star, Zap } from "lucide-react";
import { CheckCircle, Gauge, Lightning, Shield, Star, Sword, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,35 +32,17 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "home",
href: "/",
},
name: "Home", id: "/"},
{
name: "Preparation",
id: "preparation",
href: "/preparation",
},
name: "Preparation", id: "/preparation"},
{
name: "Acceleration",
id: "acceleration",
href: "/acceleration",
},
name: "Acceleration", id: "/acceleration"},
{
name: "Follow Through",
id: "follow",
href: "/follow",
},
name: "Follow Through", id: "/follow"},
{
name: "Pricing",
id: "pricing",
href: "/pricing",
},
name: "Pricing", id: "/pricing"},
{
name: "Contact",
id: "contact",
href: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="TennisCoach.com"
/>
@@ -69,23 +51,18 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "plain",
}}
variant: "plain"}}
title="Master Your Tennis Serve"
description="Biomechanics-driven coaching to unlock elite-level power, consistency, and efficiency in your game."
buttons={[
{
text: "Get Full Serve System",
href: "/pricing",
},
text: "Get Full Serve System", href: "/pricing"},
{
text: "Explore Phases",
href: "#features",
},
text: "Explore Phases", href: "#features"},
]}
imageSrc="http://img.b2bpic.net/free-photo/athletic-young-boy-playing-tennis_23-2148206485.jpg"
imageAlt="Tennis player executing a powerful serve"
mediaAnimation="entrance-slide"
mediaAnimation="slide-up"
/>
</div>
@@ -96,10 +73,10 @@ export default function LandingPage() {
title="Master the Kinetic Chain for Unmatched Serve Power"
description="Most players lose 40-60% of serve power due to poor sequencing. Our system focuses on biomechanical principles used in pro-level training to prevent this."
subdescription="We break down the complex kinetic chain into actionable steps, ensuring maximum energy transfer from the ground up, for an elite-level, injury-free serve. This method enhances both power and consistency."
icon={Award}
icon={Sword}
imageSrc="http://img.b2bpic.net/free-vector/polygonal-background-with-girl-tennis-player_23-2147555662.jpg"
imageAlt="Diagram illustrating the kinetic chain in a tennis serve"
mediaAnimation="entrance-slide"
mediaAnimation="slide-up"
/>
</div>
@@ -110,54 +87,30 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Preparation Phase",
description: "Optimize your joint sequencing and muscle activation timing to build foundational power. Learn force generation and efficient transfer for a potent serve.",
icon: Gauge,
title: "Preparation Phase", description: "Optimize your joint sequencing and muscle activation timing to build foundational power. Learn force generation and efficient transfer for a potent serve.", icon: Gauge,
mediaItems: [
{
type: "image",
src: "http://img.b2bpic.net/free-photo/top-view-tennis-player_23-2147661778.jpg",
alt: "Tennis player in serve preparation phase",
},
src: "http://img.b2bpic.net/free-photo/top-view-tennis-player_23-2147661778.jpg", alt: "Tennis player in serve preparation phase"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/top-view-tennis-player_23-2147661778.jpg",
alt: "Tennis player in serve preparation phase",
},
src: "http://img.b2bpic.net/free-photo/top-view-tennis-player_23-2147661778.jpg", alt: "Tennis player in serve preparation phase"},
],
},
{
title: "Acceleration Phase",
description: "Achieve peak racket head speed, master pronation mechanics, and perfect your wrist snap for explosive ball contact and maximum velocity.",
icon: Flame,
title: "Acceleration Phase", description: "Achieve peak racket head speed, master pronation mechanics, and perfect your wrist snap for explosive ball contact and maximum velocity.", icon: Lightning,
mediaItems: [
{
type: "image",
src: "http://img.b2bpic.net/free-photo/close-up-racket-with-tennis-balls_23-2148251042.jpg",
alt: "Tennis player in serve acceleration phase",
},
src: "http://img.b2bpic.net/free-photo/close-up-racket-with-tennis-balls_23-2148251042.jpg", alt: "Tennis player in serve acceleration phase"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/close-up-racket-with-tennis-balls_23-2148251042.jpg",
alt: "Tennis player in serve acceleration phase",
},
src: "http://img.b2bpic.net/free-photo/close-up-racket-with-tennis-balls_23-2148251042.jpg", alt: "Tennis player in serve acceleration phase"},
],
},
{
title: "Follow Through Phase",
description: "Crucial for injury prevention and body control. Learn to dissipate energy efficiently, protecting your arm while maintaining balance and readiness for the next shot.",
icon: Shield,
title: "Follow Through Phase", description: "Crucial for injury prevention and body control. Learn to dissipate energy efficiently, protecting your arm while maintaining balance and readiness for the next shot.", icon: Shield,
mediaItems: [
{
type: "image",
src: "http://img.b2bpic.net/free-photo/tennis-player-tying-his-shoelaces_23-2148206517.jpg",
alt: "Tennis player in serve follow through phase",
},
src: "http://img.b2bpic.net/free-photo/tennis-player-tying-his-shoelaces_23-2148206517.jpg", alt: "Tennis player in serve follow through phase"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/tennis-player-tying-his-shoelaces_23-2148206517.jpg",
alt: "Tennis player in serve follow through phase",
},
src: "http://img.b2bpic.net/free-photo/tennis-player-tying-his-shoelaces_23-2148206517.jpg", alt: "Tennis player in serve follow through phase"},
],
},
]}
@@ -172,26 +125,18 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "power",
icon: Zap,
title: "Power Gain",
value: "Up to 20 MPH",
},
id: "power", icon: Zap,
title: "Power Gain", value: "Up to 20 MPH"},
{
id: "consistency",
icon: CheckCircle,
title: "Consistency",
value: "90% First Serve",
},
id: "consistency", icon: CheckCircle,
title: "Consistency", value: "90% First Serve"},
{
id: "injury",
icon: Shield,
title: "Injury Reduction",
value: "60% Decrease",
},
id: "injury", icon: Shield,
title: "Injury Reduction", value: "60% Decrease"},
]}
title="Unlock Your Serve Potential"
description="Quantifiable improvements derived from our biomechanics-driven approach, designed to elevate your game and prevent common serving faults."
animationType="blur-reveal"
/>
</div>
@@ -202,55 +147,25 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Ethan Davis",
role: "Club Player",
company: "Local Tennis Club",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-stylish-sunglasses-looking-camera-fashion-accessories-summer-trends-fashion-street-style-smiling-happy-earrings_285396-6039.jpg",
content: "This program completely transformed my serve! I've added serious MPH and my consistency is through the roof. The biomechanics breakdown made so much sense.",
},
id: "1", name: "Ethan Davis", role: "Club Player", company: "Local Tennis Club", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-stylish-sunglasses-looking-camera-fashion-accessories-summer-trends-fashion-street-style-smiling-happy-earrings_285396-6039.jpg", // content: "This program completely transformed my serve! I've added serious MPH and my consistency is through the roof. The biomechanics breakdown made so much sense."},
{
id: "2",
name: "Sophia Lee",
role: "Junior Competitor",
company: "State Tennis Academy",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-sportsman-holding-skipping-rope-make-thumbs-up-gesture_171337-15681.jpg",
content: "My coaches noticed an immediate improvement in my serve technique. I feel more powerful and my shoulder has less strain. Highly recommend for serious players.",
},
id: "2", name: "Sophia Lee", role: "Junior Competitor", company: "State Tennis Academy", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-sportsman-holding-skipping-rope-make-thumbs-up-gesture_171337-15681.jpg", // content: "My coaches noticed an immediate improvement in my serve technique. I feel more powerful and my shoulder has less strain. Highly recommend for serious players."},
{
id: "3",
name: "Marcus Brown",
role: "Weekend Warrior",
company: "Recreational League",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/active-young-people-playing-squash_329181-13304.jpg",
content: "I used to struggle with a weak second serve, but after this course, I'm hitting aces and rarely double faulting. It's truly a game-changer for recreational players.",
},
id: "3", name: "Marcus Brown", role: "Weekend Warrior", company: "Recreational League", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/active-young-people-playing-squash_329181-13304.jpg", // content: "I used to struggle with a weak second serve, but after this course, I'm hitting aces and rarely double faulting. It's truly a game-changer for recreational players."},
{
id: "4",
name: "Olivia Wilson",
role: "Varsity Captain",
company: "High School Team",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-athlete-holding-hands-hips-posing_651396-1463.jpg",
content: "As a varsity player, precision and power are key. This system gave me the edge I needed, improving my placement and helping me win crucial points.",
},
id: "4", name: "Olivia Wilson", role: "Varsity Captain", company: "High School Team", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-athlete-holding-hands-hips-posing_651396-1463.jpg", // content: "As a varsity player, precision and power are key. This system gave me the edge I needed, improving my placement and helping me win crucial points."},
]}
kpiItems={[
{
title: "Improved Consistency",
description: "Across all skill levels",
},
// title: "Improved Consistency", description: "Across all skill levels"},
{
title: "Higher Serve Speed",
description: "Measurable gains in MPH",
},
// title: "Higher Serve Speed", description: "Measurable gains in MPH"},
{
title: "Fewer Injuries",
description: "Safer, more efficient mechanics",
},
// title: "Fewer Injuries", description: "Safer, more efficient mechanics"},
]}
title="What Our Students Say"
description="Real results from players who transformed their serve and their game with our expert, biomechanics-driven coaching."
@@ -264,41 +179,17 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "starter",
tag: "Starter",
price: "$29",
period: "one-time",
description: "Access to foundational biomechanics and basic drills for a solid serve.",
button: {
text: "Get Started Now",
href: "/checkout/starter",
},
featuresTitle: "Includes:",
features: [
"Phase 1: Preparation Video Course",
"2 Foundational Drills",
"PDF Practice Guide",
],
id: "starter", tag: "Starter", price: "$29", period: "one-time", description: "Access to foundational biomechanics and basic drills for a solid serve.", button: {
text: "Get Started Now", href: "/checkout/starter"},
featuresTitle: "Includes:", features: [
"Phase 1: Preparation Video Course", "2 Foundational Drills", "PDF Practice Guide"],
},
{
id: "pro",
tag: "Most Popular",
tagIcon: Star,
price: "$79",
period: "one-time",
description: "Complete access to all phases, advanced drills, and progress tracking for elite performance.",
button: {
text: "Unlock Full System",
href: "/checkout/pro",
},
featuresTitle: "Everything in Starter, plus:",
features: [
"All 3 Phase Video Courses",
"10+ Advanced Drills",
"Progress Tracking Dashboard",
"Advanced Biomechanics Analysis",
"Injury Prevention Module",
],
id: "pro", tag: "Most Popular", tagIcon: Star,
price: "$79", period: "one-time", description: "Complete access to all phases, advanced drills, and progress tracking for elite performance.", button: {
text: "Unlock Full System", href: "/checkout/pro"},
featuresTitle: "Everything in Starter, plus:", features: [
"All 3 Phase Video Courses", "10+ Advanced Drills", "Progress Tracking Dashboard", "Advanced Biomechanics Analysis", "Injury Prevention Module"],
},
]}
title="Get the Full Serve System"
@@ -312,30 +203,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "What makes your coaching different?",
content: "Our coaching is rooted in elite-level biomechanics, analyzing your serve's kinetic chain to identify and correct inefficiencies for maximum power and consistency, unlike generic coaching methods.",
},
id: "1", title: "What makes your coaching different?", content: "Our coaching is rooted in elite-level biomechanics, analyzing your serve's kinetic chain to identify and correct inefficiencies for maximum power and consistency, unlike generic coaching methods."},
{
id: "2",
title: "Is this suitable for all skill levels?",
content: "Yes, our system is designed for players from beginner to advanced. We customize drills and analysis to your current level, ensuring tangible improvements for everyone.",
},
id: "2", title: "Is this suitable for all skill levels?", content: "Yes, our system is designed for players from beginner to advanced. We customize drills and analysis to your current level, ensuring tangible improvements for everyone."},
{
id: "3",
title: "Do you offer in-person coaching?",
content: "Currently, our primary offering is our comprehensive online video courses and interactive modules. This allows us to reach players globally and provide high-quality, accessible instruction.",
},
id: "3", title: "Do you offer in-person coaching?", content: "Currently, our primary offering is our comprehensive online video courses and interactive modules. This allows us to reach players globally and provide high-quality, accessible instruction."},
{
id: "4",
title: "How quickly will I see results?",
content: "Many students report noticeable improvements in feel and control within the first few weeks. Significant power and consistency gains are typically observed after consistent application over 1-3 months.",
},
id: "4", title: "How quickly will I see results?", content: "Many students report noticeable improvements in feel and control within the first few weeks. Significant power and consistency gains are typically observed after consistent application over 1-3 months."},
{
id: "5",
title: "What equipment do I need?",
content: "You'll need your standard tennis racket and balls. For video analysis, a smartphone or camera is sufficient. No special biomechanics lab equipment is required for the online course.",
},
id: "5", title: "What equipment do I need?", content: "You'll need your standard tennis racket and balls. For video analysis, a smartphone or camera is sufficient. No special biomechanics lab equipment is required for the online course."},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about our biomechanics-driven tennis serve coaching, how it works, and what you can expect."
@@ -349,57 +225,35 @@ export default function LandingPage() {
{
items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Pricing",
href: "/pricing",
},
label: "Pricing", href: "/pricing"},
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
items: [
{
label: "Preparation",
href: "/preparation",
},
label: "Preparation", href: "/preparation"},
{
label: "Acceleration",
href: "/acceleration",
},
label: "Acceleration", href: "/acceleration"},
{
label: "Follow Through",
href: "/follow",
},
label: "Follow Through", href: "/follow"},
{
label: "FAQs",
href: "#faq",
},
label: "FAQs", href: "#faq"},
],
},
{
items: [
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Cookie Policy",
href: "#",
},
label: "Cookie Policy", href: "#"},
],
},
]}