diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9ac82c6..c9da662 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,33 +43,15 @@ export default function LandingPage() {
@@ -325,29 +195,15 @@ export default function LandingPage() {
logoText="The Sky Lounge"
columns={[
{
- title: "Company",
- items: [
- {
- label: "About Us",
- href: "#",
- },
- {
- label: "Careers",
- href: "#",
- },
+ title: "Company", items: [
+ { label: "About Us", href: "#" },
+ { label: "Careers", href: "#" },
],
},
{
- title: "Support",
- items: [
- {
- label: "FAQ",
- href: "#",
- },
- {
- label: "Reservations",
- href: "#",
- },
+ title: "Support", items: [
+ { label: "FAQ", href: "#" },
+ { label: "Reservations", href: "#" },
],
},
]}