--- const links = { home: "/", blog: "/blog", github: "https://github.com/getchoo", }; --- { Object.entries(links).map(([link, url]) => ( {link} )) }