import { Box, Image } from "@chakra-ui/react"; import React from "react"; const CardImage = ({title, image, children}) => { return ( {title} {title} {children} ); }; export default CardImage;