Data fetch

This commit is contained in:
CHIEFSOFT\ameye
2025-01-01 19:45:14 -05:00
parent 79a402d31d
commit 083fe44c29
7 changed files with 170 additions and 96 deletions
+3 -3
View File
@@ -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>
+2 -2
View File
@@ -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">