diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0a8a1d3..109695d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -91,11 +91,14 @@ export default function ContactPage() { tagIcon={CheckCircle} metrics={[ { - id: "1", value: "📞", title: "Teléfono", description: "Llamadas directas: 0341 481-3209", imageAlt: "Contacto telefónico"}, + id: "1", value: "📞", title: "Teléfono", description: "Llamadas directas: 0341 481-3209" + }, { - id: "2", value: "💬", title: "WhatsApp", description: "Mensajería rápida: +54 9 341 481-3209", imageAlt: "WhatsApp"}, + id: "2", value: "💬", title: "WhatsApp", description: "Mensajería rápida: +54 9 341 481-3209" + }, { - id: "3", value: "📧", title: "Email", description: "Correo electrónico: info@neurorosario.com", imageAlt: "Email"}, + id: "3", value: "📧", title: "Email", description: "Correo electrónico: info@neurorosario.com" + }, ]} animationType="slide-up" textboxLayout="default"