copy adjustments

This commit is contained in:
Max
2026-03-09 18:44:15 -04:00
parent e42e24d0b2
commit cd2bc6f3e4
2 changed files with 4 additions and 6 deletions

View File

@@ -2,9 +2,9 @@ import type { Metadata } from 'next'
import './globals.css'
export const metadata: Metadata = {
title: 'Greywall Sandbox for AI Agents',
title: 'Greywall: Sandbox for AI Agents',
description:
'Container-free, default-deny sandboxing with real-time observability for AI coding agents. Five defense layers. One command.',
'Container-free, default-deny sandboxing with observability for AI agents. Five layers of defense in one command.',
icons: {
icon: [
{ url: '/icon.svg', type: 'image/svg+xml' },

View File

@@ -15,12 +15,10 @@ export function Hero() {
<div className="relative mx-auto max-w-4xl text-center">
<h1 className="font-serif text-4xl sm:text-5xl md:text-6xl font-semibold tracking-tight leading-[1.1] mb-6">
<em className="italic text-primary">Greywall</em> your <span className="text-red-400/90">agent</span> &amp; let it cook.
<em className="italic text-primary">Greywall</em> your agent &amp; let it cook.
</h1>
<p className="text-lg text-muted-foreground leading-relaxed max-w-2xl mx-auto font-serif">
Agents inherit your full permissions and that can go very wrong.
<br />
That&apos;s why we built the <span className="text-foreground font-medium">Greywall</span> sandbox.
Container-free sandboxing with real-time observability & dynamic controls, for Linux & MacOS.
</p>
</div>
</section>