From 45847cc1fdb15f524c0ea5416b05da0263148d1c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:17:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 201 ++++++++++------------------------------------- 1 file changed, 43 insertions(+), 158 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e41a286..0095218 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,39 +31,23 @@ export default function LandingPage() { @@ -71,20 +55,15 @@ export default function LandingPage() {
@@ -292,49 +195,31 @@ export default function LandingPage() { { items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Our Menu", - href: "#menu", - }, + label: "Our Menu", href: "#menu"}, { - label: "The Team", - href: "#team", - }, + label: "The Team", href: "#team"}, ], }, { items: [ { - label: "Reservations", - href: "#contact", - }, + label: "Reservations", href: "#contact"}, { - label: "FAQs", - href: "#faq", - }, + label: "FAQs", href: "#faq"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, { items: [ { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, { - label: "Location", - href: "#", - }, + label: "Location", href: "#"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, ]} -- 2.49.1