diff --git a/src/app/page.tsx b/src/app/page.tsx index f4bd4dd..3483a95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 { CheckCircle, Gauge, Lightning, Shield, Star, Sword, Zap } from "lucide-react"; +import { CheckCircle, Gauge, Shield, Star, Sword, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -90,16 +90,16 @@ export default function LandingPage() { 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: [ { - src: "http://img.b2bpic.net/free-photo/top-view-tennis-player_23-2147661778.jpg", alt: "Tennis player in serve preparation phase"}, + type: "image", 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: Lightning, + 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: Zap, mediaItems: [ { - 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", 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"}, ], @@ -108,7 +108,7 @@ export default function LandingPage() { 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: [ { - 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", 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"}, ], @@ -161,11 +161,11 @@ export default function LandingPage() { ]} kpiItems={[ { - title: "Improved Consistency", description: "Across all skill levels"}, + value: "Improved Consistency", description: "Across all skill levels"}, { - title: "Higher Serve Speed", description: "Measurable gains in MPH"}, + value: "Higher Serve Speed", description: "Measurable gains in MPH"}, { - title: "Fewer Injuries", description: "Safer, more efficient mechanics"}, + value: "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."