Update Paywall.svelte (#452)

* Update Paywall.svelte

re-worded starter package

* Update packages/dashboard/src/routes/(static)/pricing/Paywall.svelte

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Piers Courtney 2025-06-29 09:48:57 +01:00 committed by GitHub
parent d8a5db9384
commit 8d6d03cac7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,15 +19,17 @@
<div class="grid grid-cols-1 md:grid-cols-3 justify-items-center gap-1 mx-auto"> <div class="grid grid-cols-1 md:grid-cols-3 justify-items-center gap-1 mx-auto">
<SignupBox <SignupBox
price="$5 / month" price="$5 / month per instance"
title="Starter" title="Starter"
cta="Pay just $5 per instance for up to 5 instances, get access to all features." cta="Pay $5 per instance, up to a maximum of 5 instances. Each extra instance costs an additional $5"
features={[ features={[
'Access to all features',
'7 day risk-free trial', '7 day risk-free trial',
'35+ regions', '35+ regions',
'Unlimited bandwidth, storage, and CPU', 'Unlimited bandwidth, storage, and CPU',
'FTP Access', 'FTP Access',
'Priority support', 'Priority support',
'Flexible - only pay for as many as you need',
]} ]}
/> />
<SignupBox <SignupBox