From 69e9a95db1d065f6ac1e6676f4249f2263014f2a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 01:23:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 930d681..18a5d85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -262,11 +262,21 @@ export default function LandingPage() { { title: "Contacto", items: [ { - label: "Reservar Cita", href: "#contact"}, + label: "Dirección: C/ Ficticia 123, Madrid", href: "#"}, { - label: "Ubicación", href: "#contact"}, + label: "Teléfono: +34 912 345 678", href: "tel:+34912345678"}, { - label: "Teléfono", href: "#contact"}, + label: "Email: info@cristoreydental.com", href: "mailto:info@cristoreydental.com"} + ], + }, + { + title: "Horarios", items: [ + { + label: "Lunes-Viernes: 9:00 - 18:00", href: "#"}, + { + label: "Sábados: 10:00 - 14:00", href: "#"}, + { + label: "Domingos: Cerrado", href: "#"} ], }, ]} -- 2.49.1