type Props = { label: string; value: number | string; }; export default function SummaryCard({ label, value }: Props) { return (
{label}
{value}