diff --git a/landing/app/components/Pricing.tsx b/landing/app/components/Pricing.tsx index b65ba59..b461a54 100644 --- a/landing/app/components/Pricing.tsx +++ b/landing/app/components/Pricing.tsx @@ -56,9 +56,8 @@ const plans = [ savings: "Save 17% with annual billing", desc: "Shared vaults, live terminals, and access control for teams (3-user minimum).", highlight: false, - comingSoon: true, - cta: "Coming soon", - ctaHref: "", + cta: "Get Teams", + ctaHref: "https://app.voltius.app/signup?plan=teams", features: [ "Everything in Pro", "Team vaults & invites", diff --git a/landing/app/terms/page.tsx b/landing/app/terms/page.tsx index f3b2df0..8426e04 100644 --- a/landing/app/terms/page.tsx +++ b/landing/app/terms/page.tsx @@ -65,12 +65,11 @@ export default function TermsPage() {