diff --git a/components/Layout/Footer.js b/components/Layout/Footer.js index 6c90a6cc..c0098b31 100644 --- a/components/Layout/Footer.js +++ b/components/Layout/Footer.js @@ -5,82 +5,63 @@ import Twitter from "../../public/assets/Icon/twitter.svg"; import Instagram from "../../public/assets/Icon/instagram.svg"; const Footer = () => { return ( -
-
-
- -

- LaslesVPN is a private - virtual network that has unique features and has high security. +

+
+
+ +

+ LaslesVPN is a + private virtual network that has unique features and has + high security.

-
-
- +
+
+
-
- +
+
-
- +
+
-

©{new Date().getFullYear()} - LaslesVPN

+

+ ©{new Date().getFullYear()} - LaslesVPN +

-
-

Product

-
    -
  • - Download{" "} -
  • -
  • - Pricing{" "} -
  • -
  • - Locations{" "} -
  • -
  • - Server{" "} -
  • -
  • - Countries{" "} -
  • -
  • - Blog{" "} -
  • +
    +

    + Product +

    +
      +
    • Download
    • +
    • Pricing
    • +
    • Locations
    • +
    • Server
    • +
    • Countries
    • +
    • Blog
    -
    -

    Engage

    -
      -
    • - LaslesVPN ?{" "} -
    • -
    • - FAQ{" "} -
    • -
    • - Tutorials{" "} -
    • -
    • - About Us{" "} -
    • -
    • - Privacy Policy{" "} -
    • -
    • - Terms of Service{" "} -
    • +
      +

      + Engage +

      +
        +
      • LaslesVPN ?
      • +
      • FAQ
      • +
      • Tutorials
      • +
      • About Us
      • +
      • Privacy Policy
      • +
      • Terms of Service
      -
      -

      Earn Money

      -
        -
      • - Affiliate{" "} -
      • -
      • - Become Partner{" "} -
      • +
        +

        + Earn Money +

        +
          +
        • Affiliate
        • +
        • Become Partner
      diff --git a/components/Layout/Header.js b/components/Layout/Header.js index b9d2a4c8..081f9532 100644 --- a/components/Layout/Header.js +++ b/components/Layout/Header.js @@ -19,16 +19,15 @@ const Header = () => { className={ "fixed top-0 w-full z-30 bg-white-500 transition-all " + (scrollActive ? " shadow-md pt-0" : " pt-4") - } - > -