mirror of
https://github.com/trycua/computer.git
synced 2026-01-08 06:20:00 -06:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user