import Link from "next/link"; import { Logo } from "./Logo"; import { BRAND } from "@/lib/site"; export function Footer() { return ( ); }