SectionCard

fun SectionCard(    modifier: Modifier = Modifier,     isSelected: Boolean = false,     content: @Composable () -> Unit)

This is the layout for the section card.