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:
f-trycua
2025-12-06 19:05:36 -08:00
parent d57e1d3bc8
commit f543f3dfd1

View File

@@ -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>