23 lines
1.3 KiB
TypeScript
23 lines
1.3 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";
|
|
|
|
export default function MetricsSection(): React.JSX.Element {
|
|
return (
|
|
<div id="metrics" data-section="metrics">
|
|
<MetricsMediaCards
|
|
tag="Our Results"
|
|
title="Industry-Leading Standards"
|
|
description="Professional, punctual, and competitively priced roofing services you can rely on."
|
|
metrics={[
|
|
{ value: "40+", title: "Years Experience", description: "Decades of roofing mastery in Northamptonshire.", imageSrc: "http://img.b2bpic.net/free-photo/decorative-vinyls-arrangement-top-view_23-2149728636.jpg" },
|
|
{ value: "500+", title: "Projects Completed", description: "Consistent delivery on every single site.", imageSrc: "http://img.b2bpic.net/free-photo/construction-workers-review-blueprints-building-site_23-2152021007.jpg" },
|
|
{ value: "100%", title: "5-Star Reviews", description: "Delivering excellence that wins customer trust.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-hand-shake_23-2148480352.jpg" },
|
|
]}
|
|
/>
|
|
</div>
|
|
);
|
|
}
|