- {/* Desktop Navigation */}
-
-
- {navItems.map((item) => (
-
twMerge(
- "relative px-4 py-2.5 text-sm font-medium",
- "text-gray-300 hover:text-white",
- "transition-all duration-200 ease-out group",
- active && "text-white"
- )}
- >
-
- {item.icon}
- {item.label}
-
+ return (
+
- {/* Mobile Navigation */}
-
-
- {navItems.map((item) => (
- twMerge(
- "px-3 py-1.5 text-sm font-medium rounded-full",
- "transition-colors duration-200",
- "text-gray-300 hover:text-white",
- active && "bg-blue-500/20 text-white"
- )}
- >
-
- {item.icon}
- {item.label}
-
-
- ))}
-
-
-
-
- );
+ {/* Mobile Navigation */}
+
+
+ {navItems.map((item) => (
+
+ twMerge(
+ "px-3 py-1.5 text-sm font-medium rounded-full",
+ "transition-colors duration-200",
+ "text-gray-300 hover:text-white",
+ active && "bg-blue-500/20 text-white"
+ )
+ }>
+
+ {item.icon}
+ {item.label}
+
+
+ ))}
+
+
+
+