import Head from 'next/head' export default () => { return (

next/head should be placed above the document/head.

) }