Switch to version 1: remove src/pages/HomePage/sections/Safety.tsx

This commit is contained in:
2026-06-14 06:58:27 +00:00
parent e509b55068
commit 88c5216435

View File

@@ -1,25 +0,0 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "safety" section.
import React from 'react';
import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function SafetySection(): React.JSX.Element {
return (
<div id="safety" data-section="safety">
<SectionErrorBoundary name="safety">
<MetricsMediaCards
tag="Compliance"
title="Safety Standards"
description="Our devices exceed stringent international medical standards."
metrics={[
{ value: "99.9%", title: "Uptime Reliability", description: "Continuous service delivery.", imageSrc: "http://img.b2bpic.net/free-photo/healthcare-experts-discuss-recovery-strategies-treatment-center_482257-123173.jpg" },
{ value: "0", title: "Security Breaches", description: "Zero incident rate annually.", imageSrc: "http://img.b2bpic.net/free-photo/medical-record-report-healthcare-document-concept_53876-123796.jpg" },
{ value: "15min", title: "Deployment Time", description: "Rapid integration ready.", imageSrc: "http://img.b2bpic.net/free-photo/manager-wearing-face-mask-covid19-explaining-financial-graph-african-employee-multiethnic-team-working-company-with-new-normal-respecting-social-distance-because-global-pandemic-with-cor_482257-9551.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
);
}