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