Skip to content

Commit

Permalink
chore: update platform billing plans (calcom#16233)
Browse files Browse the repository at this point in the history
* update links for no platform plan

* sync platform pricing with one we have in website
  • Loading branch information
Ryukemeister authored Aug 21, 2024
1 parent 0b719ac commit 7759e6a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 8 deletions.
20 changes: 18 additions & 2 deletions apps/web/components/settings/platform/dashboard/NoPlatformPlan.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,24 @@ export default function NoPlatformPlan() {
description="You are not subscribed to a Platform plan."
buttonRaw={
<div className="flex gap-2">
<Button href="https://cal.com/platform/pricing">Go to Pricing</Button>
<Button color="secondary" href="https://cal.com/pricing">
<Button
className="hover:bg-slate-300 hover:text-black"
color="secondary"
href="/settings/platform/new">
Subscribe
</Button>
<Button
color="secondary"
className="hover:bg-slate-300 hover:text-black"
href="https://cal.com/platform/pricing"
target="_blank">
Go to Pricing
</Button>
<Button
color="secondary"
className="hover:bg-slate-300 hover:text-black"
href="https://cal.com/sales"
target="_blank">
Contact Sales
</Button>
</div>
Expand Down
24 changes: 18 additions & 6 deletions apps/web/components/settings/platform/platformUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ export const platformPlans: IndividualPlatformPlan[] = [
pricing: 99,
includes: [
"Up to 100 bookings a month",
"$0.99 overage beyond",
"Community Support",
"Cal Atoms (React Library)",
"Platform APIs",
"Admin APIs",
],
},
{
Expand All @@ -26,9 +26,9 @@ export const platformPlans: IndividualPlatformPlan[] = [
"Your essential package with sophisticated support, hosted platform APIs, Cal.com Atoms (React components) and more.",
pricing: 299,
includes: [
"Up to 500 bookings a month. $0,60 overage beyond",
"Everything in Starter",
"Cal Atoms (React Library)",
"Up to 500 bookings a month",
"$0.60 overage beyond",
"User Management and Analytics",
"Technical Account Manager and Onboarding Support",
],
Expand All @@ -39,8 +39,9 @@ export const platformPlans: IndividualPlatformPlan[] = [
"The best all-in-one plan to scale your company. Everything you need to provide scheduling for the masses, without breaking things.",
pricing: 2499,
includes: [
"Up to 5000 bookings a month. $0.50 overage beyond",
"Everything in Essentials",
"Up to 5000 bookings a month",
"$0.50 overage beyond",
"Credential import from other platforms",
"Compliance Check SOC2, HIPAA",
"One-on-one developer calls",
Expand All @@ -51,7 +52,18 @@ export const platformPlans: IndividualPlatformPlan[] = [
},
{
plan: "Enterprise",
description: "Everything in Scale with generous volume discounts beyond 50,000 bookings a month.",
includes: ["Beyond 50,000 bookings a month", "Everything in Scale", "Up to 50% discount on overages"],
description:
"Enterprise is perfect for institutions that focus on control, security and everything beyond.",
includes: [
"Everything in Scale",
"No overages",
"Credential import from other platforms",
"Compliance Check SOC2, HIPAA",
"One-on-one developer calls",
"Help with Credentials Verification (Zoom, Google App Store)",
"Expedited features and integrations",
"SLA (99.999% uptime)",
"Volume Discount",
],
},
];

0 comments on commit 7759e6a

Please sign in to comment.