From 5f06e5ccadf3a2a91c8532ecda155a49d6e12499 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Sat, 25 Apr 2026 02:36:07 +0200 Subject: [PATCH] refactor(pricing-teaser): rename tiers, show only 2 cards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Tier rename: MID → Starter (Scale and Enterprise live on /pricing). - Homepage shows Trial + Starter only. Starter retains the ★ MOST POPULAR ribbon. - 'See full comparison →' inline link replaced by a clearer 'See all plans (Scale, Enterprise) →' line below the cards. - Trial card price stays 'Free'; the tier name stays honest about the 14-day cap. The full /pricing.astro page still shows all four renamed tiers — updated separately in the next commit. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/components/sections/PricingTeaser.astro | 28 +++++++-------------- 1 file changed, 9 insertions(+), 19 deletions(-) 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) → + +