import { getI18n } from "@/i18n/i18n.server" export const ProfileInformation = (): JSX.Element => { const i18n = getI18n() return (

Théo LUDWIG

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

) }