Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user