From 08b07689794127e62f906a4bb408de427a09351d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 14:57:47 +0000 Subject: [PATCH 1/3] Update src/app/acceleration/page.tsx --- src/app/acceleration/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/acceleration/page.tsx b/src/app/acceleration/page.tsx index b4b584f..b0f2927 100644 --- a/src/app/acceleration/page.tsx +++ b/src/app/acceleration/page.tsx @@ -8,7 +8,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Clock, Flame, Quote, Ruler, Sparkles, Target } from "lucide-react"; +import { Clock, Flame, Quote, Ruler, Sparkles, Target, SquareArrowOutUpRight, Footprints, Magnet } from "lucide-react"; export default function LandingPage() { return ( @@ -80,7 +80,7 @@ export default function LandingPage() { icon: Sparkles, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-man-playing-tennis-court_1303-16301.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/young-man-playing-tennis-court_1303-16301.jpg" imageAlt="Tennis player in serve acceleration" mediaAnimation="slide-up" /> @@ -97,7 +97,7 @@ export default function LandingPage() { title: "Trophy Pose Perfection", description: "Achieve the ideal body position to maximize leverage and prepare for explosive movement.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-athlete-text-messaging-mobile-phone_637285-6214.jpg?_wi=5", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-athlete-text-messaging-mobile-phone_637285-6214.jpg", imageAlt: "Trophy pose for serve", }, items: [ @@ -121,7 +121,7 @@ export default function LandingPage() { title: "Contact Point Precision", description: "Learn to consistently hit the ball at the optimal contact point for maximum power and desired trajectory.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149434222.jpg?_wi=5", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149434222.jpg", imageAlt: "Tennis player hitting serve", }, items: [ @@ -185,7 +185,7 @@ export default function LandingPage() { name: "Emily W.", role: "Competitive Junior", testimonial: "My coach noticed an immediate difference in my serve speed. The pronation drills were a game-changer for my topspin!", - imageSrc: "http://img.b2bpic.net/free-photo/girl-soccer-player-girl-sports-uniform-soccer-field-football-concept_169016-67690.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/girl-soccer-player-girl-sports-uniform-soccer-field-football-concept_169016-67690.jpg", imageAlt: "Emily W.", icon: Quote, }, @@ -194,7 +194,7 @@ export default function LandingPage() { name: "Mark R.", role: "Veteran Player", testimonial: "I thought I couldn't add more power, but their acceleration techniques proved me wrong. My opponents are feeling the heat.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-tennis-player-court_1303-16170.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-tennis-player-court_1303-16170.jpg", imageAlt: "Mark R.", icon: Quote, }, @@ -203,7 +203,7 @@ export default function LandingPage() { name: "Jessica P.", role: "College Athlete", testimonial: "The detailed video analysis of my acceleration phase helped me correct subtle flaws and gain significant MPH on my first serve.", - imageSrc: "http://img.b2bpic.net/free-photo/student-woman-isolated-blue-background-showing-victory-gesture_231208-14291.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/student-woman-isolated-blue-background-showing-victory-gesture_231208-14291.jpg", imageAlt: "Jessica P.", icon: Quote, }, -- 2.49.1 From aaf8f37cacf139ccc2885169a26c785eeffd43c4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 14:57:48 +0000 Subject: [PATCH 2/3] Update src/app/follow/page.tsx --- src/app/follow/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/follow/page.tsx b/src/app/follow/page.tsx index a43af2a..08069fa 100644 --- a/src/app/follow/page.tsx +++ b/src/app/follow/page.tsx @@ -6,7 +6,7 @@ import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import { Instagram, PlayCircle, Shield, Target, Twitter } from "lucide-react"; +import { Instagram, PlayCircle, Shield, Target, Twitter, Footprints } from "lucide-react"; export default function LandingPage() { return ( @@ -78,7 +78,7 @@ export default function LandingPage() { icon: Target, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-man-playing-tennis-court_1303-16301.jpg?_wi=5" + imageSrc="http://img.b2bpic.net/free-photo/young-man-playing-tennis-court_1303-16301.jpg" imageAlt="Tennis player in serve follow-through" mediaAnimation="slide-up" /> @@ -94,7 +94,7 @@ export default function LandingPage() { id: 1, title: "Cross-Body Deceleration", description: "Learn how to effectively slow down your racket and body across your opposite side, distributing force.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-athlete-text-messaging-mobile-phone_637285-6214.jpg?_wi=6", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-athlete-text-messaging-mobile-phone_637285-6214.jpg", imageAlt: "Tennis player finishing serve", buttons: [ { @@ -107,7 +107,7 @@ export default function LandingPage() { id: 2, title: "Balanced Landing", description: "Ensure a smooth landing and quick recovery, putting you in an advantageous position for the next shot.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149434222.jpg?_wi=6", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149434222.jpg", imageAlt: "Tennis player landing after serve", buttons: [ { @@ -120,7 +120,7 @@ export default function LandingPage() { id: 3, title: "Strategic Weight Transfer", description: "Understand how your weight shifts post-contact to facilitate movement into the court.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-playing-tennis-court_1303-16301.jpg?_wi=6", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-playing-tennis-court_1303-16301.jpg", imageAlt: "Tennis player weight transfer", buttons: [ { -- 2.49.1 From 4488611e191a129a4d1789944416616cefe4dead Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 14:57:48 +0000 Subject: [PATCH 3/3] Update src/app/preparation/page.tsx --- src/app/preparation/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/preparation/page.tsx b/src/app/preparation/page.tsx index a36efa8..c1d4a61 100644 --- a/src/app/preparation/page.tsx +++ b/src/app/preparation/page.tsx @@ -8,7 +8,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Quote, Target } from "lucide-react"; +import { Quote, Target, Muscle, Swords } from "lucide-react"; export default function LandingPage() { return ( @@ -80,7 +80,7 @@ export default function LandingPage() { icon: Target, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-man-playing-tennis-court_1303-16301.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/young-man-playing-tennis-court_1303-16301.jpg" imageAlt="Tennis player initiating serve preparation" mediaAnimation="slide-up" /> @@ -96,7 +96,7 @@ export default function LandingPage() { id: 1, title: "Stance & Grip Foundation", description: "Master the foundational elements: proper foot positioning and grip selection for your serve style.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-playing-tennis-court_1303-16301.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-playing-tennis-court_1303-16301.jpg", imageAlt: "Tennis player in starting serve stance", buttons: [ { @@ -109,7 +109,7 @@ export default function LandingPage() { id: 2, title: "Synchronized Ball Toss", description: "Achieve a consistent and repeatable ball toss that complements your serving motion and power generation.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-athlete-text-messaging-mobile-phone_637285-6214.jpg?_wi=4", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-athlete-text-messaging-mobile-phone_637285-6214.jpg", imageAlt: "Tennis player tossing ball", buttons: [ { @@ -122,7 +122,7 @@ export default function LandingPage() { id: 3, title: "The Power Coil", description: "Engage your core and hips to create a powerful coil, loading the kinetic chain for explosive force.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149434222.jpg?_wi=4", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149434222.jpg", imageAlt: "Tennis player coiling body for serve", buttons: [ { @@ -174,7 +174,7 @@ export default function LandingPage() { name: "Chris M.", role: "Club Player", testimonial: "The preparation drills completely changed my serve. I never knew how much power I was leaving on the table.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-middleaged-male-athlete-feeling-pleased-pointing-himself-proudly-achieve-goa_1258-130696.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-middleaged-male-athlete-feeling-pleased-pointing-himself-proudly-achieve-goa_1258-130696.jpg", imageAlt: "Chris M.", icon: Quote, }, @@ -183,7 +183,7 @@ export default function LandingPage() { name: "Sarah J.", role: "Varsity Athlete", testimonial: "My ball toss is finally consistent, and my shoulder feels much healthier after focusing on the kinetic chain.", - imageSrc: "http://img.b2bpic.net/free-photo/girl-soccer-player-girl-sports-uniform-soccer-field-football-concept_169016-67690.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/girl-soccer-player-girl-sports-uniform-soccer-field-football-concept_169016-67690.jpg", imageAlt: "Sarah J.", icon: Quote, }, @@ -192,7 +192,7 @@ export default function LandingPage() { name: "David L.", role: "Weekend Enthusiast", testimonial: "Detailed feedback on my racket drop was a game-changer. My serve feels effortless and more powerful.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-tennis-player-court_1303-16170.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-tennis-player-court_1303-16170.jpg", imageAlt: "David L.", icon: Quote, }, -- 2.49.1