2 Commits

Author SHA1 Message Date
f4317f3c0c Update src/app/page.tsx 2026-05-18 18:42:28 +00:00
d9ca5964fd Merge version_14 into main
Merge version_14 into main
2026-05-18 18:38:11 +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 FooterMedia from '@/components/sections/footer/FooterMedia';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -169,29 +169,14 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJIeKqO7zvo0s4wbiXzT3hoGtU/uploaded-1779128537596-ac8jibq5.png"
imageAlt="MCG Merchant Services Logo"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJIeKqO7zvo0s4wbiXzT3hoGtU/uploaded-1779128537596-ac8jibq5.png"
logoAlt="MCG Merchant Services Logo"
logoText="MCG Merchant Services"
logoClassName="brightness-200 contrast-150 saturate-200 text-white invert-0 hue-rotate-180"
logoTextClassName="text-white font-bold"
<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"},
],
},
{ 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" }] }
]}
copyrightText="© 2025 | MCG Merchant Services Inc. All rights reserved."
bottomLeftText="© 2025 | MCG Merchant Services Inc."
bottomRightText="MCG Merchant Services"
/>
</div>
</ReactLenis>