Compare commits
8 Commits
version_11
...
version_15
| Author | SHA1 | Date | |
|---|---|---|---|
| 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 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';
|
||||
@@ -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,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"
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user