diff --git a/www/src/components/account/billing/BillingPricingCards.tsx b/www/src/components/account/billing/BillingPricingCards.tsx index 727604a79..b969507f4 100644 --- a/www/src/components/account/billing/BillingPricingCards.tsx +++ b/www/src/components/account/billing/BillingPricingCards.tsx @@ -101,11 +101,15 @@ function BillingPricingCards() { checked: true, }, { - label: 'Unlimited apps', + label: 'Unlimited open-source apps', checked: true, }, { - label: 'Up to 5 users', + label: 'Up to 2 users', + checked: true, + }, + { + label: '1 cluster', checked: true, }, { @@ -152,10 +156,18 @@ function BillingPricingCards() { label: 'Unlimited users', checked: true, }, + { + label: 'Unlimited clusters', + checked: true, + }, { label: '24 hour SLA', checked: true, }, + { + label: 'Continuous deployment features', + checked: true, + }, { label: 'Advanced user management', checked: true, diff --git a/www/src/components/account/billing/BillingPricingTable.tsx b/www/src/components/account/billing/BillingPricingTable.tsx index 918d4154c..c2848a836 100644 --- a/www/src/components/account/billing/BillingPricingTable.tsx +++ b/www/src/components/account/billing/BillingPricingTable.tsx @@ -60,13 +60,15 @@ function BillingPricingTable() { {...firstColumnCellProps} borderTopLeftRadius={6} > - Apps + Open-Source Apps