Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-10 19:52:07 +00:00

View File

@@ -11,7 +11,7 @@ import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { Wrench, CheckCircle, Calendar } from "lucide-react";
import { Wrench, CheckCircle, Calendar, Phone } from "lucide-react";
export default function LandingPage() {
return (
@@ -214,10 +214,10 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
tag="Get Started"
title="Schedule Your Service"
description="Ready to get your AC working? Tell us your availability, and we'll confirm a time that works best for you. No pressure, no hidden fees."
tagIcon={Calendar}
tag="Call Now for Immediate Help"
title="(555) 123-4567 - Emergency AC Support"
description="Urgent AC problems? Call us right now for immediate assistance. Our team is standing by 24/7 to help you stay cool. Same-day service available in most areas."
tagIcon={Phone}
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -225,9 +225,9 @@ export default function LandingPage() {
imageAlt="Service scheduling appointment booking"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="your-email@example.com"
buttonText="Send Me More Info"
termsText="We'll contact you within 24 hours with available appointment times. We respect your privacy."
inputPlaceholder="Your phone number"
buttonText="Call Us Now"
termsText="Tap to call our emergency line. Average wait time: under 2 minutes. We serve your area 24/7."
/>
</div>
@@ -266,4 +266,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}