import { SchemeSwitch } from "@/features/colorSchemeSwitch"; import { PersonIcon, SearchIcon } from "@/shared/assets/icons"; import { MobileMenu } from "./mobileMenu/mobileMenu"; import Link from "next/link"; const sections = [ { title: "Игры", href: "/games" }, { title: "Фильмы", href: "/films" }, { title: "Аудиокниги", href: "/audiobooks" }, ]; export const Header = () => { return (

.Torrent

{sections.map((section) => ( {section.title} ))}
Войти
); };