From 81ac3d831e90e012fee6eb5235fb4eb2d9a5d23c Mon Sep 17 00:00:00 2001 From: sebvtl728 Date: Thu, 23 Jan 2025 23:27:53 +0100 Subject: [PATCH] add bureauEtude --- frontend/src/components/Header.jsx | 13 ++ frontend/src/components/Pages/BureauEtude.jsx | 197 ++++++++++++++++++ frontend/src/main.jsx | 2 + 3 files changed, 212 insertions(+) create mode 100644 frontend/src/components/Pages/BureauEtude.jsx diff --git a/frontend/src/components/Header.jsx b/frontend/src/components/Header.jsx index 853beeb..076eb8d 100644 --- a/frontend/src/components/Header.jsx +++ b/frontend/src/components/Header.jsx @@ -213,6 +213,19 @@ const Header = () => { > À Propos + + + + ); +}; + +export default BureauEtudes; \ No newline at end of file diff --git a/frontend/src/main.jsx b/frontend/src/main.jsx index 4c89bf2..d08292a 100644 --- a/frontend/src/main.jsx +++ b/frontend/src/main.jsx @@ -13,6 +13,7 @@ const About = lazy(() => import('./components/Pages/About')); const Contact = lazy(() => import('./components/Pages/Contact')); const Post = lazy(() => import('./components/Pages/Post')); const Search = lazy(() => import('./components/Pages/Search')); // Nouveau composant pour la recherche +const BureauEtude = lazy(() => import('./components/Pages/BureauEtude')); // Import des services import ServiceUn from "./components/Pages/ServiceUn.jsx"; @@ -31,6 +32,7 @@ function YourApp() { } /> } /> + } /> } /> } /> } /> {/* Route pour les recherches */}