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