From eb24285327d7db791e9cd15b5ecf804251bb2150 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:03:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c8cbc2..b181878 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,13 +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", 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", 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", 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={[ @@ -100,20 +100,17 @@ 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", imageAlt: "Beginner tennis lesson", button: { text: "Get Started", href: "#contact" }, - features: [ + 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", imageAlt: "Professional coaching session", button: { text: "Book Now", href: "#contact" }, - features: [ + 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", imageAlt: "Advanced competitive coaching", button: { text: "Join Elite", href: "#contact" }, - features: [ + 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" ] } -- 2.49.1