From 70138b31566d314d03e7d696590460cd746770a1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 14:37:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8664fac..f4bd4dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -148,24 +148,24 @@ export default function LandingPage() { 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."}, + 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"}, { 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."}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-sportsman-holding-skipping-rope-make-thumbs-up-gesture_171337-15681.jpg"}, { 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."}, + imageSrc: "http://img.b2bpic.net/free-photo/active-young-people-playing-squash_329181-13304.jpg"}, { 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."}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-athlete-holding-hands-hips-posing_651396-1463.jpg"}, ]} 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." -- 2.49.1