diff --git a/src/app/page.tsx b/src/app/page.tsx index aa27f10..71d52af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,24 +29,13 @@ export default function LandingPage() { @@ -54,12 +43,7 @@ export default function LandingPage() { @@ -193,33 +118,16 @@ export default function LandingPage() { logoText="Manila Bar" columns={[ { - title: "Navigate", - items: [ - { - label: "Home", - href: "#hero", - }, - { - label: "Features", - href: "#features", - }, - { - label: "About", - href: "#about", - }, + title: "Navigate", items: [ + { label: "Home", href: "#hero" }, + { label: "Features", href: "#features" }, + { label: "About", href: "#about" }, ], }, { - title: "More", - items: [ - { - label: "Book Now", - href: "#contact", - }, - { - label: "Privacy Policy", - href: "#", - }, + title: "More", items: [ + { label: "Book Now", href: "#contact" }, + { label: "Privacy Policy", href: "#" }, ], }, ]}