import { t } from '@/lib/i18n' export function PresentationFormHeader(): React.ReactElement { return (

{t('presentation.description')}

{t('presentation.profileNote')}

) }