mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-17 20:05:09 +00:00
feat(website): add inspector section with debugger screenshot (#11)
This commit is contained in:
parent
8acb2bb078
commit
fc0a8fce15
3 changed files with 38 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import { Navigation } from '../components/Navigation';
|
|||
import { Hero } from '../components/Hero';
|
||||
import { FeatureGrid } from '../components/FeatureGrid';
|
||||
import { GetStarted } from '../components/GetStarted';
|
||||
import { Inspector } from '../components/Inspector';
|
||||
import { FAQ } from '../components/FAQ';
|
||||
import { Footer } from '../components/Footer';
|
||||
---
|
||||
|
|
@ -15,6 +16,7 @@ import { Footer } from '../components/Footer';
|
|||
<Hero client:load />
|
||||
<FeatureGrid client:visible />
|
||||
<GetStarted client:visible />
|
||||
<Inspector client:visible />
|
||||
<FAQ client:visible />
|
||||
</main>
|
||||
<Footer client:visible />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue