Merge version_2 into main #4
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
@@ -146,15 +146,16 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Services", href: "/services" }, { label: "Work", href: "/work" }] },
|
||||
{ items: [{ label: "Process", href: "/process" }, { label: "Contact", href: "/contact" }] },
|
||||
]}
|
||||
<FooterBaseReveal
|
||||
logoText="CRD"
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "Services", href: "/services" }, { label: "Work", href: "/work" }] },
|
||||
{ title: "Company", items: [{ label: "Process", href: "/process" }, { label: "Contact", href: "/contact" }] },
|
||||
]}
|
||||
copyrightText="© 2024 CRD Agency. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user