export const Progress: React.FC<{ progress: number; brandColor: string }> = ({ progress, brandColor }) => { return (