import Link from 'next/link' export default () => ( <div id="level1-home-page"> <div> <Link href="/">Go Back</Link> </div> <p>This is the Level1 home page</p> </div> )