docs(landing): replace 'Real-time' with 'Command-first' in nav, align Enterprise nav desc
This commit is contained in:
parent
e59edf6c1a
commit
022b45d44f
@ -4,7 +4,7 @@ import {useNavigate} from 'react-router-dom';
|
||||
const POP_ITEMS = {
|
||||
Platform: [
|
||||
{title: 'Command as Service', href: '/solutions', desc: 'Every action is a versioned, replayable command'},
|
||||
{title: 'Collaborative Rooms', href: '/solutions/rooms', desc: 'Real-time human-AI workspaces via command streams'},
|
||||
{title: 'Collaborative Rooms', href: '/solutions/rooms', desc: 'Command-first human-AI workspaces via shared command streams'},
|
||||
{title: 'AI Agents', href: '/solutions', desc: 'Agents that listen to commands and execute skills'},
|
||||
{title: 'Git Repositories', href: '/solutions', desc: 'Branches, commits, PRs, branch protection'},
|
||||
],
|
||||
@ -20,7 +20,7 @@ const POP_ITEMS = {
|
||||
],
|
||||
Pricing: [
|
||||
{title: 'Plans & Pricing', href: '/pricing', desc: 'Compare free and paid tiers'},
|
||||
{title: 'Enterprise', href: '/pricing/enterprise', desc: 'Custom deployment & SLA'},
|
||||
{title: 'Enterprise', href: '/pricing/enterprise', desc: 'Command as Service at scale — custom deployment & SLA'},
|
||||
{title: 'Billing FAQ', href: '/pricing/faq', desc: 'Common billing questions'},
|
||||
],
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user