Update src/app/page.tsx

This commit is contained in:
2026-05-10 21:53:44 +00:00
parent f9c881d8f5
commit 9995f169b8

View File

@@ -66,7 +66,7 @@ export default function LandingPage() {
]} ]}
buttons={[ buttons={[
{ {
text: "Hablar por WhatsApp", href: "#contact"}, text: "Hablar por WhatsApp", href: "https://wa.me/5493514645488"},
{ {
text: "Solicitar turno", href: "#contact"}, text: "Solicitar turno", href: "#contact"},
]} ]}
@@ -200,7 +200,7 @@ export default function LandingPage() {
{ {
title: "Contacto", items: [ title: "Contacto", items: [
{ {
label: "WhatsApp", href: "#contact"}, label: "WhatsApp", href: "https://wa.me/5493514645488"},
{ {
label: "Tel: 0351 4645488", href: "tel:03514645488"} label: "Tel: 0351 4645488", href: "tel:03514645488"}
], ],