Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9994928097 | |||
| 22e7072114 | |||
| 5cdf9dc7e9 | |||
| a770992a34 | |||
| de1919bce2 |
@@ -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 email and details about your current system problem so our technicians can prepare 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"
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user