Add opacity card behind hero text

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
f-trycua
2025-12-06 19:14:37 -08:00
parent ab04e6a4ac
commit 38edd3915c
+4 -2
View File
@@ -15,8 +15,10 @@ import { Monitor, Code, BookOpen, Zap, Bot, Boxes, Rocket } from 'lucide-react';
alt="Cua"
className="w-full h-auto hidden dark:block scale-150 origin-center"
/>
<div className="absolute inset-0 flex items-center justify-center bg-black/10">
<span className="text-white text-xl font-medium text-center px-4 drop-shadow-lg">Build AI agents that see, understand, and control any computer</span>
<div className="absolute inset-0 flex items-center justify-center">
<div className="bg-black/50 backdrop-blur-sm rounded-lg px-6 py-4">
<span className="text-white text-xl font-medium text-center">Build AI agents that see, understand, and control any computer</span>
</div>
</div>
</div>