diff --git a/src/app/page.tsx b/src/app/page.tsx index a37b37d..9ebc8f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -301,37 +160,17 @@ export default function LandingPage() { logoText="DJ SOUNDWAVE" columns={[ { - title: "Navigation", - items: [ - { - label: "Schedule", - href: "#events", - }, - { - label: "Gallery", - href: "#gallery", - }, - { - label: "Contact", - href: "#contact", - }, + title: "Navigation", items: [ + { label: "Schedule", href: "#events" }, + { label: "Gallery", href: "#gallery" }, + { label: "Contact", href: "#contact" }, ], }, { - title: "Socials", - items: [ - { - label: "Instagram", - href: "#", - }, - { - label: "SoundCloud", - href: "#", - }, - { - label: "TikTok", - href: "#", - }, + title: "Socials", items: [ + { label: "Instagram", href: "#" }, + { label: "SoundCloud", href: "#" }, + { label: "TikTok", href: "#" }, ], }, ]}