import React from 'react' import styles from './Card.module.css' const Card = ({ title, image }) => { return (