feat: better phrasing
This commit is contained in:
@@ -358,11 +358,11 @@ export default function GamePage() {
|
||||
<div className="relative max-w-2xl w-full text-center animate-fade-up">
|
||||
<h1 className="font-serif text-3xl sm:text-4xl md:text-5xl font-semibold tracking-tight leading-[1.1] mb-4">
|
||||
What would an AI agent{' '}
|
||||
<em className="italic text-primary">try</em> on your repo?
|
||||
<em className="italic text-primary">try on your machine?</em>
|
||||
</h1>
|
||||
|
||||
<p className="text-muted-foreground font-serif text-base sm:text-lg leading-relaxed mb-10 max-w-xl mx-auto">
|
||||
Paste a public GitHub URL. We'll scan your codebase and show exactly what an unrestricted AI agent would attempt.
|
||||
AI agents run as you, with access to everything you have. Paste a repo URL and we'll show what an unrestricted agent would attempt on your machine when working on that codebase.
|
||||
</p>
|
||||
|
||||
<form
|
||||
@@ -475,7 +475,7 @@ export default function GamePage() {
|
||||
<div className="flex items-center gap-2 mb-3">
|
||||
<Shield className="h-4 w-4 text-primary" />
|
||||
<span className="text-xs font-sans uppercase tracking-wider text-primary font-medium">
|
||||
Agent Threat Report
|
||||
What an agent would try on your machine
|
||||
</span>
|
||||
</div>
|
||||
<h2 className="font-mono text-lg sm:text-xl text-foreground mb-1">
|
||||
@@ -570,9 +570,7 @@ export default function GamePage() {
|
||||
{/* CTA */}
|
||||
<div className="px-6 sm:px-8 py-6 sm:py-8 border-t border-border/20 bg-card/20 text-center">
|
||||
<p className="font-serif text-lg sm:text-xl font-semibold tracking-tight mb-2">
|
||||
<span className="text-primary">“</span>
|
||||
This is what Greywall would have blocked.
|
||||
<span className="text-primary">”</span>
|
||||
</p>
|
||||
<p className="text-xs text-muted-foreground font-serif mb-5">
|
||||
Container-free sandboxing with real-time observability for AI agents.
|
||||
|
||||
Reference in New Issue
Block a user