--- import { navLinks } from '../../data/nav-links'; --- { navLinks.map((link) => ( {link.label} )) }