Data fetch
This commit is contained in:
@@ -30,7 +30,7 @@ export default function Footer3() {
|
||||
<p><Link href="/about">About Us</Link></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><Link href="/contact">Contact Us</Link></p>
|
||||
<p><Link href="/contacts">Contact Us</Link></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><Link href="/merms-blog">Our Blog</Link></p>
|
||||
@@ -48,7 +48,7 @@ export default function Footer3() {
|
||||
{/* Title */}
|
||||
<h6 className="s-17 w-700">Product</h6>
|
||||
{/* Links */}
|
||||
<ul className="foo-links clearfix">
|
||||
<ul className="foo-links clearfix1">
|
||||
<li>
|
||||
<p><Link href="/features">Features</Link></p>
|
||||
</li>
|
||||
@@ -70,7 +70,7 @@ export default function Footer3() {
|
||||
{/* Title */}
|
||||
<h6 className="s-17 w-700">Legal</h6>
|
||||
{/* Links */}
|
||||
<ul className="foo-links clearfix">
|
||||
<ul className="foo-links clearfix1">
|
||||
<li>
|
||||
<p><Link href="/terms">Terms of Use</Link></p>
|
||||
</li>
|
||||
|
||||
@@ -3,10 +3,10 @@ import MobileMenu from "../MobileMenu"
|
||||
import Menu from "../Menu"
|
||||
export default function HeaderMerms({ scroll, isMobileMenu, handleMobileMenu, headerCls }) {
|
||||
console.log(headerCls);
|
||||
const headerCls2 ="nonnn"
|
||||
// const headerCls2 ="nonnn"
|
||||
return (
|
||||
<>
|
||||
<header id="header" className={`tra-menu white-scroll ${headerCls ? headerCls2 : ""}`}>
|
||||
<header id="header" className={`tra-menu white-scroll ${headerCls ? headerCls : ""}`}>
|
||||
<div className="merms-wrapper">
|
||||
{/* MOBILE HEADER */}
|
||||
<div className="wsmobileheader clearfix">
|
||||
|
||||
Reference in New Issue
Block a user