import Link from 'next/link' export default () => { return (

to /first

) }