diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f0ffbf..8c8cbc2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,16 +75,13 @@ export default function LandingPage() { tag="What I Offer" features={[ { - id: 1, - title: "One-on-One Training", description: "Personalized sessions focused on your specific needs, whether improving technique, building endurance, or match preparation", imageSrc: "http://img.b2bpic.net/free-photo/tennis-players-net_23-2147698999.jpg?_wi=1", imageAlt: "One-on-one coaching session" + id: "1", title: "One-on-One Training", description: "Personalized sessions focused on your specific needs, whether improving technique, building endurance, or match preparation", imageSrc: "http://img.b2bpic.net/free-photo/tennis-players-net_23-2147698999.jpg", imageAlt: "One-on-one coaching session" }, { - id: 2, - title: "Group Coaching", description: "Dynamic group sessions for players looking to improve in a collaborative environment and build connections with other tennis enthusiasts", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-outdoors_23-2149733014.jpg?_wi=1", imageAlt: "Group tennis coaching class" + id: "2", title: "Group Coaching", description: "Dynamic group sessions for players looking to improve in a collaborative environment and build connections with other tennis enthusiasts", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-outdoors_23-2149733014.jpg", imageAlt: "Group tennis coaching class" }, { - id: 3, - title: "Beginner Programs", description: "Structured courses perfect for newcomers to tennis. Learn fundamentals, proper technique, and build confidence on court", imageSrc: "http://img.b2bpic.net/free-photo/time-break-has-come_329181-14445.jpg?_wi=1", imageAlt: "Beginner tennis lesson" + id: "3", title: "Beginner Programs", description: "Structured courses perfect for newcomers to tennis. Learn fundamentals, proper technique, and build confidence on court", imageSrc: "http://img.b2bpic.net/free-photo/time-break-has-come_329181-14445.jpg", imageAlt: "Beginner tennis lesson" } ]} buttons={[ @@ -103,19 +100,19 @@ export default function LandingPage() { tag="Pricing" plans={[ { - id: "basic", title: "Beginner Basics", price: "$60", period: "/session", imageSrc: "http://img.b2bpic.net/free-photo/time-break-has-come_329181-14445.jpg?_wi=2", imageAlt: "Beginner tennis lesson", button: { text: "Get Started", href: "#contact" }, + id: "basic", title: "Beginner Basics", price: "$60", period: "/session", imageSrc: "http://img.b2bpic.net/free-photo/time-break-has-come_329181-14445.jpg", imageAlt: "Beginner tennis lesson", button: { text: "Get Started", href: "#contact" }, features: [ "1-hour one-on-one session", "Personalized technique assessment", "Fundamentals-focused training", "Post-session guidance" ] }, { - id: "pro", title: "Intermediate Pro", price: "$75", period: "/session", imageSrc: "http://img.b2bpic.net/free-photo/tennis-players-net_23-2147698999.jpg?_wi=2", imageAlt: "Professional coaching session", button: { text: "Book Now", href: "#contact" }, + id: "pro", title: "Intermediate Pro", price: "$75", period: "/session", imageSrc: "http://img.b2bpic.net/free-photo/tennis-players-net_23-2147698999.jpg", imageAlt: "Professional coaching session", button: { text: "Book Now", href: "#contact" }, features: [ "1.5-hour customized session", "Advanced technique development", "Match strategy coaching", "Weekly progress tracking", "Video analysis included" ] }, { - id: "elite", title: "Competitive Edge", price: "$90", period: "/session", imageSrc: "http://img.b2bpic.net/free-photo/tennis-players-net_23-2147698999.jpg?_wi=3", imageAlt: "Advanced competitive coaching", button: { text: "Join Elite", href: "#contact" }, + id: "elite", title: "Competitive Edge", price: "$90", period: "/session", imageSrc: "http://img.b2bpic.net/free-photo/tennis-players-net_23-2147698999.jpg", imageAlt: "Advanced competitive coaching", button: { text: "Join Elite", href: "#contact" }, features: [ "2-hour intensive session", "Tournament preparation", "Advanced strategy sessions", "Bi-weekly video analysis", "Priority scheduling", "Performance metrics tracking" ] @@ -134,22 +131,22 @@ export default function LandingPage() { tag="Success Stories" testimonials={[ { - id: "1", name: "Marcus Chen, Amateur Player", date: "Date: 15 November 2024", title: "Completely transformed my serve!", quote: "After just 6 weeks of coaching with Pro Tennis, my serve accuracy improved dramatically. The personalized feedback and clear technique breakdowns made all the difference. I went from struggling to competitive in my local league.", tag: "Technique Improvement", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-female-dancer-looking-camera_23-2148169326.jpg", avatarAlt: "Marcus Chen", imageSrc: "http://img.b2bpic.net/free-photo/tennis-players-net_23-2147698999.jpg?_wi=4", imageAlt: "Student success during coaching" + id: "1", name: "Marcus Chen, Amateur Player", date: "Date: 15 November 2024", title: "Completely transformed my serve!", quote: "After just 6 weeks of coaching with Pro Tennis, my serve accuracy improved dramatically. The personalized feedback and clear technique breakdowns made all the difference. I went from struggling to competitive in my local league.", tag: "Technique Improvement", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-female-dancer-looking-camera_23-2148169326.jpg", imageSrc: "http://img.b2bpic.net/free-photo/tennis-players-net_23-2147698999.jpg", imageAlt: "Student success during coaching" }, { - id: "2", name: "Sarah Mitchell, Beginner", date: "Date: 08 November 2024", title: "Finally confident on the court!", quote: "I was intimidated by tennis until I started lessons. The coach's patient teaching style and structured beginner program gave me the confidence to actually enjoy the game. I've never felt better about my abilities.", tag: "Beginner Success", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-playing-tennis_23-2148320595.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/time-break-has-come_329181-14445.jpg?_wi=3", imageAlt: "Beginner player progress" + id: "2", name: "Sarah Mitchell, Beginner", date: "Date: 08 November 2024", title: "Finally confident on the court!", quote: "I was intimidated by tennis until I started lessons. The coach's patient teaching style and structured beginner program gave me the confidence to actually enjoy the game. I've never felt better about my abilities.", tag: "Beginner Success", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-playing-tennis_23-2148320595.jpg", imageSrc: "http://img.b2bpic.net/free-photo/time-break-has-come_329181-14445.jpg", imageAlt: "Beginner player progress" }, { - id: "3", name: "James Rodriguez, Competitive Player", date: "Date: 01 November 2024", title: "Tournament ready in weeks!", quote: "The tournament preparation coaching was incredible. Strategic insights, match psychology tips, and intensive drills prepared me perfectly. I placed second in a regional tournament thanks to this intensive training.", tag: "Tournament Prep", avatarSrc: "http://img.b2bpic.net/free-photo/people-playing-basketball_23-2149231796.jpg", avatarAlt: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/tennis-players-net_23-2147698999.jpg?_wi=5", imageAlt: "Competitive coaching session" + id: "3", name: "James Rodriguez, Competitive Player", date: "Date: 01 November 2024", title: "Tournament ready in weeks!", quote: "The tournament preparation coaching was incredible. Strategic insights, match psychology tips, and intensive drills prepared me perfectly. I placed second in a regional tournament thanks to this intensive training.", tag: "Tournament Prep", avatarSrc: "http://img.b2bpic.net/free-photo/people-playing-basketball_23-2149231796.jpg", imageSrc: "http://img.b2bpic.net/free-photo/tennis-players-net_23-2147698999.jpg", imageAlt: "Competitive coaching session" }, { - id: "4", name: "Emma Thompson, Weekend Player", date: "Date: 25 October 2024", title: "Best investment in my fitness and fun!", quote: "Group coaching sessions are so energetic and fun! I've improved my game while making new tennis friends. The variety of drills keeps every session fresh and engaging.", tag: "Group Coaching", avatarSrc: "http://img.b2bpic.net/free-photo/sensual-contemporary-dancer-teasing-with-feather_23-2148253015.jpg", avatarAlt: "Emma Thompson", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-outdoors_23-2149733014.jpg?_wi=2", imageAlt: "Group coaching energy" + id: "4", name: "Emma Thompson, Weekend Player", date: "Date: 25 October 2024", title: "Best investment in my fitness and fun!", quote: "Group coaching sessions are so energetic and fun! I've improved my game while making new tennis friends. The variety of drills keeps every session fresh and engaging.", tag: "Group Coaching", avatarSrc: "http://img.b2bpic.net/free-photo/sensual-contemporary-dancer-teasing-with-feather_23-2148253015.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-outdoors_23-2149733014.jpg", imageAlt: "Group coaching energy" }, { - id: "5", name: "David Kim, Returning Player", date: "Date: 18 October 2024", title: "Got back in the game after years away!", quote: "I hadn't played tennis in 10 years but always missed it. The coaching program gently brought me back, fixing bad habits while restoring my love for the sport. Now I'm better than I was before!", tag: "Comeback Story", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-soccer-ball_23-2150904427.jpg", avatarAlt: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/tennis-players-net_23-2147698999.jpg?_wi=6", imageAlt: "Returning player success" + id: "5", name: "David Kim, Returning Player", date: "Date: 18 October 2024", title: "Got back in the game after years away!", quote: "I hadn't played tennis in 10 years but always missed it. The coaching program gently brought me back, fixing bad habits while restoring my love for the sport. Now I'm better than I was before!", tag: "Comeback Story", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-soccer-ball_23-2150904427.jpg", imageSrc: "http://img.b2bpic.net/free-photo/tennis-players-net_23-2147698999.jpg", imageAlt: "Returning player success" }, { - id: "6", name: "Lisa Anderson, Junior Parent", date: "Date: 12 October 2024", title: "My daughter went from shy to confident athlete!", quote: "The coach's approach is perfect for kids. My daughter not only improved technically but gained real confidence and discipline. She looks forward to every session and has made fantastic progress.", tag: "Youth Development", avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-business-people-working-together_23-2150384853.jpg", avatarAlt: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/tennis-players-net_23-2147698999.jpg?_wi=7", imageAlt: "Youth coaching success" + id: "6", name: "Lisa Anderson, Junior Parent", date: "Date: 12 October 2024", title: "My daughter went from shy to confident athlete!", quote: "The coach's approach is perfect for kids. My daughter not only improved technically but gained real confidence and discipline. She looks forward to every session and has made fantastic progress.", tag: "Youth Development", avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-business-people-working-together_23-2150384853.jpg", imageSrc: "http://img.b2bpic.net/free-photo/tennis-players-net_23-2147698999.jpg", imageAlt: "Youth coaching success" } ]} textboxLayout="default"