import React from 'react' import Head from 'next/head' import { useTranslations } from 'next-intl' const TeamsHead = () => { // Import translations const t = useTranslations('common') return (