import Link from 'next/link'; export default function MusicWorksPage() { return (

Music Works Page

First

Second

Third

) }