Switch to version 2: remove src/pages/HomePage/sections/About.tsx

This commit is contained in:
2026-06-21 00:10:00 +00:00
parent 3003684675
commit 3b2fa201f3

View File

@@ -1,35 +0,0 @@
// 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="Cutting Edge HVAC LLC 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>
);
}