import { getI18n } from '@/i18n/i18n.server' export const ProfileInformation: React.FC = () => { const i18n = getI18n() return (

Théo LUDWIG

{i18n.translate('home.about.description')}

) }