diff --git a/src/app/page.tsx b/src/app/page.tsx index fe5ab26..20d8142 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -328,41 +159,9 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/background-place-outdoor-tourism-dinner_1220-1243.jpg" logoText="LUNA" columns={[ - { - title: "Menú", - items: [ - { - label: "Platillos", - href: "#menu", - }, - { - label: "Mixología", - href: "#menu", - }, - ], - }, - { - title: "Visítanos", - items: [ - { - label: "Ubicación", - href: "https://maps.google.com/?q=Av+Hipodromo+4+Tijuana+BC", - }, - { - label: "Valet", - href: "#", - }, - ], - }, - { - title: "Síguenos", - items: [ - { - label: "Instagram", - href: "https://instagram.com/lunarest.mx", - }, - ], - }, + { title: "Menú", items: [{ label: "Platillos", href: "#menu" }, { label: "Mixología", href: "#menu" }] }, + { title: "Visítanos", items: [{ label: "Ubicación", href: "https://maps.google.com/?q=Av+Hipodromo+4+Tijuana+BC" }, { label: "Valet", href: "#" }] }, + { title: "Síguenos", items: [{ label: "Instagram", href: "https://instagram.com/lunarest.mx" }] }, ]} copyrightText="© 2025 Luna Asian Fusion · Tijuana, B.C." /> @@ -370,4 +169,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file