feat: greywall

This commit is contained in:
Nik L
2026-03-09 17:33:35 -04:00
parent 17302d21f1
commit 61d94b0f75
3 changed files with 9 additions and 15 deletions

View File

@@ -2,6 +2,7 @@
import { PlatformProvider } from '@/components/platform-toggle'
import { Nav } from '@/components/nav'
import { Hero } from '@/components/hero'
import { Agents } from '@/components/agents'
import { Problem } from '@/components/problem'
import { GettingStarted } from '@/components/getting-started'
@@ -16,6 +17,7 @@ export default function Home() {
<PlatformProvider>
<main className="min-h-screen">
<Nav />
<Hero />
<Problem />
<Observability />
<Agents />