mirror of
https://github.com/trycua/lume.git
synced 2026-01-05 20:09:56 -06:00
Fix hydration error by using span instead of p tag
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -11,9 +11,7 @@ import { Monitor, Code, BookOpen, Zap, Bot, Boxes, Rocket } from 'lucide-react';
|
||||
<img src="/img/bg-light.jpg" alt="Cua" className="w-full h-48 object-cover" />
|
||||
</picture>
|
||||
<div className="absolute inset-0 flex items-center justify-center bg-black/30">
|
||||
<p className="text-white text-xl font-medium text-center px-4">
|
||||
Build AI agents that see, understand, and control any computer
|
||||
</p>
|
||||
<span className="text-white text-xl font-medium text-center px-4">Build AI agents that see, understand, and control any computer</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user