import Link from "next/link"; const LINKS = [ { label: "FAQ", href: "/faq" }, { label: "Community", href: "/community" }, { label: "Privacy", href: "/privacy" }, { label: "Terms", href: "/terms" }, { label: "Contact", href: "/contact" }, ]; export function Footer() { return ( ); }