Switch to version 2: remove src/pages/HomePage/sections/About.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user