From 5fe8d6dc8e504ea3ed694146771df3fad5cdd903 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 25 Dec 2024 13:24:15 -0500 Subject: [PATCH] upper menu --- components/layout/Layout.js | 26 ++++++------ components/layout/Menu.js | 7 ++-- components/layout/header/Header1.js | 2 +- components/sections/MermsHowItWorks.js | 58 ++++++++++++++++++++++++++ pages/ProductHome.js | 2 + public/css/merms.css | 4 ++ 6 files changed, 81 insertions(+), 18 deletions(-) create mode 100644 components/sections/MermsHowItWorks.js diff --git a/components/layout/Layout.js b/components/layout/Layout.js index c16642e..5c6f2cf 100644 --- a/components/layout/Layout.js +++ b/components/layout/Layout.js @@ -17,20 +17,20 @@ export default function Layout({ headerStyle, footerStyle, headTitle, breadcrumb !isMobileMenu ? document.body.classList.add("wsactive") : document.body.classList.remove("wsactive") } - // useEffect(() => { - // const WOW = require('wowjs') - // window.wow = new WOW.WOW({ - // live: false - // }) - // window.wow.init() + useEffect(() => { + const WOW = require('wowjs') + window.wow = new WOW.WOW({ + live: false + }) + window.wow.init() - // document.addEventListener("scroll", () => { - // const scrollCheck = window.scrollY > 100 - // if (scrollCheck !== scroll) { - // setScroll(scrollCheck) - // } - // }) - // }, []) + document.addEventListener("scroll", () => { + const scrollCheck = window.scrollY > 100 + if (scrollCheck !== scroll) { + setScroll(scrollCheck) + } + }) + }, []) return ( <> diff --git a/components/layout/Menu.js b/components/layout/Menu.js index 1aeb915..6b03516 100644 --- a/components/layout/Menu.js +++ b/components/layout/Menu.js @@ -13,10 +13,9 @@ export default function Menu() { About
  • Why MERMS?
  • -
  • Integrations
  • -
  • How It Works
  • -
  • Best Solutions
  • -
  • Testimonials
  • +
  • How It Works
  • +
  • Contacts Us
  • +
  • F.A.Q.
{/* SIMPLE NAVIGATION LINK */} diff --git a/components/layout/header/Header1.js b/components/layout/header/Header1.js index c5802da..d61b796 100644 --- a/components/layout/header/Header1.js +++ b/components/layout/header/Header1.js @@ -12,7 +12,7 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, header {/* NAVIGATION MENU */} -
+
{/* HEADER BLACK LOGO */}
diff --git a/components/sections/MermsHowItWorks.js b/components/sections/MermsHowItWorks.js new file mode 100644 index 0000000..e01af88 --- /dev/null +++ b/components/sections/MermsHowItWorks.js @@ -0,0 +1,58 @@ + + +export default function MermsHowItWorks() { + return ( + <> +
+
+ {/* SECTION TITLE */} +
+
+
+ {/* Title */} +

Track the progress towards objectives with key results

+ {/* Text */} +

Ligula risus auctor tempus magna feugiat lacinia.

+
+
+
+ {/* FEATURES-5 WRAPPER */} +
+
+ {/* FEATURE BOX #1 */} +
+
+ {/* Text */} +
+
Marketing Integrations
+

Aliquam a augue suscipit luctus diam neque purus ipsum neque and dolor primis libero

+
+ {/* Image */} +
+ feature-image + feature-image +
+
+
{/* END FEATURE BOX #1 */} + {/* FEATURE BOX #2 */} +
+
+ {/* Image */} +
+ feature-image + feature-image +
+ {/* Text */} +
+
Research Solutions
+

Aliquam a augue suscipit luctus diam neque purus ipsum neque and dolor primis libero

+
+
+
{/* END FEATURE BOX #2 */} +
{/* End row */} +
{/* END FEATURES-5 WRAPPER */} +
{/* End container */} +
+ + ) +} diff --git a/pages/ProductHome.js b/pages/ProductHome.js index f609e53..525c151 100644 --- a/pages/ProductHome.js +++ b/pages/ProductHome.js @@ -19,6 +19,7 @@ import Reviews2_3 from "../components/sections/Reviews2_3" import MersmHero from "../components/sections/MersmHero"; import MermsFeatures from "../components/sections/MermsFeatures"; import MermsAbout from "../components/sections/MermsAbout"; +import MermsHowItWorks from "../components/sections/MermsHowItWorks"; export default function ProductHome() { @@ -32,6 +33,7 @@ export default function ProductHome() {
{/**/} + diff --git a/public/css/merms.css b/public/css/merms.css index 8871c78..f00a229 100644 --- a/public/css/merms.css +++ b/public/css/merms.css @@ -38,6 +38,10 @@ section, height: 100%; } +.fix-h { + background-color: red !important; + height: 80px !important; +} /*------------------------------------------*/ /* BLOCK SHADOW /*------------------------------------------*/