Logo Cloud Marquee

logo_cloud_marquee renders a horizontally scrolling logo cloud that moves left and pauses on hover.

When to Use

Use it when the landing page benefits from a broad trust signal but a static grid would consume too much vertical space.

Usage

{{ logo_cloud_marquee(title="Trusted by teams", logo_1_name="Varavel", logo_2_name="Zola") }}

Live Example

Trusted by

A moving logo cloud

Text fallbacks make the component useful even before final logo assets are ready.

Varavel
Zola
Tailwind
Alpine
Geist
GitHub

Parameters

ParameterDescription
containerInner content width.
eyebrowSmall uppercase label above the heading.
titleSection heading.
descriptionSupporting copy.
durationCSS animation duration. Defaults to 36s.
logo_N_nameLogo name for item N, up to 8.
logo_N_srcOptional logo image URL.
logo_N_altOptional logo alt text.
logo_N_hrefOptional logo URL.
bgFull-width section background token.
classAdditional CSS classes on the outer section.