29 lines
1.8 KiB
TypeScript
29 lines
1.8 KiB
TypeScript
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
|
// file as the canonical source for the "metrics" section.
|
|
|
|
import React from 'react';
|
|
import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards';
|
|
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
|
|
|
export default function MetricsSection(): React.JSX.Element {
|
|
return (
|
|
<div id="metrics" data-section="metrics">
|
|
<SectionErrorBoundary name="metrics">
|
|
<MetricsMediaCards
|
|
tag="Our Impact"
|
|
title="Decades of Dedicated Service"
|
|
description="Proudly serving our community with reliable and efficient HVAC solutions. See our achievements and commitment to excellence."
|
|
metrics={[
|
|
{
|
|
value: "15+", title: "Years of Service", description: "Proudly serving homes and businesses since 2008, building lasting relationships.", imageSrc: "http://img.b2bpic.net/free-photo/reach-out-social-platform-connected-arrow_53876-127611.jpg"},
|
|
{
|
|
value: "98%", title: "Customer Satisfaction", description: "Our unwavering commitment to quality ensures happy clients and repeat business.", imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-feedback_23-2151952993.jpg"},
|
|
{
|
|
value: "24/7", title: "Emergency Support", description: "Always here when you need us most, providing rapid response day or night for critical issues.", imageSrc: "http://img.b2bpic.net/free-photo/anxious-young-call-center-girl-wearing-headset-sitting-desk-holding-alarm-clock-showing-empty-hand-isolated-orange_141793-76551.jpg"},
|
|
]}
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
);
|
|
}
|