From 4bfba8b3ce61becc45585210bcd08944cdfa871b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 11:51:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 261 +++++++++++------------------------------------ 1 file changed, 58 insertions(+), 203 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c111ff6..96dfc57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,82 +33,47 @@ export default function LandingPage() {
@@ -357,58 +235,35 @@ export default function LandingPage() { logoText="Meat Moot Dubai Hills" columns={[ { - title: "Explore", - items: [ + title: "Explore", items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Our Menu", - href: "#menu", - }, + label: "Our Menu", href: "#menu"}, { - label: "The Experience", - href: "#experience", - }, + label: "The Experience", href: "#experience"}, ], }, { - title: "Visit Us", - items: [ + title: "Visit Us", items: [ { - label: "Location: Dubai Hills", - href: "https://www.google.com/maps?q=Meat+Moot+Dubai+Hills", - }, + label: "Location: Dubai Hills", href: "https://www.google.com/maps?q=Meat+Moot+Dubai+Hills"}, { - label: "Reservations", - href: "#contact", - }, + label: "Reservations", href: "#contact"}, { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, { - label: "Hours: 12 PM - 12 AM Daily", - href: "#", - }, + label: "Hours: 12 PM - 12 AM Daily", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} -- 2.49.1