diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6af0a0f..493dcc0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {
@@ -54,80 +46,49 @@ export default function LandingPage() {
@@ -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."]}
/>
@@ -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() {