Compare commits
4 Commits
version_15
...
version_17
| Author | SHA1 | Date | |
|---|---|---|---|
| e74a806c66 | |||
| 0a736ff61f | |||
| f89f35007e | |||
| cfc43a0862 |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -169,14 +169,13 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
className="bg-white border-t border-[#FFD700]"
|
||||
columns={[
|
||||
{ title: "Resources", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
{ title: "Contact", items: [{ label: "516.658.7646", href: "tel:5166587646" }, { label: "info@mcgmerchantservices.com", href: "mailto:info@mcgmerchantservices.com" }] }
|
||||
]}
|
||||
bottomLeftText="© 2025 | MCG Merchant Services Inc."
|
||||
bottomRightText="MCG Merchant Services"
|
||||
<FooterLogoReveal
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJIeKqO7zvo0s4wbiXzT3hoGtU/uploaded-1779129893777-rqhh2f16.png"
|
||||
logoText="© 2025 MCG Merchant Services Inc."
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
className="bg-white !text-black"
|
||||
logoClassName="bg-white"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user