docs(landing): align all non-business pages with Command as Service concept
This commit is contained in:
parent
4eb93da28b
commit
4c77426965
@ -21,7 +21,7 @@ export default function AboutPage() {
|
||||
About GitDataAI
|
||||
</h1>
|
||||
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl mx-auto">
|
||||
We believe the next era of software will be built by humans and AI agents working together. We are building the infrastructure for that era.
|
||||
We believe every engineering action should be a versioned command — auditable, replayable, and human-approved. We are building the Command as Service platform for the agentic era.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@ -29,10 +29,10 @@ export default function AboutPage() {
|
||||
<div
|
||||
className="mb-24 p-10 md:p-14 rounded-3xl border border-zinc-200 dark:border-zinc-800 bg-zinc-50 dark:bg-zinc-900/50 text-center">
|
||||
<h2 className="text-2xl md:text-3xl font-semibold mb-6 max-w-3xl mx-auto leading-tight">
|
||||
"Interaction is the new code. Conversations are the new commits."
|
||||
"Every action is a command. Every command is versioned and auditable."
|
||||
</h2>
|
||||
<p className="text-sm text-zinc-500 dark:text-zinc-400 max-w-xl mx-auto">
|
||||
GitDataAI was founded to bring engineering rigor to the agentic era — version control, collaboration, and governance to the world of autonomous AI.
|
||||
GitDataAI was founded to bring Command as Service to the agentic era — every agent decision versioned, every command stream auditable, every human-in-the-loop action approved.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
@ -25,7 +25,7 @@ export default function NetworkPage() {
|
||||
The GitDataAI Network
|
||||
</h1>
|
||||
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl mx-auto">
|
||||
A growing ecosystem of agents, workspaces, and skills collaborating across the AI-native stack.
|
||||
A growing ecosystem of agents, workspaces, and skills collaborating through a unified command stream. Every agent action is a command. Every command is replayable.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@ const TIERS = [
|
||||
name: 'Free',
|
||||
price: '$0',
|
||||
period: 'forever',
|
||||
desc: 'For individuals exploring agentic workflows.',
|
||||
desc: 'Command as Service for individuals — versioned commands, agent memory, and skill registry included.',
|
||||
features: ['3 active agents', '5 GB agent memory', 'Community skill registry', 'Public rooms', '7-day history'],
|
||||
cta: 'Start Free',
|
||||
highlight: false,
|
||||
|
||||
@ -55,7 +55,7 @@ export default function SkillsPage() {
|
||||
The Skill Registry
|
||||
</h1>
|
||||
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl mx-auto">
|
||||
Reusable, versioned agent behaviors packaged as skills. Build once, deploy across your entire agent fleet.
|
||||
Reusable, versioned agent behaviors packaged as skills — invoked by command, deployed across your entire agent fleet.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
@ -33,7 +33,7 @@ export default function SolutionsRoomsPage() {
|
||||
Collaborative Rooms
|
||||
</h1>
|
||||
<p className="text-lg text-zinc-500 dark:text-zinc-500 max-w-2xl">
|
||||
Multi-modal workspaces where humans and AI agents solve complex engineering tasks together in real-time. No more copy-pasting context between tools.
|
||||
Command-first workspaces where humans and AI agents execute engineering tasks together via shared command streams. No more copy-pasting context between tools.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user