+
+ {/* Home tab — always a Link */}
+
+
+
+
+ {/* Collection tab — Link if authenticated, button if anonymous */}
+ {isAuthenticated ? (
+
+
+
+ ) : (
+
+ )}
+
+ {/* Setups tab — Link if authenticated, button if anonymous */}
+ {isAuthenticated ? (
+
+
+
+ ) : (
+
+ )}
+
+ {/* Search tab — always a button, opens CatalogSearchOverlay */}
+
+
+
+ );
+}