diff --git a/src/app/components/Navbar.jsx b/src/app/components/Navbar.jsx index 6c1b5ea..6c5836f 100644 --- a/src/app/components/Navbar.jsx +++ b/src/app/components/Navbar.jsx @@ -49,8 +49,8 @@ const DROPDOWN_CONFIG = { // ✅ Direct link configurations - UPDATED WITH NEW LINKS const DIRECT_LINKS = { Home: "/", - "About Us": "#about", - "What We Do": "#processhead", + "About Us": "/#about", + "What We Do": "/#processhead", Projects: "/projects", Achievements: "/achievements", Events: "/events",