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