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