import React from 'react'; const MetricCard = ({ label, value, subValue, type = 'neutral' }) => { return (