import { TOGETHER_LINK } from "@/lib/utils"; import { Github } from "lucide-react"; import Link from "next/link"; function XIcon({ className }: { className?: string }) { return ( ); } export function Footer() { return ( ); }