feat: carousel

This commit is contained in:
Nik L
2026-03-09 17:09:25 -04:00
parent df393e623a
commit a5af681b9e
7 changed files with 124 additions and 15 deletions

View File

@@ -7,7 +7,7 @@ export function Problem() {
{/* Section 1: Stochastic risk */}
<div className="mb-12 sm:mb-16">
<h2 className="font-serif text-2xl sm:text-3xl md:text-4xl font-semibold tracking-tight mb-3 max-w-3xl">
Your agent runs as <em className="italic text-primary">you</em>.
Your agent runs as <em className="italic text-red-400/90">you</em>.
</h2>
<p className="text-muted-foreground font-serif text-sm sm:text-base leading-relaxed max-w-full mt-4 mb-10">
Agents inherit your full permissions and decide what to access at runtime. Here&apos;s what that looks like...