@@ -49,17 +35,17 @@ export default function page() {
- Turnkey Solutions
+ About Us
-
+
+
>
);
diff --git a/components/contact/Map.jsx b/components/contact/Map.jsx
index a86db77..db50a2c 100644
--- a/components/contact/Map.jsx
+++ b/components/contact/Map.jsx
@@ -2,7 +2,7 @@ import React from "react";
export default function Map() {
return (
-
*/}
);
diff --git a/data/menu.js b/data/menu.js
index 8a931a3..2fa99a2 100644
--- a/data/menu.js
+++ b/data/menu.js
@@ -31,26 +31,26 @@ export const menuData = [
label: "About Us",
href: "/about",
},
- {
- label: "Pages",
- href: "#",
- iconClass: "fa-regular fa-plus",
- className: "has-dropdown",
- submenu: [
- {
- label: "Our Team",
- href: "#",
- iconClass: "fas fa-angle-down",
- submenu: [
- { label: "Our Team", href: "/team" },
- { label: "Team Details", href: "/team-details/1" },
- ],
- },
- { label: "Pricing", href: "/pricing" },
- { label: "Faq's", href: "/faq" },
- { label: "404 Page", href: "/404" },
- ],
- },
+ // {
+ // label: "Pages",
+ // href: "#",
+ // iconClass: "fa-regular fa-plus",
+ // className: "has-dropdown",
+ // submenu: [
+ // {
+ // label: "Our Team",
+ // href: "#",
+ // iconClass: "fas fa-angle-down",
+ // submenu: [
+ // { label: "Our Team", href: "/team" },
+ // { label: "Team Details", href: "/team-details/1" },
+ // ],
+ // },
+ // { label: "Pricing", href: "/pricing" },
+ // { label: "Faq's", href: "/faq" },
+ // { label: "404 Page", href: "/404" },
+ // ],
+ // },
// {
// label: "Services",
// href: "#",
diff --git a/public/assets/scss/_header.scss b/public/assets/scss/_header.scss
index 70e5fce..41028e2 100644
--- a/public/assets/scss/_header.scss
+++ b/public/assets/scss/_header.scss
@@ -941,8 +941,8 @@
position: relative;
overflow: hidden;
z-index: 9;
- padding-top: 190px;
- padding-bottom: 50px;
+ padding-top: 20px;
+ padding-bottom: 20px;
@include breakpoint (max-xl) {
padding-top: 80px;