export const menus = [
    {
        label: "Home",
        link: "/kinetic",
    },
    // {
    //     label: "About",
    //     link: "#",
    //     // submenu: [
    //     //     {
    //     //         label: "About Us",
    //     //         link: "/about/",
    //     //     },
    //     //     {
    //     //         label: "About Us Two",
    //     //         link: "/about2/",
    //     //     },
    //     //     {
    //     //         label: "Team 1",
    //     //         link: "/team/",
    //     //     },
    //     //     {
    //     //         label: "Team 2",
    //     //         link: "/team2/",
    //     //     },
    //     //     {
    //     //         label: "Features",
    //     //         link: "/features/",
    //     //     },
    //     //     {
    //     //         label: "Pricing",
    //     //         link: "/pricing/",
    //     //     },
    //     //     {
    //     //         label: "Partner",
    //     //         link: "/partner/",
    //     //     },
    //     //     {
    //     //         label: "Login",
    //     //         link: "/login/",
    //     //     },
    //     //     {
    //     //         label: "Signup",
    //     //         link: "/signup/",
    //     //     },
    //     //     {
    //     //         label: "Faq",
    //     //         link: "/faq/",
    //     //     },
    //     // ],
    // },
    {
        label: "Services",
        link: "/our-services",
    },
    {
        label: "Business",
        link: "/our-business",
        // submenu: [
        //     {
        //         label: "Projects Style One",
        //         link: "/projects/",
        //     },
        //     {
        //         label: "Projects Style Two",
        //         link: "/projects/2/",
        //     },
        //     {
        //         label: "Projects Style Three",
        //         link: "/projects/3/",
        //     },
        //     {
        //         label: "Projects Style Four",
        //         link: "/projects/4/",
        //     },
        //     {
        //         label: "Project Details",
        //         link: "/projects/details/",
        //     },
        // ],
    },
    {
        label: "Compliance",
        link: "/our-compliance",
    },
    {
        label: "Partners",
        link: "/kinetic/#ourPartners",
    },
    {
        label: "Locations",
        link: "/kinetic/#locations",
    },
    {
        label: "Contact",
        link: "/our-contact",
    },
]
