import Link from 'next/link' export const CardLink = ({ color = 'primary', href, title, text }) => (

{title}

{text}

)