import Link from 'next/link' export default function Page() { return ( <> <h1>Navigation worked!</h1> <Link href="/">Go back</Link> </> ) }