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
7 changes: 5 additions & 2 deletions landing/app/components/Pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,12 @@ const plans = [
},
{
name: "Business",
price: "$30",
price: "$25",
period: "/ user / month",
desc: "Commercial license, advanced collaboration, and dedicated support for organizations.",
billingNote: "billed annually",
monthlyOption: "or $30 billed monthly",
savings: "Save 17% with annual billing",
desc: "Commercial license, advanced collaboration, and dedicated support for organizations (3-user minimum).",
highlight: false,
comingSoon: true,
cta: "Coming soon",
Expand Down
5 changes: 3 additions & 2 deletions landing/app/terms/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ export default function TermsPage() {
$18/user/month (billed monthly), billed per seat with a 3-user minimum.
</li>
<li>
<strong className="text-white">Business</strong> — $30/user/month. Not yet available
for purchase. Contact us for custom contracts and self-hosted deployment.
<strong className="text-white">Business</strong> — $25/user/month (billed annually)
or $30/user/month (billed monthly), billed per seat with a 3-user minimum. Not yet
available for purchase. Contact us for custom contracts and self-hosted deployment.
</li>
</ul>
</Section>
Expand Down
Loading