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