const TopicCard = ({ title, children, link }) => { return(

{title}

{children}

Start now!

Begin
) } export default TopicCard;