diff --git a/apps/web/app/(marketing)/pricing/page.tsx b/apps/web/app/(marketing)/pricing/page.tsx index a746942..f667695 100644 --- a/apps/web/app/(marketing)/pricing/page.tsx +++ b/apps/web/app/(marketing)/pricing/page.tsx @@ -31,8 +31,8 @@ const TIERS = [ price: '€49', tag: '/ month', description: 'For solo founders and small teams shipping production tools.', - model: 'Claude Haiku 4.5', - modelDetail: 'Anthropic · ~10-20s analyze', + model: 'Claude AI', + modelDetail: 'Powered by Anthropic Claude · ~10–20s analyze', features: [ '5 MCP servers', '1M tool calls / month', @@ -50,8 +50,8 @@ const TIERS = [ price: '€199', tag: '/ month', description: 'For teams with RBAC, audit, and 99.9% SLA needs.', - model: 'Claude Sonnet 4.6', - modelDetail: "Anthropic's flagship", + model: 'Claude AI', + modelDetail: "Anthropic's flagship quality", features: [ '25 MCP servers', '10M tool calls / month', @@ -68,8 +68,8 @@ const TIERS = [ price: '€999+', tag: '/ month', description: 'For organizations bringing their own cloud, SSO and dedicated infra.', - model: 'Sonnet + Opus on build', - modelDetail: 'EU data-residency option', + model: 'Claude AI', + modelDetail: 'Top-tier Claude · EU data-residency option', features: [ 'Unlimited servers', 'BYOC (AWS, GCP, Azure, Hetzner)',