ContentSlideGallery
Use ContentSlideGallery for at least two complete slides that form a sequence. Provide an accessible label, meaningful image alt text, and the key information in surrounding text rather than hiding it in later slides.
Parameters
| Parameter | Required | Default | Description |
|---|---|---|---|
label | Yes | None | Accessible carousel label. |
variant | No | gallery | Gallery presentation; may be gallery or coverflow. |
Example
<ContentSlideGallery
label="Arrival route examples"
variant="gallery"
>
<ContentImage
src="/content-assets/blog/2026/08/cost-of-stale-destination-data.assets/hero.webp"
alt="Illustration of a connected destination with hotels, venues, neighborhoods, and information points"
/>
<ContentImage
src="/content-assets/blog/2026/08/cost-of-stale-destination-data.assets/hero-square.webp"
alt="Square illustration of a connected destination information layer"
/>
</ContentSlideGallery>

