docs(landing): align remaining landing pages with Command as Service concept
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:01:27 +08:00
parent 4c77426965
commit 84f2604106
8 changed files with 8 additions and 8 deletions

View File

@ -29,7 +29,7 @@ export default function NetworkApiPage() {
Developer API
</h1>
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl">
Integrate GitDataAI capabilities into your own tools and workflows. Full REST API with token-based authentication.
Emit commands, stream agent results, and orchestrate your AI workforce via a unified REST API. Your CLI is also your API every action is a command, and the API is the programmatic interface to that command stream.
</p>
</div>

View File

@ -27,7 +27,7 @@ export default function NetworkRoomsPage() {
Public Rooms
</h1>
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl">
Join open collaborative sessions where developers and AI agents work together on real engineering problems.
Join open collaborative rooms where developers and AI agents execute engineering commands together on real problems. Every action is a command observe, participate, or deploy your own agents.
</p>
</div>

View File

@ -31,7 +31,7 @@ export default function PricingEnterprisePage() {
Enterprise
</h1>
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl">
Custom deployment, dedicated infrastructure, and enterprise-grade support for organizations that need more than a SaaS plan.
Command as Service at enterprise scale. Custom deployment, dedicated infrastructure, and granular command-stream governance for organizations that need full control of their agent fleet.
</p>
</div>

View File

@ -5,7 +5,7 @@ import {useState} from 'react';
const FAQS = [
['How does billing work?', 'You are billed monthly based on your active tier. Upgrades take effect immediately; downgrades apply at the next billing cycle.'],
['What counts as a token?', 'Tokens are the sum of all input and output tokens consumed by your agents across all models. Memory storage is billed separately.'],
['What counts as a token?', 'Tokens are the sum of all input and output tokens consumed by your agents executing commands across all models. Memory storage is billed separately.'],
['Can I get a refund?', 'Monthly plans are non-refundable. Annual plans can be refunded pro-rata within the first 30 days.'],
['What happens if I exceed my limit?', 'Your agents will be throttled until you upgrade or the cycle resets. You can also set hard caps to prevent overages.'],
['Do you offer annual discounts?', 'Yes — annual plans are discounted 20% compared to monthly billing.'],

View File

@ -24,7 +24,7 @@ export default function SkillsDocsPage() {
Building Skills
</h1>
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl">
A skill is a versioned package of prompts, tools, and behavior patterns that define how an agent operates. Learn how to build, test, and publish them.
A skill is a versioned package of prompts, tools, and behavior patterns that define how an agent operates invoked by command, composable into any workflow. Learn how to build, test, and publish them.
</p>
</div>

View File

@ -24,7 +24,7 @@ export default function SkillsPublishPage() {
Publish a Skill
</h1>
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl">
Turn your best agent behaviors into reusable, versioned skills and share them with the community or keep them private to your workspace.
Turn your best agent behaviors into reusable, versioned skills invoked by command, composable into any workflow. Share with the community or keep private to your workspace.
</p>
</div>

View File

@ -28,7 +28,7 @@ export default function SolutionsGovernancePage() {
Compute Governance
</h1>
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl">
Unified management of LLM tokens and compute resources across your entire agent fleet. Set budgets, enforce limits, and get full cost visibility.
Unified management of LLM tokens and compute resources across your agent fleet. Every AI command has a cost set budgets, enforce limits, and get full visibility into your command stream spend.
</p>
</div>

View File

@ -22,7 +22,7 @@ export default function SolutionsMemoryPage() {
Agent Memory
</h1>
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl">
Git-native long-term memory for AI agents. Branch, commit, merge, and rollback AI context the same way you manage source code.
Git-native long-term memory for AI agents versioned command context that travels with every command. Branch, commit, merge, and rollback AI context the same way you manage source code.
</p>
</div>