const ProgressCard = ({ title, data, }: { title: string; data: { stocks: Array<{ key: string; value: number; description: string }> }; }) => (