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.', }, ];