From bb84b3fbe22abdf15efae00c0e815e19e2521e37 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:21:30 +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 d3c3365..43ec602 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -162,7 +162,7 @@ export default function LandingPage() { }, { id: "pro", badge: "Professional", badgeIcon: Crown, - price: "$199/mo", subtitle: "Most Popular - Best Value", cardClassName: "ring-2 ring-offset-1 ring-primary-cta scale-105", buttons: [ + price: "$199/mo", subtitle: "Most Popular - Best Value", buttons: [ { text: "Start Free Trial", href: "#" }, { text: "Chat to Sales", href: "#" }, ], -- 2.49.1