handleNav('/')}
onkeypress={(e) => e.key === 'Enter' && handleNav('/')}
role="button"
tabindex="0"
>
{#each menuItems as slide}
handleNav(slide.path)}
onkeypress={(e) => e.key === 'Enter' && handleNav(slide.path)}
role="button"
tabindex="0"
>
{getTitle(slide)}
{/each}
e.key === 'Enter' && toggleMenu()}
role="button"
tabindex="0"
>