diff --git a/src/app/page.tsx b/src/app/page.tsx index 99d99ed..04632e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,7 +126,7 @@ export default function LandingPage() { buttons: [{ text: "Get Started", href: "#" }], }, { - id: "pro", badge: "Pro", price: "$7.90", subtitle: "Unlock full AI power", features: ["AI Smart Scheduler", "Advanced Analytics", "Personal AI Coach", "Priority Support"], + id: "pro", badge: "Pro", price: "$7.90", subtitle: "Unlock full AI power", features: ["Unlimited AI Scheduling", "Advanced Analytics", "Personal AI Coach", "Priority Support"], buttons: [{ text: "Upgrade Now", href: "#" }], }, ]}