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

This commit is contained in:
2026-06-14 20:48:10 +00:00
parent 64f8f9c98c
commit 616cf4c7c5

View File

@@ -1,34 +0,0 @@
// 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="Trusted by Many"
title="Celebrating Love Globally"
description="Join thousands of couples sharing their love through our jewelry."
metrics={[
{
value: "10k+",
title: "Happy Couples",
description: "Sharing love every day.",
imageSrc: "http://img.b2bpic.net/free-photo/happiness-asian-caucasian-marry-travel-couple-wearing-casual-cloth-enjoy-unpack-suitcase-luggage-selfie-together-floor-with-joyful-laugh-smile-travel-vacation-concept_609648-2059.jpg",
},
{
value: "50+",
title: "Floral Designs",
description: "Unique jewelry styles.",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-friends-sitting-beach_273609-5463.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}