merge right nav

This commit is contained in:
priyanshuvish
2025-10-17 18:08:21 +05:30
parent ac5eded430
commit b72c8a88d4

View File

@@ -326,7 +326,13 @@ export default function Navbar({
</Link>
</motion.div>
<div className="absolute left-1/2 -translate-x-1/2 flex items-center gap-5">
{/* <div className="absolute left-1/2 -translate-x-1/2 flex items-center gap-5">
</div> */}
{/* Right Section */}
<div className="flex items-center gap-3">
{/* Navigation Items based on page type */}
{navigationItems.map((item) => (
<Link
@@ -397,10 +403,6 @@ export default function Navbar({
</div>
}
/>
</div>
{/* Right Section */}
<div className="flex items-center gap-3">
{/* Language Dropdown */}
<Dropdown
ref={languageRef}