Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9994928097 | |||
| 22e7072114 |
@@ -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 ContactForm from '@/components/form/ContactForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||||
@@ -108,12 +108,14 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactForm
|
<ContactSplitForm
|
||||||
tag="Contact Us"
|
title="Get in Touch"
|
||||||
title="Describe Your HVAC Issue"
|
description="Describe your service needs below, and our team will get back to you immediately."
|
||||||
description="Please provide your contact email and a detailed description of the HVAC issue you are experiencing, so our technicians can prepare effectively for your service visit."
|
inputs={[
|
||||||
|
{ name: "email", type: "email", placeholder: "Email Address", required: true }
|
||||||
|
]}
|
||||||
|
textarea={{ name: "issue", placeholder: "Describe your service issue in detail here...", rows: 6, required: true }}
|
||||||
buttonText="Submit Inquiry"
|
buttonText="Submit Inquiry"
|
||||||
inputPlaceholder="Enter your email address"
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user