import { cn } from "@/lib/utils" export function Footer({ className }: { className?: string }) { const year = new Date().getFullYear() return ( ) }