From 69593ea081ac43ec225f5ef778d8b76cc207b982 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 16:24:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 239 ++++++++--------------------------------------- 1 file changed, 39 insertions(+), 200 deletions(-) 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: "#" }, ], }, ]} -- 2.49.1