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

Обо мне

{t('summary')}
); }