import { Box, Card, Image, Link, Text } from 'theme-ui' import Icon from '../icon' /** @jsxImportSource theme-ui */ export default function CarouselCards({ background, backgroundImage, backgroundSize, titleColor, descriptionColor, title, description, img, link }) { return ( carousel card {title} {description} ) }