Fix footer

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