Compare commits
9 Commits
version_21
...
version_25
| Author | SHA1 | Date | |
|---|---|---|---|
| 42b8fb8f28 | |||
| edb2b9f862 | |||
| 2002415795 | |||
| 8f0a49bf4d | |||
| 11669f5eea | |||
| 5756d5814e | |||
| b678943b06 | |||
| 8fb2debdf5 | |||
| 722f0654dd |
@@ -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,18 +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"
|
||||
button={{ text: "Get Started" }}
|
||||
className="bg-[#020617] px-4 md:px-8 justify-start"
|
||||
logoClassName="h-14 w-auto scale-150 origin-left mr-auto"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user