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