diff --git a/component/layout/NavBar.tsx b/component/layout/NavBar.tsx index 753d6a2..361750b 100644 --- a/component/layout/NavBar.tsx +++ b/component/layout/NavBar.tsx @@ -25,7 +25,7 @@ interface NavLink { // Configuration des liens de navigation avec leurs icônes const navLinks: NavLink[] = [ - { href: "#home", label: "Accueil", icon: Home }, + { href: "/", label: "Accueil", icon: Home }, { href: "#about", label: "À propos", icon: User }, { href: "#skills", label: "Compétences", icon: Code2 }, { href: "#projects", label: "Projets", icon: FolderKanban }, @@ -90,7 +90,7 @@ export default function NavBar() {