diff --git a/src/app/page.tsx b/src/app/page.tsx index d0524cb..4738707 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,8 +22,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "Rooms", href: "/rooms" }, { label: "About", href: "/about" }, @@ -31,8 +30,7 @@ export default function HomePage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Booking", href: "/booking" }, { label: "Reservations", href: "/booking" }, { label: "Group Events", href: "#" }, @@ -40,8 +38,7 @@ export default function HomePage() { ], }, { - title: "Information", - items: [ + title: "Information", items: [ { label: "FAQ", href: "#" }, { label: "Policies", href: "#" }, { label: "Careers", href: "#" }, @@ -49,8 +46,7 @@ export default function HomePage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Facebook", href: "https://facebook.com" }, { label: "Instagram", href: "https://instagram.com" }, { label: "Twitter", href: "https://twitter.com" }, @@ -106,31 +102,13 @@ export default function HomePage() {