diff --git a/src/app/page.tsx b/src/app/page.tsx index e118003..2a03eca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,21 +28,13 @@ export default function LandingPage() { @@ -52,56 +44,31 @@ export default function LandingPage() { @@ -132,34 +95,16 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - label: "Shows", - title: "Nightly Concerts", - items: [ - "Live bands & jam sessions almost every night", - "Special guest performances", - "Start at 9 PM", - ], + id: "f1", label: "Shows", title: "Nightly Concerts", items: [ + "Live bands & jam sessions almost every night", "Special guest performances", "Start at 9 PM"], }, { - id: "f2", - label: "Vibe", - title: "Electric Atmosphere", - items: [ - "Authentic underground aesthetic", - "Cozy intimate setting", - "Dance floor after live shows", - ], + id: "f2", label: "Vibe", title: "Electric Atmosphere", items: [ + "Authentic underground aesthetic", "Cozy intimate setting", "Dance floor after live shows"], }, { - id: "f3", - label: "Drinks", - title: "Service & Drinks", - items: [ - "Affordable drink menu", - "Friendly staff", - "Great service guaranteed", - ], + id: "f3", label: "Drinks", title: "Service & Drinks", items: [ + "Affordable drink menu", "Friendly staff", "Great service guaranteed"], }, ]} title="Experience the Underground" @@ -171,11 +116,10 @@ export default function LandingPage() { @@ -187,25 +131,17 @@ export default function LandingPage() { { items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Events", - href: "#features", - }, + label: "Events", href: "#features"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} @@ -215,4 +151,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file