copy adjustments
This commit is contained in:
@@ -2,9 +2,9 @@ import type { Metadata } from 'next'
|
|||||||
import './globals.css'
|
import './globals.css'
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'Greywall — Sandbox for AI Agents',
|
title: 'Greywall: Sandbox for AI Agents',
|
||||||
description:
|
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: {
|
icons: {
|
||||||
icon: [
|
icon: [
|
||||||
{ url: '/icon.svg', type: 'image/svg+xml' },
|
{ url: '/icon.svg', type: 'image/svg+xml' },
|
||||||
|
|||||||
@@ -15,12 +15,10 @@ export function Hero() {
|
|||||||
|
|
||||||
<div className="relative mx-auto max-w-4xl text-center">
|
<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">
|
<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> & let it cook.
|
<em className="italic text-primary">Greywall</em> your agent & let it cook.
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-lg text-muted-foreground leading-relaxed max-w-2xl mx-auto font-serif">
|
<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.
|
Container-free sandboxing with real-time observability & dynamic controls, for Linux & MacOS.
|
||||||
<br />
|
|
||||||
That's why we built the <span className="text-foreground font-medium">Greywall</span> sandbox.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user