2 Commits

Author SHA1 Message Date
69e9a95db1 Update src/app/page.tsx 2026-06-04 01:23:56 +00:00
f426c64d02 Merge version_1 into main
Merge version_1 into main
2026-06-04 01:21:32 +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: "#"}
],
},
]}