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