import HeaderNav from "@/components/HeaderNav"; import { toggleMobileMenu } from "@/utils/toggleMobileMenu"; import Image from "next/image"; import Link from "next/link"; export default function Header1Multipage({ links }: any) { return (
{/* Logo (* Add your text or image to the link tag. Use SVG or PNG image format. If you use a PNG logo image, the image resolution must be equal 200% of the visible logo image size for support of retina screens. See details in the template documentation. *) */}
Your Company Logo Your Company Logo
{/* Mobile Menu Button */}
Menu
{/* Main Menu */}
    {/* Item With Sub */} {/* End Item With Sub */}
    {/* Languages */} {/* */} {/* End Languages */}
{/* End Main Menu */}
); }