Testimonials Grid

testimonials_grid renders quotes in bordered cards with optional avatar, role, company, and star rating.

When to Use

Use it when customer proof helps reduce risk. Keep quotes specific and tied to outcomes rather than generic praise.

Usage

{{ testimonials_grid(
item_1_quote="VaraPress made our launch page simple to ship.",
item_1_name="Ada Lovelace",
item_1_role="Engineer"
) }}

Live Example

What builders say

“VaraPress made our launch page simple to ship.”
A…

Ada Lovelace

Engineer

“The docs and landing sections feel like one coherent system.”
G…

Grace Hopper

Maintainer

Parameters

ParameterDescription
containerInner content width for the testimonials section.
eyebrowSmall uppercase label above the heading.
titleSection heading.
descriptionSupporting copy below the heading.
columnsDesktop column count. Use 2 or 3.
item_N_quoteQuote text for testimonial N.
item_N_nameAuthor name for testimonial N.
item_N_roleOptional author role for testimonial N.
item_N_companyOptional company name for testimonial N.
item_N_avatarOptional avatar image URL for testimonial N.
item_N_ratingOptional star rating from 1 to 5.
bgFull-width section background token.
classAdditional CSS classes on the outer section.