Compare commits
19 Commits
version_23
...
version_29
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f5cb2cbb2 | |||
| 976fe0cdd5 | |||
| 4e1f46f9e4 | |||
| bf8b6d5c30 | |||
| a6d6b9a7a2 | |||
| f02003c678 | |||
| b411b704a4 | |||
| c242899b8d | |||
| 3469edd626 | |||
| a9ee13c339 | |||
| 5ee9ecdc83 | |||
| c2822c8020 | |||
| 9ef3d0efc7 | |||
| 42b8fb8f28 | |||
| 91e0a08712 | |||
| edb2b9f862 | |||
| 2002415795 | |||
| 8f0a49bf4d | |||
| 11669f5eea |
@@ -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,20 +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]"
|
||||
logoClassName="h-12 w-auto scale-125"
|
||||
button={{ text: "Login", href: "/login" }}
|
||||
className="bg-[#020617] px-4 md:px-8 justify-start"
|
||||
logoClassName="h-24 w-auto scale-150 origin-left mr-auto"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -125,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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user