Update src/app/page.tsx

This commit is contained in:
2026-02-20 09:35:43 +00:00
parent 82999033c0
commit e2083d46f1

View File

@@ -149,19 +149,19 @@ export default function LandingPage() {
<PricingCardFive
plans={[
{
id: "starter", tag: "Starter Package", price: "$299", period: "/month", description: "Perfect for those just beginning their coaching journey", button: {text: "Get Started", href: "#contact"},
id: "starter", tag: "Starter Package", price: "$299", period: "/month", description: "Perfect for those just beginning their coaching journey - achieve clarity and direction within 60 days", button: {text: "Get Started", href: "#contact"},
featuresTitle: "What's Included:", features: [
"2 coaching sessions per month", "Email support between sessions", "Goal-setting framework", "Progress tracking tools"
]
},
{
id: "professional", tag: "Professional Plan", price: "$599", period: "/month", description: "Ideal for sustained growth and transformation", button: {text: "Get Started", href: "#contact"},
id: "professional", tag: "Professional Plan", price: "$599", period: "/month", description: "Perfect for 90-day transformation - ideal for sustained growth and breakthrough results", button: {text: "Get Started", href: "#contact"},
featuresTitle: "What's Included:", features: [
"4 coaching sessions per month", "Priority email & phone support", "Customized action plans", "Monthly progress reviews", "Accountability check-ins"
]
},
{
id: "executive", tag: "Executive Coaching", price: "$1,299", period: "/month", description: "Comprehensive coaching for senior leaders and entrepreneurs", button: {text: "Schedule Consultation", href: "#contact"},
id: "executive", tag: "Executive Coaching", price: "$1,299", period: "/month", description: "Comprehensive coaching for senior leaders - achieve executive presence and team transformation within 6 months", button: {text: "Schedule Consultation", href: "#contact"},
featuresTitle: "What's Included:", features: [
"Unlimited coaching sessions", "24/7 priority support", "Leadership assessments", "One-on-one strategy sessions", "Team coaching option", "Quarterly business reviews"
]