import Background from "../../components/Background/Background"; import styles from "./PageNotFoundPage.module.css" import { useNavigate } from "react-router"; import { APP_CONFIG } from "../../config/appConfig.js"; export default function PageNotFoundPage() { const navigate = useNavigate(); return

Page non trouvée

Désolé, la page que vous recherchez n'existe pas ou n'est plus disponible.
Vous pouvez :
- Vérifier l'URL pour une éventuelle erreur de saisie.
- Revenir à l'accueil navigate("/")} className={styles.redirectSpan}>ici.

Contact : {APP_CONFIG.contactEmail}

}