From 022b45d44f010633d9a58ad848f1ac680cafd4ec Mon Sep 17 00:00:00 2001 From: ZhenYi <434836402@qq.com> Date: Thu, 16 Apr 2026 19:08:20 +0800 Subject: [PATCH] docs(landing): replace 'Real-time' with 'Command-first' in nav, align Enterprise nav desc --- src/components/landing/landing-nav.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/landing/landing-nav.tsx b/src/components/landing/landing-nav.tsx index b037686..17bcf48 100644 --- a/src/components/landing/landing-nav.tsx +++ b/src/components/landing/landing-nav.tsx @@ -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'}, ], };