export function Footer() { return ( ) } function FooterLink({ href, label }: { href: string; label: string }) { return (
  • {label}
  • ) }