feat: messaging revamp
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
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'
|
||||
import { Layers } from '@/components/layers'
|
||||
import { Observability } from '@/components/observability'
|
||||
import { Control } from '@/components/control'
|
||||
@@ -16,13 +16,13 @@ export default function Home() {
|
||||
<PlatformProvider>
|
||||
<main className="min-h-screen">
|
||||
<Nav />
|
||||
<Hero />
|
||||
<Agents />
|
||||
<Problem />
|
||||
<Observability />
|
||||
<Agents />
|
||||
<Layers />
|
||||
<Control />
|
||||
<Comparison />
|
||||
<GettingStarted />
|
||||
<Footer />
|
||||
</main>
|
||||
</PlatformProvider>
|
||||
|
||||
Reference in New Issue
Block a user