Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-08 20:01:25 +00:00

View File

@@ -10,7 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Activity, ShieldCheck, Target, Zap } from "lucide-react";
import { Activity, ShieldCheck, Target, Zap, Bat, Baseball, HeartPulse, Weight } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Programs",
id: "features",
},
name: "Programs", id: "features"},
{
name: "Assessment",
id: "pricing",
},
name: "Assessment", id: "pricing"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Power 5 Athletics"
/>
@@ -54,80 +46,49 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Advanced Baseball & Softball Training for All Ages"
description="Train with pro-level equipment, expert coaches, and a complete development system designed to elevate your performance on and off the field."
kpis={[
{
value: "100+",
label: "Athletes Trained",
},
value: "100+", label: "Athletes Trained"},
{
value: "5/5",
label: "Star Rating",
},
value: "5/5", label: "Star Rating"},
{
value: "Elite",
label: "Tech Stack",
},
value: "Elite", label: "Tech Stack"},
]}
enableKpiAnimation={true}
buttons={[
{
text: "Call Now",
href: "tel:+18005550199",
},
text: "Call Now", href: "tel:+18005550199"},
{
text: "Book Free Assessment",
href: "#pricing",
},
text: "Book Free Assessment", href: "#pricing"},
]}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-kid-running-outdoors_23-2149457232.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-kid-running-outdoors_23-2149457232.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-baseball-players_23-2151023605.jpg",
alt: "Athlete profile",
},
src: "http://img.b2bpic.net/free-photo/portrait-baseball-players_23-2151023605.jpg", alt: "Athlete profile"},
{
src: "http://img.b2bpic.net/free-photo/sporty-female-youngster-has-thoughtful-expression-wears-casual-sweatshirt-with-hoody_273609-18399.jpg",
alt: "Athlete profile",
},
src: "http://img.b2bpic.net/free-photo/sporty-female-youngster-has-thoughtful-expression-wears-casual-sweatshirt-with-hoody_273609-18399.jpg", alt: "Athlete profile"},
{
src: "http://img.b2bpic.net/free-photo/high-angle-view-young-dark-skinned-woman-with-curly-hair-sitting-bed-with-hand-sheet-copybook-little-boy-drawing-tracing-outline-her-palm_343059-3848.jpg",
alt: "Athlete profile",
},
src: "http://img.b2bpic.net/free-photo/high-angle-view-young-dark-skinned-woman-with-curly-hair-sitting-bed-with-hand-sheet-copybook-little-boy-drawing-tracing-outline-her-palm_343059-3848.jpg", alt: "Athlete profile"},
{
src: "http://img.b2bpic.net/free-photo/view-young-baseball-player_23-2151023587.jpg",
alt: "Athlete profile",
},
src: "http://img.b2bpic.net/free-photo/view-young-baseball-player_23-2151023587.jpg", alt: "Athlete profile"},
{
src: "http://img.b2bpic.net/free-photo/father-son-playing-basketball-together-backyard_23-2150067866.jpg",
alt: "Athlete profile",
},
src: "http://img.b2bpic.net/free-photo/father-son-playing-basketball-together-backyard_23-2150067866.jpg", alt: "Athlete profile"},
]}
marqueeItems={[
{
type: "text",
text: "Pro-Level Coaches",
},
type: "text", text: "Pro-Level Coaches"},
{
type: "text",
text: "MLB-Grade Tech",
},
type: "text", text: "MLB-Grade Tech"},
{
type: "text",
text: "Indoor Facility",
},
type: "text", text: "Indoor Facility"},
{
type: "text",
text: "Arm Care Focus",
},
type: "text", text: "Arm Care Focus"},
{
type: "text",
text: "Full Development",
},
type: "text", text: "Full Development"},
]}
/>
</div>
@@ -137,10 +98,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Your Home for Elite Development"
description={[
"Power 5 Athletics is a premier indoor training facility in Homestead, FL, dedicated to total athlete development.",
"Whether you're a beginner learning the game or an experienced player aiming for college scouts, our professional coaching staff and MLB-grade technology provide the edge you need.",
"We foster a positive, disciplined environment where every family feels supported.",
]}
"Power 5 Athletics is a premier indoor training facility in Homestead, FL, dedicated to total athlete development.", "Whether you're a beginner learning the game or an experienced player aiming for college scouts, our professional coaching staff and MLB-grade technology provide the edge you need.", "We foster a positive, disciplined environment where every family feels supported."]}
/>
</div>
@@ -151,79 +109,52 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Skill Development",
description: "Master the fundamentals of your game with specialized private and group sessions.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/freestyle-aerials-skiing_654080-664.jpg?_wi=1",
imageAlt: "Skill development tech",
},
title: "Skill Development", description: "Master the fundamentals of your game with specialized private and group sessions.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/freestyle-aerials-skiing_654080-664.jpg", imageAlt: "Skill development tech"},
items: [
{
icon: Bat,
text: "Batting Training",
},
text: "Batting Training"},
{
icon: Baseball,
text: "Pitching Lessons",
},
text: "Pitching Lessons"},
{
icon: ShieldCheck,
text: "Catching & Fielding",
},
text: "Catching & Fielding"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-running-outdoors_23-2149457232.jpg?_wi=2",
imageAlt: "professional baseball training indoors",
},
{
title: "Pro-Level Facility",
description: "Weather-proof training year-round with advanced tracking and machinery.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/training-items-athletics_23-2151077750.jpg",
imageAlt: "Indoor facility",
},
title: "Pro-Level Facility", description: "Weather-proof training year-round with advanced tracking and machinery.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/training-items-athletics_23-2151077750.jpg", imageAlt: "Indoor facility"},
items: [
{
icon: Zap,
text: "Advanced Technology",
},
text: "Advanced Technology"},
{
icon: Target,
text: "Rapsodo Analytics",
},
text: "Rapsodo Analytics"},
{
icon: Dumbbell,
text: "Conditioning Area",
},
text: "Conditioning Area"},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/men-playing-rugby-field_23-2150062036.jpg",
imageAlt: "baseball coach mentoring youth",
},
{
title: "Strength & Arm Care",
description: "Build longevity and power with our complete gym and recovery systems.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197736.jpg",
imageAlt: "Strength training",
},
title: "Strength & Arm Care", description: "Build longevity and power with our complete gym and recovery systems.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197736.jpg", imageAlt: "Strength training"},
items: [
{
icon: HeartPulse,
text: "Arm Care Program",
},
text: "Arm Care Program"},
{
icon: Weight,
text: "Strength & Conditioning",
},
text: "Strength & Conditioning"},
{
icon: Activity,
text: "Personalized Plans",
},
text: "Personalized Plans"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/freestyle-aerials-skiing_654080-664.jpg?_wi=2",
imageAlt: "baseball training technology equipment",
},
]}
title="Training Programs & Facility Highlights"
@@ -238,52 +169,28 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "basic",
price: "Free",
name: "Initial Assessment",
buttons: [
id: "basic", price: "Free", name: "Initial Assessment", buttons: [
{
text: "Book Now",
href: "#contact",
},
text: "Book Now", href: "#contact"},
],
features: [
"Full performance check",
"Mechanics review",
"Plan recommendation",
],
"Full performance check", "Mechanics review", "Plan recommendation"],
},
{
id: "pro",
price: "$60",
name: "Private Lesson",
buttons: [
id: "pro", price: "$60", name: "Private Lesson", buttons: [
{
text: "Book Now",
href: "#contact",
},
text: "Book Now", href: "#contact"},
],
features: [
"1-on-1 coaching",
"Data-driven focus",
"Tech-assisted drills",
],
"1-on-1 coaching", "Data-driven focus", "Tech-assisted drills"],
},
{
id: "expert",
price: "Custom",
name: "Group Training",
buttons: [
id: "expert", price: "Custom", name: "Group Training", buttons: [
{
text: "Inquire",
href: "#contact",
},
text: "Inquire", href: "#contact"},
],
features: [
"Team-based drills",
"Competitive environment",
"Shared coaching staff",
],
"Team-based drills", "Competitive environment", "Shared coaching staff"],
},
]}
title="Book Your Assessment"
@@ -298,40 +205,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Mark R.",
role: "Parent",
testimonial: "The best training in Homestead. My son's batting has improved immensely.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-baseball-players_23-2151023605.jpg",
},
id: "1", name: "Mark R.", role: "Parent", testimonial: "The best training in Homestead. My son's batting has improved immensely.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-baseball-players_23-2151023605.jpg"},
{
id: "2",
name: "Sarah L.",
role: "Athlete",
testimonial: "Elite coaches and top-tier tech. I feel so much more confident.",
imageSrc: "http://img.b2bpic.net/free-photo/sporty-female-youngster-has-thoughtful-expression-wears-casual-sweatshirt-with-hoody_273609-18399.jpg",
},
id: "2", name: "Sarah L.", role: "Athlete", testimonial: "Elite coaches and top-tier tech. I feel so much more confident.", imageSrc: "http://img.b2bpic.net/free-photo/sporty-female-youngster-has-thoughtful-expression-wears-casual-sweatshirt-with-hoody_273609-18399.jpg"},
{
id: "3",
name: "David W.",
role: "Parent",
testimonial: "Power 5 is like a second home. The coaches really care about the kids.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-young-dark-skinned-woman-with-curly-hair-sitting-bed-with-hand-sheet-copybook-little-boy-drawing-tracing-outline-her-palm_343059-3848.jpg",
},
id: "3", name: "David W.", role: "Parent", testimonial: "Power 5 is like a second home. The coaches really care about the kids.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-young-dark-skinned-woman-with-curly-hair-sitting-bed-with-hand-sheet-copybook-little-boy-drawing-tracing-outline-her-palm_343059-3848.jpg"},
{
id: "4",
name: "Emily K.",
role: "Athlete",
testimonial: "The arm care program is a game changer for my pitching season.",
imageSrc: "http://img.b2bpic.net/free-photo/view-young-baseball-player_23-2151023587.jpg",
},
id: "4", name: "Emily K.", role: "Athlete", testimonial: "The arm care program is a game changer for my pitching season.", imageSrc: "http://img.b2bpic.net/free-photo/view-young-baseball-player_23-2151023587.jpg"},
{
id: "5",
name: "Jorge M.",
role: "Parent",
testimonial: "Highly recommend the free assessment to get started.",
imageSrc: "http://img.b2bpic.net/free-photo/father-son-playing-basketball-together-backyard_23-2150067866.jpg",
},
id: "5", name: "Jorge M.", role: "Parent", testimonial: "Highly recommend the free assessment to get started.", imageSrc: "http://img.b2bpic.net/free-photo/father-son-playing-basketball-together-backyard_23-2150067866.jpg"},
]}
title="What Our Athletes Say"
description="Trusted by families across Homestead and Florida City."
@@ -342,8 +224,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "rotated-rays-static",
}}
variant: "rotated-rays-static"}}
tag="Get Started"
title="Ready to Take Your Game to the Next Level?"
description="Fill out the form below or call us today to book your session."
@@ -356,46 +237,29 @@ export default function LandingPage() {
logoText="Power 5 Athletics"
columns={[
{
title: "Programs",
items: [
title: "Programs", items: [
{
label: "Baseball Training",
href: "#",
},
label: "Baseball Training", href: "#"},
{
label: "Softball Training",
href: "#",
},
label: "Softball Training", href: "#"},
{
label: "Private Lessons",
href: "#",
},
label: "Private Lessons", href: "#"},
],
},
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Book Assessment",
href: "#pricing",
},
label: "Book Assessment", href: "#pricing"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Social",
items: [
title: "Social", items: [
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
],
},
]}