CategoryImageCard

fun CategoryImageCard(modifier: Modifier = Modifier, title: String, description: String, shape: Dp = 30.dp, colors: CardColors = CardColors(), onClick: () -> Unit)