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

ParameterRequiredDefaultDescription
labelYesNoneAccessible carousel label.
variantNogalleryGallery 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>