import Link from 'next/link' export default function HomePage() { return ( <> <h1 id="a-page">A page</h1> <Link href="/">To home</Link> </> ) }