From fb46bcab1f04de8245654a730e6753dcfa4b055d Mon Sep 17 00:00:00 2001 From: Ashwani Senapati Date: Mon, 19 Jan 2026 22:55:31 +0530 Subject: [PATCH] fix:minor fixes --- src/app/components/Navbar.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",