import type React from "react"; export function Metric({ label, value }: { label: string; value: string }): React.ReactElement { return (