diff --git a/src/components/sections/PricingTeaser.astro b/src/components/sections/PricingTeaser.astro index d23a65a..2db9f40 100644 --- a/src/components/sections/PricingTeaser.astro +++ b/src/components/sections/PricingTeaser.astro @@ -21,27 +21,13 @@ const tiers: Tier[] = [ cta: 'Start free trial', }, { - name: 'MID', + name: 'Starter', price: '20 € /mo', sub: '2 environments · 10 apps · 7-day retention', href: auth.signUpUrl, - cta: 'Start on MID', + cta: 'Start on Starter', highlight: true, }, - { - name: 'HIGH', - price: 'Contact', - sub: 'Unlimited envs · 50 apps · 90-day retention · Debugger, Replay', - href: auth.salesMailto, - cta: 'Talk to sales', - }, - { - name: 'BUSINESS', - price: 'Contact', - sub: 'Unlimited everything · 365-day retention · all features', - href: auth.salesMailto, - cta: 'Talk to sales', - }, ]; ---
@@ -51,15 +37,14 @@ const tiers: Tier[] = [

Start free. Grow when you need to.

No credit card. No sales call. Just a working trial in ten minutes. - See full comparison →

-
+
{tiers.map((tier) => (
{tier.highlight && ( @@ -85,5 +70,10 @@ const tiers: Tier[] = [
))}
+

+ + See all plans (Scale, Enterprise) → + +