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: "#" }, ],