From 74ca59b8b70df2ec459fbe17d2d2ea20a8e8378d Mon Sep 17 00:00:00 2001 From: Marco Sadjadi Date: Sun, 31 May 2026 13:22:50 +0200 Subject: [PATCH] =?UTF-8?q?@=20fix(pricing):=20honest=20Enterprise=20claim?= =?UTF-8?q?s=20=E2=80=94=20drop=20unbuilt=20BYOC/SSO/dedicated-cluster?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BYOC, dedicated cluster and SSO/SAML are advertised but not implemented (the platform deploys local Docker containers on one shared host; no cloud-provider abstraction exists). Reframe as "on request / scoped per contract" on the pricing page and in the sitewide SoftwareApplication JSON-LD, since Enterprise is contact-sales and scoped per deal anyway. Avoids advertising features that do not exist (UWG / trust risk). Co-Authored-By: Claude Opus 4.8 (1M context) @ --- apps/web/app/(marketing)/pricing/page.tsx | 8 ++++---- apps/web/lib/seo.ts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/web/app/(marketing)/pricing/page.tsx b/apps/web/app/(marketing)/pricing/page.tsx index f667695..581dd4d 100644 --- a/apps/web/app/(marketing)/pricing/page.tsx +++ b/apps/web/app/(marketing)/pricing/page.tsx @@ -67,14 +67,14 @@ const TIERS = [ name: 'Enterprise', price: '€999+', tag: '/ month', - description: 'For organizations bringing their own cloud, SSO and dedicated infra.', + description: 'For organizations with custom infrastructure, compliance and scale needs.', model: 'Claude AI', modelDetail: 'Top-tier Claude · EU data-residency option', features: [ 'Unlimited servers', - 'BYOC (AWS, GCP, Azure, Hetzner)', - 'SSO / SAML', - 'Dedicated cluster', + 'Custom infrastructure & data residency — on request', + 'Dedicated hosting — scoped per contract', + 'SSO / SAML — on request', 'Customer success manager', ], cta: 'Contact sales', diff --git a/apps/web/lib/seo.ts b/apps/web/lib/seo.ts index 5382447..85acc9a 100644 --- a/apps/web/lib/seo.ts +++ b/apps/web/lib/seo.ts @@ -118,7 +118,7 @@ const OFFERS = [ name: 'Enterprise', price: '499', description: - 'Unlimited servers, bring-your-own-cloud, SSO/SAML, dedicated cluster, customer success.', + 'Unlimited servers; custom infrastructure and data residency on request; dedicated hosting and SSO/SAML scoped per contract; customer success.', }, ];