From b71ae06c39b7227ced1d10fe9ddd371df3ccf4be Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:05:04 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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"