Update src/app/contact/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user