chore:added navlinks

This commit is contained in:
Ashwani Senapati
2026-01-19 12:45:55 +05:30
parent ebac26038d
commit 420332cae4

View File

@@ -45,9 +45,11 @@ const DROPDOWN_CONFIG = {
},
};
// ✅ Direct link configurations
// ✅ Direct link configurations - UPDATED WITH NEW LINKS
const DIRECT_LINKS = {
Home: "/",
"About Us": "#about",
"What We Do": "#processhead",
Projects: "/projects",
Achievements: "/achievements",
Events: "/events",
@@ -89,8 +91,11 @@ export default function Navbar() {
const toggleMenu = () => setIsOpen((v) => !v);
// ✅ Updated mainLinks array with new links in appropriate order
const mainLinks = [
"Home",
"About Us",
"What We Do",
"Projects",
"Events",
"Team",