import { useTranslations } from 'next-intl'; import { Section, Container } from '@/components/ui'; import Image from 'next/image'; export default function TeamPage() { const t = useTranslations('Team'); return (
{t('legacy.p1')}
{t('legacy.p2')}
{t(`manifesto.items.${idx}.description`)}