import Link from 'next/link'; export const Footer = () => { const navigation = [ { name: 'Privacy', href: '/privacy' }, { name: 'Contact', href: '/contact' }, { name: 'Github', href: 'https://github.com/fluid-design-io/fluid.git', }, ]; return ( ); };