Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 037a74101b | |||
| 2685a8f7de | |||
| 72c4501b22 | |||
| 72da0963c8 | |||
| 81c900cc33 | |||
| 901df58d6e |
@@ -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 ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactForm from '@/components/form/ContactForm';
|
||||||
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,13 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactForm
|
||||||
useInvertedBackground={false}
|
|
||||||
background={{ variant: "gradient-bars" }}
|
|
||||||
tag="Contact Us"
|
tag="Contact Us"
|
||||||
title="Ready to Restore Your Comfort?"
|
title="Describe Your HVAC Issue"
|
||||||
description="Same-day service available. Emergency calls welcome. Home warranty accepted."
|
description="Please provide your email and details about your current system problem so our technicians can prepare for your service visit."
|
||||||
|
buttonText="Submit Inquiry"
|
||||||
|
inputPlaceholder="Enter your email"
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user