36 lines
1.5 KiB
TypeScript
36 lines
1.5 KiB
TypeScript
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
|
// file as the canonical source for the "about" section.
|
|
|
|
import React from 'react';
|
|
import AboutFeaturesSplit from "@/components/sections/about/AboutFeaturesSplit";
|
|
|
|
export default function AboutSection(): React.JSX.Element {
|
|
return (
|
|
<div id="about" data-section="about">
|
|
<AboutFeaturesSplit
|
|
tag="About Us"
|
|
title="Reliable Climate Solutions Since 2005"
|
|
description="AirPro HVAC has been keeping homes and businesses comfortable for nearly two decades. Our certified technicians deliver expert installations, maintenance, and repairs."
|
|
items={[
|
|
{
|
|
icon: "ShieldCheck",
|
|
title: "2,500+ Systems Installed",
|
|
description: "Trusted by homeowners and businesses across the region.",
|
|
},
|
|
{
|
|
icon: "Clock",
|
|
title: "24/7 Emergency Service",
|
|
description: "Round-the-clock support when you need it most.",
|
|
},
|
|
{
|
|
icon: "Award",
|
|
title: "98% Satisfaction Rate",
|
|
description: "Our commitment to quality speaks for itself.",
|
|
},
|
|
]}
|
|
imageSrc="https://storage.googleapis.com/webild/default/templates/hvac/img-2.jpg"
|
|
/>
|
|
</div>
|
|
);
|
|
}
|