It would be best if you used the <Script> element from NextJS, is not necessary to combine it with <Head>, actually is possible it will not work. So Instead is better to pass strategy="beforeInteractive" property on <Script> element
<Script>
<Head>
strategy="beforeInteractive"