Fix footer
This commit is contained in:
@@ -45,11 +45,11 @@ export default function Layout({ headerStyle, footerStyle, headTitle, breadcrumb
|
||||
|
||||
{children}
|
||||
</main>
|
||||
|
||||
{!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}*/}
|
||||
|
||||
<BackToTop />
|
||||
</div>
|
||||
|
||||
@@ -15,7 +15,7 @@ export default function Footer3() {
|
||||
</div>
|
||||
</div>
|
||||
{/* FOOTER LINKS */}
|
||||
<div className="col-sm-4 col-lg-3 col-xl-2">
|
||||
<div className="col-xl-3">
|
||||
<div className="footer-links fl-1">
|
||||
{/* Title */}
|
||||
<h6 className="s-17 w-700">Company</h6>
|
||||
@@ -27,24 +27,24 @@ export default function Footer3() {
|
||||
<li>
|
||||
<p><Link href="/blog-listing">Our Blog</Link></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><Link href="/testimonials">Customers</Link></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><Link href="#">Community</Link></p>
|
||||
</li>
|
||||
{/*<li>*/}
|
||||
{/* <p><Link href="/testimonials">Customers</Link></p>*/}
|
||||
{/*</li>*/}
|
||||
{/*<li>*/}
|
||||
{/* <p><Link href="#">Community</Link></p>*/}
|
||||
{/*</li>*/}
|
||||
</ul>
|
||||
</div>
|
||||
</div> {/* END FOOTER LINKS */}
|
||||
{/* FOOTER LINKS */}
|
||||
<div className="col-sm-4 col-lg-2">
|
||||
<div className="col-xl-3">
|
||||
<div className="footer-links fl-2">
|
||||
{/* Title */}
|
||||
<h6 className="s-17 w-700">Product</h6>
|
||||
{/* Links */}
|
||||
<ul className="foo-links clearfix">
|
||||
<li>
|
||||
<p><Link href="/features">Integration</Link></p>
|
||||
<p><Link href="/features">Features</Link></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><Link href="/download">What's New</Link></p>
|
||||
@@ -59,7 +59,7 @@ export default function Footer3() {
|
||||
</div>
|
||||
</div> {/* END FOOTER LINKS */}
|
||||
{/* FOOTER LINKS */}
|
||||
<div className="col-sm-4 col-lg-3 col-xl-2">
|
||||
<div className="col-xl-3">
|
||||
<div className="footer-links fl-3">
|
||||
{/* Title */}
|
||||
<h6 className="s-17 w-700">Legal</h6>
|
||||
@@ -74,32 +74,32 @@ export default function Footer3() {
|
||||
<li>
|
||||
<p><Link href="/cookies">Cookie Policy</Link></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><Link href="#">Site Map</Link></p>
|
||||
</li>
|
||||
{/*<li>*/}
|
||||
{/* <p><Link href="#">Site Map</Link></p>*/}
|
||||
{/*</li>*/}
|
||||
</ul>
|
||||
</div>
|
||||
</div> {/* END FOOTER LINKS */}
|
||||
{/* FOOTER NEWSLETTER FORM */}
|
||||
<div className="col-sm-10 col-md-8 col-lg-4 col-xl-3">
|
||||
<div className="footer-form">
|
||||
{/* Title */}
|
||||
<h6 className="s-17 w-700">Follow the Best</h6>
|
||||
{/* Newsletter Form Input */}
|
||||
<form className="newsletter-form">
|
||||
<div className="input-group r-06">
|
||||
<input type="email" className="form-control" placeholder="Email Address" required id="s-email" />
|
||||
<span className="input-group-btn ico-15">
|
||||
<button type="submit" className="btn color--theme">
|
||||
<span className="flaticon-right-arrow-1" />
|
||||
</button>
|
||||
</span>
|
||||
</div>
|
||||
{/* Newsletter Form Notification */}
|
||||
<label htmlFor="s-email" className="form-notification" />
|
||||
</form>
|
||||
</div>
|
||||
</div> {/* END FOOTER NEWSLETTER FORM */}
|
||||
{/*<div className="col-sm-10 col-md-8 col-lg-4 col-xl-3">*/}
|
||||
{/* <div className="footer-form">*/}
|
||||
{/* /!* Title *!/*/}
|
||||
{/* <h6 className="s-17 w-700">Follow the Best</h6>*/}
|
||||
{/* /!* Newsletter Form Input *!/*/}
|
||||
{/* <form className="newsletter-form">*/}
|
||||
{/* <div className="input-group r-06">*/}
|
||||
{/* <input type="email" className="form-control" placeholder="Email Address" required id="s-email" />*/}
|
||||
{/* <span className="input-group-btn ico-15">*/}
|
||||
{/* <button type="submit" className="btn color--theme">*/}
|
||||
{/* <span className="flaticon-right-arrow-1" />*/}
|
||||
{/* </button>*/}
|
||||
{/* </span>*/}
|
||||
{/* </div>*/}
|
||||
{/* /!* Newsletter Form Notification *!/*/}
|
||||
{/* <label htmlFor="s-email" className="form-notification" />*/}
|
||||
{/* </form>*/}
|
||||
{/* </div>*/}
|
||||
{/*</div> */}
|
||||
</div> {/* END FOOTER CONTENT */}
|
||||
<hr /> {/* FOOTER DIVIDER LINE */}
|
||||
{/* BOTTOM FOOTER */}
|
||||
|
||||
Reference in New Issue
Block a user