Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8cfca8abe1 | |||
| 6308f4e8e3 | |||
| 0305b06101 | |||
| 559b79997d | |||
| c24fc2919b | |||
| 8ffb4a9030 | |||
| 5876329a1f |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
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 FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
@@ -42,6 +42,7 @@ export default function LandingPage() {
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="3rd World Unlimited"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cljez8IeimLK2wW8ff23nEnWFo/uploaded-1777091691604-oudas2dt.png"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -229,15 +230,15 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
<ContactCTA
|
||||
tag="Let's Get Started"
|
||||
title="Turn Your Ideas into Reality"
|
||||
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"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Get a Quote", href: "#contact" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -265,10 +266,11 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cljez8IeimLK2wW8ff23nEnWFo/uploaded-1777091691604-oudas2dt.png"
|
||||
logoText="3rd World Unlimited"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user