new files cleanup
This commit is contained in:
@@ -2,12 +2,9 @@ import { useEffect, useState } from "react"
|
||||
import BackToTop from '../elements/BackToTop'
|
||||
import Breadcrumb from './Breadcrumb'
|
||||
import PageHead from './PageHead'
|
||||
// import Footer1 from './footer/Footer1'
|
||||
// import Footer2 from './footer/Footer2'
|
||||
import Footer3 from "./footer/Footer3"
|
||||
// import Header1 from "./header/Header1"
|
||||
// import Header2 from './header/Header2'
|
||||
|
||||
import HeaderMerms from "./header/HeaderMerms";
|
||||
import MermsFooter from "./footer/MermsFooter";
|
||||
|
||||
export default function Layout({ headerStyle, footerStyle, headTitle, breadcrumbTitle, children, headerCls }) {
|
||||
const [scroll, setScroll] = useState(0)
|
||||
@@ -45,8 +42,8 @@ export default function Layout({ headerStyle, footerStyle, headTitle, breadcrumb
|
||||
{children}
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<Footer3 />
|
||||
<MermsFooter />
|
||||
{/*<Footer3 />*/}
|
||||
<BackToTop />
|
||||
</div>
|
||||
</>
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
|
||||
export default function Footer1() {
|
||||
return (
|
||||
<>
|
||||
<footer id="footer-10" className="pt-50 footer">
|
||||
<div className="container text-center">
|
||||
<div className="row justify-content-center">
|
||||
<div className="col-xl-10">
|
||||
{/* FOOTER LOGO */}
|
||||
<div className="footer-info">
|
||||
<img className="footer-logo" src="images/logo-black.png" alt="footer-logo" />
|
||||
<img className="footer-logo-dark" src="images/logo-white.png" alt="footer-logo" />
|
||||
</div>
|
||||
{/* FOOTER LINKS */}
|
||||
<div className="footer-links">
|
||||
<ul className="foo-links clearfix">
|
||||
<li><p><a href="about.html">About</a></p></li>
|
||||
<li><p><a href="blog-listing.html">Blog</a></p></li>
|
||||
<li><p><a href="privacy.html">Privacy Policy</a></p></li>
|
||||
<li><p><a href="cookies.html">Cookie Policy</a></p></li>
|
||||
<li><p><a href="contacts.html">Contact Us</a></p></li>
|
||||
</ul>
|
||||
</div>
|
||||
{/* FOOTER SOCIALS */}
|
||||
<ul className="bottom-footer-socials ico-25">
|
||||
<li><a href="#"><span className="flaticon-facebook" /></a></li>
|
||||
<li><a href="#"><span className="flaticon-twitter" /></a></li>
|
||||
<li><a href="#"><span className="flaticon-instagram" /></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
</div> {/* End container */}
|
||||
</footer>
|
||||
|
||||
</>
|
||||
)
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
|
||||
export default function Footer2() {
|
||||
return (
|
||||
<>
|
||||
<footer id="footer-11" className="bg--white-300 pt-50 footer">
|
||||
<div className="container">
|
||||
{/* BOTTOM FOOTER */}
|
||||
<div className="bottom-footer">
|
||||
<div className="row row-cols-1 row-cols-md-2 d-flex align-items-center">
|
||||
{/* FOOTER COPYRIGHT */}
|
||||
<div className="col">
|
||||
<div className="footer-copyright"><p className="p-sm">© 2014-2023 Martex Labs, Inc.</p></div>
|
||||
</div>
|
||||
{/* FOOTER LINKS */}
|
||||
<div className="col">
|
||||
<ul className="bottom-footer-list ico-15 text-end">
|
||||
<li><p className="p-sm"><a href="privacy.html">Privacy Policy</a></p></li>
|
||||
<li className="footer-list-divider"><p><span className="flaticon-minus" /></p></li>
|
||||
<li><p className="p-sm"><a href="terms.html">Terms & Conditions</a></p></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
</div> {/* END BOTTOM FOOTER */}
|
||||
</div> {/* End container */}
|
||||
</footer>
|
||||
|
||||
</>
|
||||
)
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
import Link from "next/link"
|
||||
export default function Footer3() {
|
||||
export default function MermsFooter() {
|
||||
return (
|
||||
<>
|
||||
<footer id="footer-3" className="pt-100 footer ft-3-ntr">
|
||||
@@ -35,10 +35,6 @@ export default function Footer3() {
|
||||
<li>
|
||||
<p><Link href="/merms-blog">Our Blog</Link></p>
|
||||
</li>
|
||||
|
||||
{/*<li>*/}
|
||||
{/* <p><Link href="#">Community</Link></p>*/}
|
||||
{/*</li>*/}
|
||||
</ul>
|
||||
</div>
|
||||
</div> {/* END FOOTER LINKS */}
|
||||
@@ -53,7 +49,7 @@ export default function Footer3() {
|
||||
<p><Link href="/features">Features</Link></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><Link href="/download">What's New</Link></p>
|
||||
<p><Link href="/merms-updates">What's New</Link></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><Link href="/pricing">Pricing</Link></p>
|
||||
@@ -85,27 +81,7 @@ export default function Footer3() {
|
||||
{/*</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> */}
|
||||
</div>
|
||||
</div> {/* END FOOTER CONTENT */}
|
||||
<hr /> {/* FOOTER DIVIDER LINE */}
|
||||
{/* BOTTOM FOOTER */}
|
||||
@@ -1,39 +0,0 @@
|
||||
import Link from "next/link"
|
||||
import MobileMenu from "../MobileMenu"
|
||||
import Menu from "../Menu"
|
||||
export default function Header1({ scroll, isMobileMenu, handleMobileMenu, headerCls }) {
|
||||
return (
|
||||
<>
|
||||
<header id="header" className={`tra-menu white-scroll ${headerCls ? headerCls : ""}`}>
|
||||
<div className="header-wrapper">
|
||||
{/* MOBILE HEADER */}
|
||||
<div className="wsmobileheader clearfix">
|
||||
<span className="smllogo"><img src="/images/logo-pink.png" alt="mobile-logo" /></span>
|
||||
<a id="wsnavtoggle" className="wsanimated-arrow" onClick={handleMobileMenu}><span /></a>
|
||||
</div>
|
||||
{/* NAVIGATION MENU */}
|
||||
<div className={`wsmainfull menu clearfix ${scroll ? "scroll fix-h" : ""}`}>
|
||||
<div className="wsmainwp clearfix">
|
||||
{/* HEADER BLACK LOGO */}
|
||||
<div className="desktoplogo">
|
||||
<Link href="/" className="logo-black">
|
||||
<img className="light-theme-img" src="/images/logo-pink.png" alt="logo" />
|
||||
<img className="dark-theme-img" src="/images/logo-pink-white.png" alt="logo" />
|
||||
</Link>
|
||||
</div>
|
||||
{/* HEADER WHITE LOGO */}
|
||||
<div className="desktoplogo">
|
||||
<Link href="/" className="logo-white"><img src="/images/logo-white.png" alt="logo" /></Link>
|
||||
</div>
|
||||
{/* MAIN MENU */}
|
||||
<nav className="wsmenu clearfix" style={{height:"100vh"}}>
|
||||
{isMobileMenu ? <MobileMenu /> : <Menu />}
|
||||
</nav> {/* END MAIN MENU */}
|
||||
</div>
|
||||
</div> {/* END NAVIGATION MENU */}
|
||||
</div> {/* End header-wrapper */}
|
||||
</header>
|
||||
|
||||
</>
|
||||
)
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
export default function Header2({ scroll, isMobileMenu, handleMobileMenu }) {
|
||||
return (
|
||||
<>
|
||||
Header2
|
||||
</>
|
||||
)
|
||||
}
|
||||
@@ -28,7 +28,7 @@ export default function HeaderMerms({ scroll, isMobileMenu, handleMobileMenu, he
|
||||
{/* <Link href="/" className="logo-white"><img src="/images/logo-white.png" alt="logo" /></Link>*/}
|
||||
{/*</div>*/}
|
||||
{/* MAIN MENU */}
|
||||
<nav className="wsmenu clearfix" style={{height:"100vh"}}>
|
||||
<nav className="wsmenu clearfix" style={{height:"80vh"}}>
|
||||
{isMobileMenu ? <MobileMenu /> : <Menu />}
|
||||
</nav> {/* END MAIN MENU */}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user