App Banner Carousel
fun AppBannerCarousel(modifier: Modifier = Modifier, title: String, itemCount: Int, itemContent: @Composable (index: Int) -> Unit)
A specialized carousel for banners.
Parameters
modifier
The Modifier to be applied to the carousel container.
title
The title of the carousel section.
item Count
The number of items in the carousel.
item Content
The composable content for each banner page.