import 'tippy.js/dist/tippy.css' import Image from 'next/image' import Link from 'next/link' const LogoGWK = '/images/logogwk.svg' //import { IconButton } from '@material-tailwind/react' function MobileMenu() { const hideMenus = function () { document.getElementById('menus-mobile').style.display = 'none' } const showMenus = function () { document.getElementById('menus-mobile').style.display = 'grid' } return ( <>