From 11823bb2011cd9fdf024397c01c0c3bd2c262954 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 23:43:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dae74c2..4ce08af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -176,17 +176,17 @@ export default function LandingPage() { animationType="slide-up" plans={[ { - id: "starter", title: "Starter", price: "$99", period: "per month", features: [ + id: "starter", badge: "Starter", price: "$99", subtitle: "per month", features: [ "Up to 1,000 users", "Core analytics", "Email support", "API access"], button: { text: "Get Started", href: "#contact" }, }, { - id: "professional", title: "Professional", price: "$299", period: "per month", features: [ + id: "professional", badge: "Professional", price: "$299", subtitle: "per month", features: [ "Unlimited users", "Advanced analytics", "Priority support", "Custom integrations", "Team collaboration"], button: { text: "Upgrade Now", href: "#contact" }, }, { - id: "enterprise", title: "Enterprise", price: "Custom", period: "contact us", features: [ + id: "enterprise", badge: "Enterprise", price: "Custom", subtitle: "contact us", features: [ "Unlimited everything", "Dedicated account manager", "24/7 premium support", "Custom development", "White-label solution"], button: { text: "Contact Sales", href: "#contact" }, }, -- 2.49.1