Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6308f4e8e3 | |||
| 0305b06101 | |||
| 559b79997d | |||
| c24fc2919b | |||
| 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';
|
||||||
@@ -42,6 +42,7 @@ export default function LandingPage() {
|
|||||||
name: "Contact", id: "#contact"},
|
name: "Contact", id: "#contact"},
|
||||||
]}
|
]}
|
||||||
brandName="3rd World Unlimited"
|
brandName="3rd World Unlimited"
|
||||||
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cljez8IeimLK2wW8ff23nEnWFo/uploaded-1777091691604-oudas2dt.png"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -229,15 +230,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>
|
||||||
|
|
||||||
@@ -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"
|
logoText="3rd World Unlimited"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user