Update src/app/page.tsx

This commit is contained in:
2026-06-04 01:23:56 +00:00
parent f426c64d02
commit 69e9a95db1

View File

@@ -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: "#"}
],
},
]}