diff --git a/src/app/page.tsx b/src/app/page.tsx index 8fe2034..3ccfab8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,46 +45,21 @@ export default function LandingPage() {
@@ -263,33 +171,21 @@ export default function LandingPage() { logoText="Village Cuisine" columns={[ { - title: "Restaurant", - items: [ + title: "Restaurant", items: [ { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}