Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c4aefe4a67 | |||
| 88bd5fdf1b | |||
| 9d72f971ad | |||
| d1b87116c9 |
@@ -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 ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
@@ -168,16 +168,13 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactCenter
|
||||||
|
background={{ variant: "gradient-bars" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Start Your Project Today"
|
title="Start Your Project Today"
|
||||||
description="Ready to transform your home? Fill out the form below, and we will get back to you within 24 hours."
|
description="Ready to transform your home? Get in touch with us to begin your design consultation."
|
||||||
inputs={[
|
tag="Contact Us"
|
||||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
buttonText="Submit Inquiry"
|
||||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
|
||||||
]}
|
|
||||||
textarea={{ name: "message", placeholder: "Tell us about your project...", rows: 4 }}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/tailoring-items-arrangement-still-life_23-2149647268.jpg"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user