feat(website): add inspector section with debugger screenshot (#11)

This commit is contained in:
Nathan Flurry 2026-01-28 05:14:30 -08:00 committed by GitHub
parent 8acb2bb078
commit fc0a8fce15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 38 additions and 0 deletions

View file

@ -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 />