Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 559b79997d | |||
| 8ffb4a9030 | |||
| 5876329a1f |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
@@ -229,15 +229,15 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactCTA
|
||||||
useInvertedBackground={true}
|
|
||||||
background={{
|
|
||||||
variant: "plain"}}
|
|
||||||
tag="Let's Get Started"
|
tag="Let's Get Started"
|
||||||
title="Turn Your Ideas into Reality"
|
title="Turn Your Ideas into Reality"
|
||||||
description="Tell us about your print needs and get a custom quote within 24 hours."
|
description="Tell us about your print needs and get a custom quote within 24 hours."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-worker-holding-clipboard_1098-4072.jpg"
|
buttons={[
|
||||||
mediaAnimation="slide-up"
|
{ text: "Get a Quote", href: "#contact" }
|
||||||
|
]}
|
||||||
|
background={{ variant: "plain" }}
|
||||||
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user