import Image from "next/image"; const MetricCard = ({ title, iconSrc, metric, unit = "", styles }) => { return (
{title}
{unit}