import Link from "next/link"; import { TrptkLogo } from "../icons/TrptkLogo"; import { ArrowLink } from "../ArrowLink"; const navCol1 = [ { href: "/", label: "Home" }, { href: "/blog", label: "Blog" }, { href: "/concerts", label: "Concerts" }, { href: "/artists", label: "Artists" }, { href: "/composers", label: "Composers" }, { href: "/releases", label: "Releases" }, ]; const navCol2 = [ { href: "/about", label: "About us" }, { href: "/team", label: "Our team" }, { href: "/studio", label: "Our studio" }, { href: "/label", label: "Label" }, { href: "/services", label: "Services" }, ]; const navCol3 = [ { href: "/faq", label: "Frequently asked questions" }, { href: "/terms-conditions", label: "Terms & conditions" }, { href: "/privacy-policy", label: "Privacy policy" }, { href: "/cookie-management", label: "Cookie management" }, { href: "/contact", label: "Contact" }, ]; export function Footer() { return (