feat: Future music page.

This commit is contained in:
AfonsoCMSousa
2026-01-15 19:35:22 +00:00
parent 81b497517e
commit 66d6e6b31c
2 changed files with 22 additions and 1 deletions
+11 -1
View File
@@ -28,7 +28,7 @@ export default function Navbar() {
</Link>
{/* Nav Links */}
<div className="flex items-center space-x-1">
<div className="flex items-center space-x-0">
<Link
href="/"
className={`px-4 py-2 text-sm font-medium transition-colors ${
@@ -79,6 +79,16 @@ export default function Navbar() {
>
LIVE
</Link>
<Link
href="/music"
className={`px-4 py-2 text-sm font-medium transition-colors ${
isActive('/about')
? 'text-white border-b-2 border-white'
: 'text-white/50 hover:text-white'
}`}
>
MUSIC
</Link>
<a
href="https://discord.gg/nvuB8EvT9P"
target="_blank"