mirror of
https://github.com/trycua/computer.git
synced 2026-04-30 12:11:35 -05:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user