docs(landing): replace 'Real-time' with 'Command-first' in nav, align Enterprise nav desc
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions

This commit is contained in:
ZhenYi 2026-04-16 19:08:20 +08:00
parent e59edf6c1a
commit 022b45d44f

View File

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