mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-18 18:03:48 +00:00
chore(site): updated graph and wording
This commit is contained in:
parent
f79019e786
commit
65513f9086
9 changed files with 274 additions and 451 deletions
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue