import { useTranslations } from 'next-intl'; export default function HomePage() { const t = useTranslations('HomePage'); return (