+ {[
+ { href: "/", label: "Home" },
+ { href: "/categories", label: "Categories" },
+ { href: "/clinic", label: "Clinic" },
+ { href: "/contact", label: "Contact" },
+ ].map(({ href, label }) => (
+
+ {label}
+
+ ))}
+
+
+
+
+ {isDropdownOpen && (
+
+ {languages.map(({ label, value }) => (
+
+ ))}
+
+ )}
+
+
+