Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated pricing page #1380

Merged
merged 12 commits into from
Oct 14, 2024
2 changes: 2 additions & 0 deletions src/routes/pricing/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
<li><span>200K monthly active users</span></li>
<li><span>Organization roles</span></li>
<li><span>Email support</span></li>
<li><span>Daily backups stored for 7 days</span></li>
<li><span>Add-ons</span></li>
<li>
<span
Expand Down Expand Up @@ -205,6 +206,7 @@
<li><span>Custom organization roles</span></li>
<li><span>SSO</span></li>
<li><span>Activity logs</span></li>
<li><span>Custom backup policies</span></li>
<li><span>Priority support</span></li>
</ul>
</div>
Expand Down
40 changes: 27 additions & 13 deletions src/routes/pricing/compare-plans.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
{
Expand All @@ -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'
}
]
Expand Down Expand Up @@ -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: '-',
Expand Down Expand Up @@ -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'
},
{
Expand Down
Loading