From cdd636932f5e67ff761aa9e65edd8053469f3c60 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 16:00:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 193 ++++++++++------------------------------------- 1 file changed, 38 insertions(+), 155 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0faaa55..5246a55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,42 +46,21 @@ export default function LandingPage() {
@@ -293,33 +188,21 @@ export default function LandingPage() { logoText="Al-andaluz Antequera" columns={[ { - title: "Restaurante", - items: [ + title: "Restaurante", items: [ { - label: "Nosotros", - href: "#about", - }, + label: "Nosotros", href: "#about"}, { - label: "Nuestra Carta", - href: "#menu", - }, + label: "Nuestra Carta", href: "#menu"}, { - label: "Contacto", - href: "#contact", - }, + label: "Contacto", href: "#contact"}, ], }, { - title: "Información", - items: [ + title: "Información", items: [ { - label: "Privacidad", - href: "#", - }, + label: "Privacidad", href: "#"}, { - label: "Mapa", - href: "https://maps.google.com", - }, + label: "Mapa", href: "https://maps.google.com"}, ], }, ]} -- 2.49.1