Add sheet music page, some slight changes

This commit is contained in:
2026-01-22 10:36:19 +10:30
parent 9335d19031
commit 6132ebae45
6 changed files with 111 additions and 16 deletions
+1
View File
@@ -7,6 +7,7 @@ const links: Link[] = [
{ href: "/", label: "Home" },
{ href: "/about/", label: "About" },
{ href: "/projects/", label: "Projects" },
{ href: "/sheet-music/", label: "Sheet Music" },
{ href: "/contact/", label: "Contact" }
];