import { Sparkles } from 'lucide-react'; import { cn } from '@/lib/utils'; interface FooterProps { className?: string; } export function Footer({ className }: FooterProps) { return ( ); }