docs(landing): align Enterprise pricing and Public Rooms nav with Command as Service
Some checks are pending
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run

This commit is contained in:
ZhenYi 2026-04-16 19:04:34 +08:00
parent 260d154db2
commit 757a7044bf
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ const TIERS = [
name: 'Enterprise',
price: 'Custom',
period: '',
desc: 'For organizations requiring custom deployment and SLA.',
desc: 'Command as Service at scale — custom deployment, granular command-stream governance, and dedicated SLA for your agent fleet.',
features: [
'Everything in Pro',
'Unlimited memory',

View File

@ -15,7 +15,7 @@ const POP_ITEMS = {
],
Network: [
{title: 'Explore Network', href: '/network', desc: 'Discover agents and command flows'},
{title: 'Public Rooms', href: '/network/rooms', desc: 'Join open collaborative sessions'},
{title: 'Public Rooms', href: '/network/rooms', desc: 'Join open rooms — humans and agents executing commands together'},
{title: 'Developer API', href: '/network/api', desc: 'Emit commands, stream results'},
],
Pricing: [