diff --git a/frontend/packages/website/src/components/FeatureGrid.tsx b/frontend/packages/website/src/components/FeatureGrid.tsx index 678f258..c6cfa70 100644 --- a/frontend/packages/website/src/components/FeatureGrid.tsx +++ b/frontend/packages/website/src/components/FeatureGrid.tsx @@ -1,6 +1,6 @@ 'use client'; -import { Workflow, Server, Database, Zap, Globe } from 'lucide-react'; +import { Workflow, Server, Database, Download, Globe } from 'lucide-react'; import { FeatureIcon } from './ui/FeatureIcon'; import { CopyButton } from './ui/CopyButton'; @@ -253,7 +253,7 @@ export function FeatureGrid() {
- {/* Rust Binary - Span 8 cols */} + {/* Automatic Agent Installation - Span 8 cols */}- Statically-linked binary. Zero dependencies. 4MB total size. Instant startup with no runtime overhead. + Agents are automatically installed on first use. No manual setup required.