From 9ce9570b4925c0c3718c84e73f36a6adc0b3f957 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 25 Dec 2024 13:57:00 -0500 Subject: [PATCH] Fix footer --- components/layout/Layout.js | 10 ++--- components/layout/footer/Footer3.js | 64 ++++++++++++++--------------- 2 files changed, 37 insertions(+), 37 deletions(-) diff --git a/components/layout/Layout.js b/components/layout/Layout.js index 5c6f2cf..3867b30 100644 --- a/components/layout/Layout.js +++ b/components/layout/Layout.js @@ -45,11 +45,11 @@ export default function Layout({ headerStyle, footerStyle, headTitle, breadcrumb {children} - - {!footerStyle && < Footer1 />} - {footerStyle == 1 ? < Footer1 /> : null} - {footerStyle == 2 ? < Footer2 /> : null} - {footerStyle == 3 ? < Footer3 /> : null} + < Footer3 /> + {/*{!footerStyle && < Footer1 />}*/} + {/*{footerStyle == 1 ? < Footer1 /> : null}*/} + {/*{footerStyle == 2 ? < Footer2 /> : null}*/} + {/*{footerStyle == 3 ? < Footer3 /> : null}*/} diff --git a/components/layout/footer/Footer3.js b/components/layout/footer/Footer3.js index 35b3886..98c2c0e 100644 --- a/components/layout/footer/Footer3.js +++ b/components/layout/footer/Footer3.js @@ -15,7 +15,7 @@ export default function Footer3() { {/* FOOTER LINKS */} -
+
{/* Title */}
Company
@@ -27,24 +27,24 @@ export default function Footer3() {
  • Our Blog

  • -
  • -

    Customers

    -
  • -
  • -

    Community

    -
  • + {/*
  • */} + {/*

    Customers

    */} + {/*
  • */} + {/*
  • */} + {/*

    Community

    */} + {/*
  • */}
    {/* END FOOTER LINKS */} {/* FOOTER LINKS */} -
    +
    {/* Title */}
    Product
    {/* Links */}
    • -

      Integration

      +

      Features

    • What's New

      @@ -59,7 +59,7 @@ export default function Footer3() {
    {/* END FOOTER LINKS */} {/* FOOTER LINKS */} -
    +
    {/* Title */}
    Legal
    @@ -74,32 +74,32 @@ export default function Footer3() {
  • Cookie Policy

  • -
  • -

    Site Map

    -
  • + {/*
  • */} + {/*

    Site Map

    */} + {/*
  • */}
    {/* END FOOTER LINKS */} {/* FOOTER NEWSLETTER FORM */} -
    -
    - {/* Title */} -
    Follow the Best
    - {/* Newsletter Form Input */} -
    -
    - - - - -
    - {/* Newsletter Form Notification */} -
    -
    {/* END FOOTER NEWSLETTER FORM */} + {/*
    */} + {/*
    */} + {/* /!* Title *!/*/} + {/*
    Follow the Best
    */} + {/* /!* Newsletter Form Input *!/*/} + {/*
    */} + {/*
    */} + {/* */} + {/* */} + {/* */} + {/* */} + {/*
    */} + {/* /!* Newsletter Form Notification *!/*/} + {/*
    */} + {/*
    */}
    {/* END FOOTER CONTENT */}
    {/* FOOTER DIVIDER LINE */} {/* BOTTOM FOOTER */}