+ + ${isYearly ? seatPriceYearly : seatPriceMonthly}/seat
+
+ )}
+
{isEnterprise && (
@@ -125,7 +144,7 @@ export const PricingPanel = ({
>
All from{' '}
- {isEnterprise ? 'Start-Up,' : 'Free,'}
+ {includesFrom},
{' '}
plus
diff --git a/frontend/web/components/modals/payment/pricingFeatures.tsx b/frontend/web/components/modals/payment/pricingFeatures.tsx
index b7e2a85b9719..a5259256bf86 100644
--- a/frontend/web/components/modals/payment/pricingFeatures.tsx
+++ b/frontend/web/components/modals/payment/pricingFeatures.tsx
@@ -30,6 +30,33 @@ export const STARTUP_FEATURES: PricingFeature[] = [
},
]
+export const SCALE_UP_FEATURES: PricingFeature[] = [
+ {
+ text: (
+ <>
+ Up to
+ 5,000,000 Requests per month
+ >
+ ),
+ },
+ {
+ text: (
+ <>
+ Up to 20 Team members
+ >
+ ),
+ },
+ {
+ text: 'User roles and permissions',
+ },
+ {
+ text: 'Change requests',
+ },
+ {
+ text: 'Audit logs',
+ },
+]
+
export const ENTERPRISE_FEATURES: PricingFeature[] = [
{
text: (
diff --git a/frontend/web/components/pages/UsersAndPermissionsPage.tsx b/frontend/web/components/pages/UsersAndPermissionsPage.tsx
index 773238ce349a..e958bd489964 100644
--- a/frontend/web/components/pages/UsersAndPermissionsPage.tsx
+++ b/frontend/web/components/pages/UsersAndPermissionsPage.tsx
@@ -280,7 +280,7 @@ const UsersAndPermissionsInner: FC = ({
) : (
You will automatically be charged
- $20/month for each additional member that
+ $60/month for each additional member that
joins your organisation.
)}