Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-04 01:23:59 +00:00

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