import get from 'lodash.get'
import Icon from 'shared/components/icon/index.js'
import nav from 'site/prebuild/navigation.js'
import Link from 'next/link'
import orderBy from 'lodash.orderby'
const keepClosed = ['blog', 'showcase', ]
const linkClasses = {className: 'hover:text-underline color-primary'}
const TopLevel = ({ icon, title, nav, current }) => (
{icon}
{title}