const ContentCard = ({ title, description, icon, onClick }) => (
{icon}

{title}

{description}

);