From 8ff368d3d3ac36a370a9d45d5e41fd5cc40300de Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 20:59:00 +0000 Subject: [PATCH] Switch to version 1: remove src/pages/HomePage/sections/Metrics.tsx --- src/pages/HomePage/sections/Metrics.tsx | 38 ------------------------- 1 file changed, 38 deletions(-) delete mode 100644 src/pages/HomePage/sections/Metrics.tsx diff --git a/src/pages/HomePage/sections/Metrics.tsx b/src/pages/HomePage/sections/Metrics.tsx deleted file mode 100644 index 923a8ce..0000000 --- a/src/pages/HomePage/sections/Metrics.tsx +++ /dev/null @@ -1,38 +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 MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; -import { Award, Star } from "lucide-react"; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; - -export default function MetricsSection(): React.JSX.Element { - return ( -
- - - -
- ); -}