Compare commits
10 Commits
version_11
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| f89f35007e | |||
| cfc43a0862 | |||
| f4317f3c0c | |||
| d9ca5964fd | |||
| 906e8180e2 | |||
| 85ab133fa4 | |||
| 5cfde5a258 | |||
| e7979088a9 | |||
| 94e052c961 | |||
| 6060c1e2fb |
@@ -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 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';
|
||||
@@ -123,8 +123,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Industries We Power"
|
||||
description="Trusted by businesses across various sectors."
|
||||
metricTitleClassName="whitespace-nowrap"
|
||||
valueClassName="whitespace-nowrap"
|
||||
metricTitleClassName="text-sm md:text-base"
|
||||
valueClassName="text-base md:text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -169,27 +169,12 @@ 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"
|
||||
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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 | MCG Merchant Services Inc. All rights reserved."
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user