function Nav() { const links = [ ['the idea', '#concept'], ['next story', '#story'], ['next event', '#gathering'], ['join us', '#join'], ]; return ( ); } window.Nav = Nav;