From 6b0715d944c6b40967fa582bc162616ef73a1aa1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:43:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 146 +++++++++-------------------------------------- 1 file changed, 27 insertions(+), 119 deletions(-) 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: "#" }, ], }, ]} -- 2.49.1