const Footer = () => { const navLinks = [ { label: 'Accueil', href: 'https://www.fundora.fr/' }, { label: 'À propos', href: 'https://www.fundora.fr/a-propos' }, { label: 'Nos services', href: 'https://www.fundora.fr/nos-services' }, { label: 'Blog', href: 'https://www.fundora.fr/news' }, ]; const infoLinks = [ { label: 'Contact', href: 'https://www.fundora.fr/contact' }, { label: 'FAQ', href: 'https://www.fundora.fr/questions' }, { label: 'Politique de confidentialité', href: 'https://www.fundora.fr/ressources/privacy-policy' }, { label: 'Mentions légales', href: 'https://www.fundora.fr/ressources/legals' }, ]; return ( ); }; window.Footer = Footer;