Menu fix
This commit is contained in:
@@ -95,7 +95,7 @@ const ServiceV1 = () => {
|
||||
<p className="font-rubik">
|
||||
Now, what does performance marketing entail? It’s about deploying strategies that hit the mark, such as:
|
||||
</p>
|
||||
<ul className="list-item-one">
|
||||
<ul className="list-item-one" style={{listType:'block'}}>
|
||||
<li> Crafting targeted advertising campaigns</li>
|
||||
<li>Launching paid media ads that speak to the heart</li>
|
||||
<li>Employing retargeting strategies to keep your brand top-of-mind</li>
|
||||
|
||||
@@ -59,19 +59,7 @@ const Header = () => {
|
||||
<MegaMenu />
|
||||
{/* End MegaMenu */}
|
||||
|
||||
{/*<ul className="right-button-group d-flex align-items-center justify-content-center">*/}
|
||||
{/* <li>*/}
|
||||
{/* <Link href="/login" className="signIn-action">*/}
|
||||
{/* Login*/}
|
||||
{/* </Link>*/}
|
||||
{/* </li>*/}
|
||||
{/* <li>*/}
|
||||
{/* <Link href="/signup" className="signUp-action">*/}
|
||||
{/* Get Started*/}
|
||||
{/* </Link>*/}
|
||||
{/* </li>*/}
|
||||
{/*</ul>*/}
|
||||
{/* End right-button-group */}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+250
-294
@@ -7,10 +7,10 @@ import { usePathname } from 'next/navigation';
|
||||
import React , {useState,useEffect} from 'react'
|
||||
export const menuList = [
|
||||
{
|
||||
title: "Home",
|
||||
title: "Bread Agency",
|
||||
links: [
|
||||
{
|
||||
label: "Event Organiser",
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
@@ -29,300 +29,256 @@ export const menuList = [
|
||||
label: "Product landing",
|
||||
href: "/product-landing",
|
||||
},
|
||||
{
|
||||
label: "Product landing Dark",
|
||||
href: "/product-landing-dark",
|
||||
},
|
||||
{
|
||||
label: "Note Taking App landing",
|
||||
href: "/note-taking-landing",
|
||||
},
|
||||
{
|
||||
label: "Video Editor Landing",
|
||||
href: "/video-editor-landing",
|
||||
},
|
||||
{
|
||||
label: "Appointment Scheduling",
|
||||
href: "/appointment-scheduling",
|
||||
},
|
||||
{
|
||||
label: "Mobile App",
|
||||
href: "/mobile-app-landing",
|
||||
},
|
||||
{
|
||||
label: "Doc Signature",
|
||||
href: "/doc-signature",
|
||||
},
|
||||
{
|
||||
label: "Website Builder",
|
||||
href: "/website-builder",
|
||||
},
|
||||
{
|
||||
label: "Form Survey",
|
||||
href: "/form-survey-landing",
|
||||
},
|
||||
{
|
||||
label: "VR Landing",
|
||||
href: "/vr-landing",
|
||||
},
|
||||
{
|
||||
label: "E-Commerce",
|
||||
href: "/e-commerce",
|
||||
},
|
||||
{
|
||||
label: "Coming Soon",
|
||||
href: "/coming-soon",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Pages",
|
||||
links: [
|
||||
{
|
||||
title: "Pricing",
|
||||
links: [
|
||||
{
|
||||
label: "Customer Support",
|
||||
href: "/pricing-cs",
|
||||
},
|
||||
{
|
||||
label: "Event Organiser",
|
||||
href: "/pricing-eo",
|
||||
},
|
||||
{
|
||||
label: "Project Management",
|
||||
href: "/pricing-pm",
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
|
||||
links:[
|
||||
{
|
||||
label: "Customer Support",
|
||||
href: "/about-cs",
|
||||
},
|
||||
{
|
||||
label: "Event Organiser",
|
||||
href: "/about-eo",
|
||||
},
|
||||
{
|
||||
label: "Project Management",
|
||||
href: "/about-pm",
|
||||
},
|
||||
{
|
||||
label: "Documentation",
|
||||
href: "/about-doc",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
links: [
|
||||
{
|
||||
label: "Custom Support",
|
||||
href: "/contact-cs",
|
||||
},
|
||||
{
|
||||
label: "Event Organizer",
|
||||
href: "/contact-eo",
|
||||
},
|
||||
{
|
||||
label: "Project Management",
|
||||
href: "/contact-pm",
|
||||
},
|
||||
{
|
||||
label: "Documentation",
|
||||
href: "/contact-doc",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Teams",
|
||||
links: [
|
||||
{
|
||||
label: "Team Version 01",
|
||||
href: "/team-1",
|
||||
},
|
||||
{
|
||||
label: "Team Version 02",
|
||||
href: "/team-2",
|
||||
},
|
||||
{
|
||||
label: "Team Version 03",
|
||||
href: "/team-3",
|
||||
},
|
||||
{
|
||||
label: "Team Version 04",
|
||||
href: "/team-4",
|
||||
},
|
||||
{
|
||||
label: "Team Version 05",
|
||||
href: "/team-5",
|
||||
},
|
||||
{
|
||||
label: "Team Version 06",
|
||||
href: "/team-6",
|
||||
},
|
||||
{
|
||||
label: "Team Details",
|
||||
href: "/teams/1",
|
||||
},
|
||||
{
|
||||
label: "Team Details Slider",
|
||||
href: "/team-details-v2/1",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ href: "/faq", label: "Faq" },
|
||||
{ href: "/faqs/2", label: "Faq Details" },
|
||||
|
||||
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Features",
|
||||
links: [
|
||||
{
|
||||
title: "Services",
|
||||
links: [
|
||||
{
|
||||
label: "Service Version 01",
|
||||
href: "/service-v1",
|
||||
},
|
||||
{
|
||||
label: "Service Version 02",
|
||||
href: "/service-v2",
|
||||
},
|
||||
{
|
||||
label: "Service Version 03",
|
||||
href: "/service-v3",
|
||||
},
|
||||
{
|
||||
label: "Service Version 04",
|
||||
href: "/service-v4",
|
||||
},
|
||||
{
|
||||
label: "Service Details",
|
||||
href: "/services/3",
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Miscellaneous",
|
||||
links: [
|
||||
{
|
||||
label: "Terms & Condition",
|
||||
href: "/terms-conditions",
|
||||
},
|
||||
{
|
||||
label: "Login",
|
||||
href: "/login",
|
||||
},
|
||||
{
|
||||
label: "Signup",
|
||||
href: "/signup",
|
||||
},
|
||||
{
|
||||
label: "404",
|
||||
href: "/not-found",
|
||||
},
|
||||
]
|
||||
},
|
||||
{ href: "/solution-management", label: "Our Solution" },
|
||||
{ href: "/product-customer-support", label: "Product Features" },
|
||||
{ href: "/features-customer-support", label: "Our Features" },
|
||||
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Portfolio",
|
||||
links: [
|
||||
{
|
||||
label: "Classic Style",
|
||||
href: "/classic-style",
|
||||
},
|
||||
{
|
||||
label: "Grid 2 Columns",
|
||||
href: "/grid-two-col",
|
||||
},
|
||||
{
|
||||
label: "Grid 3 Columns",
|
||||
href: "/grid-three-col",
|
||||
},
|
||||
{
|
||||
label: "Gallery Slider",
|
||||
href: "/gallery-slider",
|
||||
},
|
||||
{
|
||||
label: "Grid Single",
|
||||
href: "/grid-single",
|
||||
},
|
||||
{
|
||||
label: "Classic Details",
|
||||
href: "/portfolios/2",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Blogs",
|
||||
links: [
|
||||
{
|
||||
label: "Blog Version 01",
|
||||
href: "/blog-v1",
|
||||
},
|
||||
{
|
||||
label: "Blog Version 02",
|
||||
href: "/blog-v2",
|
||||
},
|
||||
{
|
||||
label: "Blog Version 03",
|
||||
href: "/blog-v3",
|
||||
},
|
||||
{
|
||||
label: "Blog Version 04",
|
||||
href: "/blog-v4",
|
||||
},
|
||||
{
|
||||
label: "Blog Version 05",
|
||||
href: "/blog-v5",
|
||||
},
|
||||
{
|
||||
label: "Blog Version 06",
|
||||
href: "/blog-v6",
|
||||
},
|
||||
{
|
||||
label: "Blog Details",
|
||||
href: "/blogs/3",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Docs",
|
||||
links: [
|
||||
{
|
||||
label: "Full Width",
|
||||
href: "/doc-full-width",
|
||||
},
|
||||
{
|
||||
label: "Full Width Banner",
|
||||
href: "/doc-full-width-banner",
|
||||
},
|
||||
{
|
||||
label: "Doc Box",
|
||||
href: "/doc-box",
|
||||
},
|
||||
{
|
||||
label: "Doc Box With Banner",
|
||||
href: "/doc-box-with-banner",
|
||||
},
|
||||
{
|
||||
label: "Changelog",
|
||||
href: "/changelog",
|
||||
},
|
||||
],
|
||||
},
|
||||
// {
|
||||
// title: "Pages",
|
||||
// links: [
|
||||
// {
|
||||
// title: "Pricing",
|
||||
// links: [
|
||||
// {
|
||||
// label: "Customer Support",
|
||||
// href: "/pricing-cs",
|
||||
// },
|
||||
// {
|
||||
// label: "Event Organiser",
|
||||
// href: "/pricing-eo",
|
||||
// },
|
||||
// {
|
||||
// label: "Project Management",
|
||||
// href: "/pricing-pm",
|
||||
// },
|
||||
// ]
|
||||
// },
|
||||
// {
|
||||
// title: "About Us",
|
||||
//
|
||||
// links:[
|
||||
// {
|
||||
// label: "Customer Support",
|
||||
// href: "/about-cs",
|
||||
// },
|
||||
// {
|
||||
// label: "Event Organiser",
|
||||
// href: "/about-eo",
|
||||
// },
|
||||
// {
|
||||
// label: "Project Management",
|
||||
// href: "/about-pm",
|
||||
// },
|
||||
// {
|
||||
// label: "Documentation",
|
||||
// href: "/about-doc",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// title: "Contact",
|
||||
// links: [
|
||||
// {
|
||||
// label: "Custom Support",
|
||||
// href: "/contact-cs",
|
||||
// },
|
||||
// {
|
||||
// label: "Event Organizer",
|
||||
// href: "/contact-eo",
|
||||
// },
|
||||
// {
|
||||
// label: "Project Management",
|
||||
// href: "/contact-pm",
|
||||
// },
|
||||
// {
|
||||
// label: "Documentation",
|
||||
// href: "/contact-doc",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// title: "Teams",
|
||||
// links: [
|
||||
// {
|
||||
// label: "Team Version 01",
|
||||
// href: "/team-1",
|
||||
// },
|
||||
// {
|
||||
// label: "Team Version 02",
|
||||
// href: "/team-2",
|
||||
// },
|
||||
// {
|
||||
// label: "Team Version 03",
|
||||
// href: "/team-3",
|
||||
// },
|
||||
// {
|
||||
// label: "Team Version 04",
|
||||
// href: "/team-4",
|
||||
// },
|
||||
// {
|
||||
// label: "Team Version 05",
|
||||
// href: "/team-5",
|
||||
// },
|
||||
// {
|
||||
// label: "Team Version 06",
|
||||
// href: "/team-6",
|
||||
// },
|
||||
// {
|
||||
// label: "Team Details",
|
||||
// href: "/teams/1",
|
||||
// },
|
||||
// {
|
||||
// label: "Team Details Slider",
|
||||
// href: "/team-details-v2/1",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// { href: "/faq", label: "Faq" },
|
||||
// { href: "/faqs/2", label: "Faq Details" },
|
||||
//
|
||||
//
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// title: "Features",
|
||||
// links: [
|
||||
// {
|
||||
// title: "Services",
|
||||
// links: [
|
||||
// {
|
||||
// label: "Service Version 01",
|
||||
// href: "/service-v1",
|
||||
// },
|
||||
// {
|
||||
// label: "Service Version 02",
|
||||
// href: "/service-v2",
|
||||
// },
|
||||
// {
|
||||
// label: "Service Version 03",
|
||||
// href: "/service-v3",
|
||||
// },
|
||||
// {
|
||||
// label: "Service Version 04",
|
||||
// href: "/service-v4",
|
||||
// },
|
||||
// {
|
||||
// label: "Service Details",
|
||||
// href: "/services/3",
|
||||
// },
|
||||
// ]
|
||||
// },
|
||||
// {
|
||||
// title: "Miscellaneous",
|
||||
// links: [
|
||||
// {
|
||||
// label: "Terms & Condition",
|
||||
// href: "/terms-conditions",
|
||||
// },
|
||||
// {
|
||||
// label: "Login",
|
||||
// href: "/login",
|
||||
// },
|
||||
// {
|
||||
// label: "Signup",
|
||||
// href: "/signup",
|
||||
// },
|
||||
// {
|
||||
// label: "404",
|
||||
// href: "/not-found",
|
||||
// },
|
||||
// ]
|
||||
// },
|
||||
// { href: "/solution-management", label: "Our Solution" },
|
||||
// { href: "/product-customer-support", label: "Product Features" },
|
||||
// { href: "/features-customer-support", label: "Our Features" },
|
||||
//
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// title: "Portfolio",
|
||||
// links: [
|
||||
// {
|
||||
// label: "Classic Style",
|
||||
// href: "/classic-style",
|
||||
// },
|
||||
// {
|
||||
// label: "Grid 2 Columns",
|
||||
// href: "/grid-two-col",
|
||||
// },
|
||||
// {
|
||||
// label: "Grid 3 Columns",
|
||||
// href: "/grid-three-col",
|
||||
// },
|
||||
// {
|
||||
// label: "Gallery Slider",
|
||||
// href: "/gallery-slider",
|
||||
// },
|
||||
// {
|
||||
// label: "Grid Single",
|
||||
// href: "/grid-single",
|
||||
// },
|
||||
// {
|
||||
// label: "Classic Details",
|
||||
// href: "/portfolios/2",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// title: "Blogs",
|
||||
// links: [
|
||||
// {
|
||||
// label: "Blog Version 01",
|
||||
// href: "/blog-v1",
|
||||
// },
|
||||
// {
|
||||
// label: "Blog Version 02",
|
||||
// href: "/blog-v2",
|
||||
// },
|
||||
// {
|
||||
// label: "Blog Version 03",
|
||||
// href: "/blog-v3",
|
||||
// },
|
||||
// {
|
||||
// label: "Blog Version 04",
|
||||
// href: "/blog-v4",
|
||||
// },
|
||||
// {
|
||||
// label: "Blog Version 05",
|
||||
// href: "/blog-v5",
|
||||
// },
|
||||
// {
|
||||
// label: "Blog Version 06",
|
||||
// href: "/blog-v6",
|
||||
// },
|
||||
// {
|
||||
// label: "Blog Details",
|
||||
// href: "/blogs/3",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// title: "Docs",
|
||||
// links: [
|
||||
// {
|
||||
// label: "Full Width",
|
||||
// href: "/doc-full-width",
|
||||
// },
|
||||
// {
|
||||
// label: "Full Width Banner",
|
||||
// href: "/doc-full-width-banner",
|
||||
// },
|
||||
// {
|
||||
// label: "Doc Box",
|
||||
// href: "/doc-box",
|
||||
// },
|
||||
// {
|
||||
// label: "Doc Box With Banner",
|
||||
// href: "/doc-box-with-banner",
|
||||
// },
|
||||
// {
|
||||
// label: "Changelog",
|
||||
// href: "/changelog",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
];
|
||||
export default function MobileMenuTwo() {
|
||||
const [showMenu, setShowMenu] = useState(false);
|
||||
|
||||
Reference in New Issue
Block a user