setIsMenuOpen(false)}
className={`w-full text-center py-5 px-6 rounded-3xl text-2xl font-black transition-all ${
isActive("/")
? "bg-red-50 text-[#EE0434]"
: "text-slate-800 hover:bg-slate-50"
}`}
>
{t("home")}
{products.map((c) => (
))}
{guideItems.map((item) => (
))}
setIsMenuOpen(false)}
className={`w-full text-center py-5 px-6 rounded-3xl text-2xl font-black transition-all ${
isActive("/news")
? "bg-red-50 text-[#EE0434]"
: "text-slate-800 hover:bg-slate-50"
}`}
>
{t("news")}
setIsMenuOpen(false)}
className={`w-full text-center py-5 px-6 rounded-3xl text-2xl font-black transition-all ${
isActive("/contact")
? "bg-red-50 text-[#EE0434]"
: "text-slate-800 hover:bg-slate-50"
}`}
>
{t("contact")}
{account !== null && (
)}
{t("selectLanguage")}
{languages.map((lang) => (
))}