"use client"; import { toggleMobileMenu } from "@/utils/toggleMobileMenu"; import Image from "next/image"; import Link from "next/link"; import React from "react"; import Nav2 from "@/components/Nav"; import LanguageSelect from "@/components/LanguageSelect"; 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 */}
  • Lets work together
{/* End Main Menu */}
); }