import { useMantineTheme } from '@mantine/core'; import Head from 'next/head'; export const CommonHead = () => { const { colorScheme } = useMantineTheme(); return (