chore(site): updated graph and wording

This commit is contained in:
Nicholas Kissel 2026-01-28 15:57:58 -08:00
parent f79019e786
commit 65513f9086
9 changed files with 274 additions and 451 deletions

View file

@ -2,6 +2,7 @@
import Layout from '../layouts/Layout.astro';
import { Navigation } from '../components/Navigation';
import { Hero } from '../components/Hero';
import { PainPoints } from '../components/PainPoints';
import { FeatureGrid } from '../components/FeatureGrid';
import { GetStarted } from '../components/GetStarted';
import { Inspector } from '../components/Inspector';
@ -9,11 +10,12 @@ import { FAQ } from '../components/FAQ';
import { Footer } from '../components/Footer';
---
<Layout title="Coding Agent SDK - Universal SDK for Coding Agents">
<Layout title="Sandbox Agent SDK - Run Coding Agents in Sandboxes. Control Them Over HTTP.">
<div class="min-h-screen bg-black text-white selection:bg-accent/30">
<Navigation client:load />
<main>
<Hero client:load />
<PainPoints client:visible />
<FeatureGrid client:visible />
<GetStarted client:visible />
<Inspector client:visible />