From 6fbfef459e8537ef4f1d58f7de99ac98b8f14b77 Mon Sep 17 00:00:00 2001 From: akashluca-l Date: Fri, 18 Jul 2025 11:28:01 +0530 Subject: [PATCH] Products and Contact Page Updated --- data/menu.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/data/menu.js b/data/menu.js index a129f71..db5ab12 100644 --- a/data/menu.js +++ b/data/menu.js @@ -51,15 +51,15 @@ export const menuData = [ { label: "404 Page", href: "/404" }, ], }, - // { - // label: "Services", - // href: "#", - // iconClass: "fa-regular fa-plus", - // submenu: [ - // { label: "Services", href: "/service" }, - // { label: "Service Details", href: "/service-details/1" }, - // ], - // }, + { + label: "Services", + href: "#", + iconClass: "fa-regular fa-plus", + submenu: [ + { label: "Services", href: "/service" }, + { label: "Service Details", href: "/service-details/1" }, + ], + }, { label: "Products", href: "/product",