import React from 'react' import Head from 'next/head' import { useTranslation } from 'next-i18next' const NewHead = () => { // Import translations const { t } = useTranslation('common') return (