Home component displays an about section with a title, introductory text,
experience description, and a photo with name and role.
It fades in the content on mount by toggling opacity using a local state.
Uses `react-i18next` for translations.
- Description:
- Home component displays an about section with a title, introductory text, experience description, and a photo with name and role. It fades in the content on mount by toggling opacity using a local state. Uses `react-i18next` for translations.
- Source:
Returns:
The rendered Home section
- Type
- JSX.Element