import Link from 'next/link' export default () => ( <div> <h1>Hello World!</h1> <br /> <br /> <Link href="/page1">Without font</Link> </div> )