feat(site): port stitch design system + seed-ready content (#5)
All checks were successful
ci/woodpecker/push/web Pipeline was successful

Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #5.
This commit is contained in:
2026-04-15 01:16:41 +00:00
committed by jason.woltje
parent 6db28bc81f
commit b47c5e420a
42 changed files with 4193 additions and 398 deletions

View File

@@ -0,0 +1,7 @@
export { Nav } from "./Nav";
export { Footer } from "./Footer";
export { StatusTerminal } from "./StatusTerminal";
export { GridOverlay } from "./GridOverlay";
export { Button } from "./Button";
export { TechChip } from "./TechChip";
export { ProjectsGrid } from "./ProjectsGrid";