Corrigir hover para usar cor primaria dinamica

This commit is contained in:
Erik
2025-11-26 16:24:29 -03:00
parent d0e95d9f2a
commit be2f130b96
20 changed files with 31 additions and 21 deletions

View File

@@ -91,7 +91,7 @@ export default function Home() {
{hero.subtitle}
</p>
<div className="flex flex-col sm:flex-row gap-4">
<Link href="/contato" className="px-8 py-4 bg-primary text-white rounded-lg font-bold hover:bg-orange-600 transition-colors text-center">
<Link href="/contato" className="px-8 py-4 bg-primary text-white rounded-lg font-bold hover-primary transition-colors text-center">
{hero.buttonText}
</Link>
<Link href="/projetos" className="px-8 py-4 border-2 border-white text-white rounded-lg font-bold hover:bg-white hover:text-secondary transition-colors text-center">