Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions landing/app/components/Pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 3 additions & 4 deletions landing/app/terms/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,11 @@ export default function TermsPage() {
</li>
<li>
<strong className="text-white">Teams</strong> — $15/user/month (billed annually) or
$18/user/month (billed monthly), 3-user minimum. Includes a 14-day free trial,
credit card required.
$18/user/month (billed monthly), billed per seat with a 3-user minimum.
</li>
<li>
<strong className="text-white">Business</strong> — $30/user/month. Contact us for
custom contracts and self-hosted deployment.
<strong className="text-white">Business</strong> — $30/user/month. Not yet available
for purchase. Contact us for custom contracts and self-hosted deployment.
</li>
</ul>
</Section>
Expand Down
Loading