From f05e53eb8739431ea88cbdc2a2dad1d1054db875 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 08:28:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 341 +++++++++++------------------------------------ 1 file changed, 78 insertions(+), 263 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8266500..d9db59e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,46 +32,31 @@ export default function LandingPage() {
@@ -431,42 +261,27 @@ export default function LandingPage() { logoText="Hilton Bush Lodge" columns={[ { - title: "Explore", - items: [ + title: "Explore", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Experiences", - href: "#experiences", - }, + label: "Experiences", href: "#experiences"}, ], }, { - title: "Stay", - items: [ + title: "Stay", items: [ { - label: "Rooms & Suites", - href: "#accommodations", - }, + label: "Rooms & Suites", href: "#accommodations"}, { - label: "Pricing", - href: "#pricing", - }, + label: "Pricing", href: "#pricing"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Enquire Now", - href: "#contact", - }, + label: "Enquire Now", href: "#contact"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]} @@ -475,4 +290,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1