Update src/app/page.tsx

This commit is contained in:
2026-05-11 03:29:50 +00:00
parent 402336bc1e
commit f796adbfe4

View File

@@ -144,11 +144,11 @@ export default function HvacPage() {
<ContactCTA
tag="Contacto "
tagIcon={Phone}
title="Listo para simplificar tu vida"
title="¿Listo para simplificar tu vida?"
description="Tu mascota cubierta. Tu tranquilo. "
buttons={[
{ text: "WhatsApp", href: "https://wa.me/573011471991" },
{ text: "Llamar al 3011471991", href: "tel:3011471991" },
{ text: "Hablar por WhatsApp", href: "https://wa.me/573011471991" },
{ text: "Llamar 301 147 1991", href: "tel:3011471991" },
]}
background={{ variant: "plain" }}
useInvertedBackground={false}