diff --git a/app/music/page.tsx b/app/music/page.tsx new file mode 100644 index 0000000..7d048bd --- /dev/null +++ b/app/music/page.tsx @@ -0,0 +1,11 @@ +export default function Page() { + return ( +
+

Music Stream

+

This is still a work in progress. Stay tuned for updates!

+ +
+ ); +} diff --git a/components/navbar.tsx b/components/navbar.tsx index de65497..4c3e886 100644 --- a/components/navbar.tsx +++ b/components/navbar.tsx @@ -28,7 +28,7 @@ export default function Navbar() { {/* Nav Links */} -
+
LIVE + + MUSIC +