From 9b0283655781857aaa3508a4de1584d7399114db Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 07:01:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b18f532..297852c 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: ["Unlimited AI Scheduling", "Advanced Analytics", "Personal AI Coach", "Priority Support"], + id: "pro", badge: "Pro", price: "$7.90", subtitle: "Unlock 2x Productivity with AI", features: ["Unlimited AI Scheduling", "Advanced Analytics", "Personal AI Coach", "Priority Support"], buttons: [{ text: "Upgrade Now", href: "#" }], }, ]} -- 2.49.1