import { Coffee } from 'lucide-react'; import Image from 'next/image'; import Link from 'next/link'; import { DONATE_URL, GITHUB_REPO } from '@/lib/constants'; export function Footer() { return ( ); }