Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-22 22:41:58 +00:00

View File

@@ -79,9 +79,11 @@ export default function HvacPage() {
<div id="services" data-section="services">
<FeatureCardOne
title="Our Services"
description="Comprehensive HVAC solutions to keep your home comfortable all year."
features={[
{ title: "AC Installation", description: "Expert installation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg" },
{ title: "Heating Systems", description: "Complete furnace installation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg" },
{ title: "AC Installation", description: "Expert installation of modern systems.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg" },
{ title: "Heating Systems", description: "Complete furnace and heating repair and installation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg" },
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -92,6 +94,8 @@ export default function HvacPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
title="Client Feedback"
description="Hear from our satisfied customers."
testimonials={[
{ id: "1", name: "James R.", handle: "Homeowner", testimonial: "Professional, clean, and efficient.", rating: 5 },
]}
@@ -105,7 +109,7 @@ export default function HvacPage() {
<div id="faq" data-section="faq">
<FaqSplitText
faqs={[
{ id: "1", title: "Do you offer 24/7 emergency service?", content: "Yes, we are available 24/7." },
{ id: "1", title: "Do you offer 24/7 emergency service?", content: "Yes, we are available 24/7 for all HVAC emergencies." },
]}
sideTitle="Frequently Asked Questions"
faqsAnimation="slide-up"
@@ -118,10 +122,11 @@ export default function HvacPage() {
tag="Get in Touch"
tagIcon={Phone}
title="Ready to Stay Comfortable?"
description="Call us today for your free estimate."
description="Call us today for your free estimate and schedule your maintenance."
buttons={[
{ text: "Get a Free Quote", href: "#contact" },
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>