Merge version_16 into main #16

Merged
bender merged 1 commits from version_16 into main 2026-05-18 18:45:13 +00:00

View File

@@ -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,12 @@ 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"
/>
</div>
</ReactLenis>