Logo Cloud Grid

logo_cloud_grid renders a bordered grid for customer logos, partner marks, or text-only trust signals.

When to Use

Use it when recognizable names reduce uncertainty. Prefer fewer, stronger logos over a crowded wall of weak proof.

Usage

{{ logo_cloud_grid(
title="Trusted by builders",
logo_1_name="Varavel",
logo_2_name="Zola"
) }}

Live Example

Trusted by builders

Varavel
Zola
Tailwind
Alpine

Parameters

ParameterDescription
containerInner content width for the logo grid.
eyebrowSmall uppercase label above the heading.
titleSection heading.
descriptionSupporting copy below the heading.
columnsDesktop column count. Use 2, 3, 4, 5, or 6.
logo_N_nameLogo name for item N. Used as text fallback.
logo_N_srcOptional image URL for logo item N.
logo_N_altOptional alt text for logo item N.
logo_N_hrefOptional link URL for logo item N.
bgFull-width section background token.
classAdditional CSS classes on the outer section.