import Link from 'next/link' export default function Start() { return ( <form> <Link href="/some-page">Navigate</Link> </form> ) }