fix: hero badge now properly hides when disabled (fallback changed)

This commit is contained in:
Erik
2025-11-29 13:36:02 -03:00
parent 4310a88b2a
commit 53495de904

View File

@@ -57,7 +57,7 @@ export default function Home() {
buttonText: 'Conheça Nossos Serviços',
badge: {
text: 'Coca-Cola',
show: true
show: false
}
};