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
| Parameter | Description |
|---|---|
container | Inner content width for the logo grid. |
eyebrow | Small uppercase label above the heading. |
title | Section heading. |
description | Supporting copy below the heading. |
columns | Desktop column count. Use 2, 3, 4, 5, or 6. |
logo_N_name | Logo name for item N. Used as text fallback. |
logo_N_src | Optional image URL for logo item N. |
logo_N_alt | Optional alt text for logo item N. |
logo_N_href | Optional link URL for logo item N. |
bg | Full-width section background token. |
class | Additional CSS classes on the outer section. |