// Top nav function Nav({ current }) { const { Icon } = window; const links = [ ['Acheter', 'acheter.html'], ['Vendre', 'vendre.html'], ['Paiement', 'paiement.html'], ['Tarifs', 'tarifs.html'], ['À propos', 'a-propos.html'], ['Contact', 'contact.html'], ]; return ( ); } window.Nav = Nav;