Center text vertically in hero card

🤖 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:20:26 -08:00
parent 1a8af5dbb8
commit 74293598d0

View File

@@ -16,8 +16,8 @@ import { Monitor, Code, BookOpen, Zap, Bot, Boxes, Rocket } from 'lucide-react';
className="w-full h-full object-cover hidden dark:block rounded-xl"
/>
<div className="absolute inset-0 flex items-center justify-center p-4">
<div className="bg-black/50 backdrop-blur-sm rounded-lg px-4 py-2">
<span className="text-white text-lg font-medium">Build AI agents that see, understand, and control any computer</span>
<div className="bg-black/50 backdrop-blur-sm rounded-lg px-4 py-2 flex items-center justify-center">
<span className="text-white text-lg font-medium leading-none">Build AI agents that see, understand, and control any computer</span>
</div>
</div>
</div>