Compare commits
15 Commits
version_22
...
version_27
| Author | SHA1 | Date | |
|---|---|---|---|
| f02003c678 | |||
| c242899b8d | |||
| 3469edd626 | |||
| a9ee13c339 | |||
| 5ee9ecdc83 | |||
| c2822c8020 | |||
| 9ef3d0efc7 | |||
| 42b8fb8f28 | |||
| 91e0a08712 | |||
| edb2b9f862 | |||
| 2002415795 | |||
| 8f0a49bf4d | |||
| 11669f5eea | |||
| 5756d5814e | |||
| b678943b06 |
@@ -8,7 +8,7 @@ import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
@@ -30,19 +30,17 @@ export default function LandingPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "About", id: "about"},
|
||||
{ name: "Services", id: "services"},
|
||||
{ name: "Why MCG", id: "difference"},
|
||||
{ name: "Industries", id: "industries"},
|
||||
{ name: "Process", id: "process"},
|
||||
{ name: "Contact", id: "contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJIeKqO7zvo0s4wbiXzT3hoGtU/uploaded-1779127012413-b6g19ocl.png"
|
||||
logoAlt="MCG Merchant Services Logo"
|
||||
brandName="MCG Merchant Services"
|
||||
className="bg-[#020617]"
|
||||
className="bg-[#020617] px-4 md:px-8 justify-start"
|
||||
logoClassName="h-20 w-auto scale-150 origin-left mr-auto"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -124,8 +122,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Industries We Power"
|
||||
description="Trusted by businesses across various sectors."
|
||||
metricTitleClassName="text-sm md:text-base"
|
||||
valueClassName="text-base md:text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -182,4 +178,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user