+
+ {navItems.map((item) => (
+
+ `flex flex-col items-center justify-center py-3 px-4 flex-1 transition-all duration-200 font-satoshi tracking-wide ${
+ isActive
+ ? "text-purple-600"
+ : "text-gray-500 hover:text-gray-700"
+ }`
+ }
+ >
+ {({ isActive }) => (
+ <>
+
+
+ {item.label}
+
+ >
+ )}
+
+ ))}
+
-