Merge version_8_1778842594130 into main #11
@@ -1,4 +1,4 @@
|
||||
import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay';
|
||||
import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeaturesBento from '@/components/sections/features/FeaturesBento';
|
||||
@@ -35,10 +35,27 @@ export default function HomePage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutMediaOverlay
|
||||
<AboutFeaturesSplit
|
||||
tag="Who We Are"
|
||||
title="Dedicated to Your Indoor Comfort"
|
||||
description="With over 20 years of experience, ArcticFlow HVAC is committed to providing top-tier heating, ventilation, and air conditioning services. Our certified technicians use the latest technology to ensure your systems run efficiently and reliably. We pride ourselves on transparent pricing, quality workmanship, and exceptional customer service."
|
||||
features={[
|
||||
{
|
||||
title: "Experienced Professionals",
|
||||
description: "Our team consists of highly trained and certified HVAC technicians with decades of combined experience.",
|
||||
icon: "Users",
|
||||
},
|
||||
{
|
||||
title: "24/7 Emergency Service",
|
||||
description: "We're here for you around the clock, ensuring your comfort is never compromised, even during unexpected breakdowns.",
|
||||
icon: "Clock",
|
||||
},
|
||||
{
|
||||
title: "Customer Satisfaction",
|
||||
description: "Your comfort is our priority. We go above and beyond to ensure every customer is completely satisfied with our services.",
|
||||
icon: "Smile",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg?_wi=2"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
|
||||
Reference in New Issue
Block a user