import { HomeIcon } from '@heroicons/react/20/solid' const pages = [ { name: 'Projects', href: '#', current: false }, { name: 'Project Nero', href: '#', current: true }, ] export default function Example() { return ( ) }