diff --git a/src/layouts/AppLayout.jsx b/src/layouts/AppLayout.jsx
index 05411b0..05f3b68 100644
--- a/src/layouts/AppLayout.jsx
+++ b/src/layouts/AppLayout.jsx
@@ -9,10 +9,10 @@ const ConfirmLogoutModal = ({ isOpen, onClose, onConfirm }) => {
if (!isOpen) return null;
return (
-
-
+
{/* ========================================== */}
{/* BARRE LATÉRALE (SIDEBAR) */}
{/* ========================================== */}
Tableau de bord
Inventaire Réseau
-
+
// GESTION
@@ -145,7 +162,7 @@ export default function AppLayout() {
{/* Bas de la Sidebar (Déconnexion) */}
-
diff --git a/src/layouts/PublicLayout.jsx b/src/layouts/PublicLayout.jsx
index 6c619b6..ba439f5 100644
--- a/src/layouts/PublicLayout.jsx
+++ b/src/layouts/PublicLayout.jsx
@@ -5,8 +5,11 @@ export default function PublicLayout() {
return (
diff --git a/src/pages/public/Home.jsx b/src/pages/public/Home.jsx
index 8509464..6275d4c 100644
--- a/src/pages/public/Home.jsx
+++ b/src/pages/public/Home.jsx
@@ -2,18 +2,42 @@ import { Link } from 'react-router-dom';
export default function Home() {
return (
-
-
+
+
- Bienvenue dans l'infrastructure GISE
+ NEXUS
+
+ by gise
+
-
-
+ Bienvenue dans l'infrastructure
+
+
+
{/* LE BOUTON D'ACTION PRINCIPAL REDIRIGE VERS /REGISTER */}
-
+
Démarrer le déploiement