From 9995f169b86164729a6a9266cf9542a34504a9fd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 21:53:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b6c2d6..7ff54d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { ]} buttons={[ { - text: "Hablar por WhatsApp", href: "#contact"}, + text: "Hablar por WhatsApp", href: "https://wa.me/5493514645488"}, { text: "Solicitar turno", href: "#contact"}, ]} @@ -200,7 +200,7 @@ export default function LandingPage() { { title: "Contacto", items: [ { - label: "WhatsApp", href: "#contact"}, + label: "WhatsApp", href: "https://wa.me/5493514645488"}, { label: "Tel: 0351 4645488", href: "tel:03514645488"} ],