Products and Contact Page Updated
This commit is contained in:
parent
5c26f54506
commit
6fbfef459e
18
data/menu.js
18
data/menu.js
@ -51,15 +51,15 @@ export const menuData = [
|
|||||||
{ label: "404 Page", href: "/404" },
|
{ label: "404 Page", href: "/404" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// label: "Services",
|
label: "Services",
|
||||||
// href: "#",
|
href: "#",
|
||||||
// iconClass: "fa-regular fa-plus",
|
iconClass: "fa-regular fa-plus",
|
||||||
// submenu: [
|
submenu: [
|
||||||
// { label: "Services", href: "/service" },
|
{ label: "Services", href: "/service" },
|
||||||
// { label: "Service Details", href: "/service-details/1" },
|
{ label: "Service Details", href: "/service-details/1" },
|
||||||
// ],
|
],
|
||||||
// },
|
},
|
||||||
{
|
{
|
||||||
label: "Products",
|
label: "Products",
|
||||||
href: "/product",
|
href: "/product",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user