components/ui/NotFound

NotFound component – displays a custom 404 page with support for light/dark mode. The content includes: - A title with the error code - A brief error description - A link to return to the home page * The section features a fade-in effect managed via `useState` and `useEffect`. Strings are localized using `react-i18next`.
Description:
  • NotFound component – displays a custom 404 page with support for light/dark mode. The content includes: - A title with the error code - A brief error description - A link to return to the home page * The section features a fade-in effect managed via `useState` and `useEffect`. Strings are localized using `react-i18next`.
Source:
Returns:
The rendered 404 page
Type
JSX.Element