diff --git a/src/routes/pricing/+page.svelte b/src/routes/pricing/+page.svelte index 24b7f0dabd..8201f889e4 100644 --- a/src/routes/pricing/+page.svelte +++ b/src/routes/pricing/+page.svelte @@ -156,6 +156,7 @@
  • 200K monthly active users
  • Organization roles
  • Email support
  • +
  • Daily backups stored for 7 days
  • Add-ons
  • Custom organization roles
  • SSO
  • Activity logs
  • +
  • Custom backup policies
  • Priority support
  • diff --git a/src/routes/pricing/compare-plans.svelte b/src/routes/pricing/compare-plans.svelte index e75dea65e6..40d3674872 100644 --- a/src/routes/pricing/compare-plans.svelte +++ b/src/routes/pricing/compare-plans.svelte @@ -29,16 +29,16 @@ rows: [ { title: 'Bandwidth', - free: '10GB', - pro: '300GB', - scale: '300GB', + free: '10GB / month', + pro: '300GB / month', + scale: '300GB / month', enterprise: 'Custom' }, { title: 'Additional bandwidth', free: '-', - pro: '$40 per 100GB', - scale: '$40 per 100GB', + pro: '$40 per 100GB / month', + scale: '$40 per 100GB / month', enterprise: 'Custom' }, { @@ -51,15 +51,15 @@ { title: 'Additional storage', free: '-', - pro: '$3 per 100GB', + pro: '$3 per 100GB ', scale: '$3 per 100GB', enterprise: 'Custom' }, { - title: 'Compute', - free: '750K executions', - pro: '3.5M executions', - scale: '3.5M executions', + title: 'Executions', + free: '750K / month', + pro: '3.5M / month', + scale: '3.5M / month', enterprise: 'Custom' } ] @@ -203,6 +203,20 @@ scale: 'Unlimited', enterprise: 'Unlimited' }, + { + title: 'Backups', + free: '-', + pro: 'Daily,', + scale: 'Custom', + enterprise: 'Custom' + }, + { + title: 'Backups retention', + free: '-', + pro: '7 days retention,', + scale: 'Custom', + enterprise: 'Custom' + }, { title: 'Dedicated databases', free: '-', @@ -250,9 +264,9 @@ }, { title: 'Executions', - free: '750K', - pro: '3.5M', - scale: '3.5M', + free: '750K / month', + pro: '3.5M / month', + scale: '3.5M / month', enterprise: 'Custom' }, {