Testimonial Card

We rebuilt our marketing site in a weekend. The blocks are clean, accessible, and the code reads like we wrote it ourselves.
Mary PollockFounder, Nordwind
About this component

Testimonial Card

A testimonial card with star rating, quote, and author row for reviews and social proof sections.

Usage

The import and the props worth knowing about, in one place.

import { Card3 } from "@/components/beste/component/card3";

<Card3
  quote="We rebuilt our marketing site in a weekend. The code reads like we wrote it ourselves."
  name="Selin Aksoy"
  role="Founder, Nordwind"
  src="/avatars/selin.jpg"
  rating={5}      // 0 to 5, omit to hide the stars
/>

<Card3
  quote="The fastest way we have found to ship landing pages."
  name="Mert Aydin"
  role="CTO, Lumen"
  tone="muted"    // "neutral" (default) | "muted"
/>

Playground

Turn the props on the right; the snippet under them is what you would write to get what you see.

We rebuilt our marketing site in a weekend. The blocks are clean, accessible, and the code reads like we wrote it ourselves.
Mary PollockFounder, Nordwind
Usage
import { Card3 } from "@/components/beste/component/card3";

<Card3
  quote="We rebuilt our marketing site in a weekend. The blocks are clean, accessible, and the code reads like we wrote it ourselves."
  name="Mary Pollock"
  role="Founder, Nordwind"
  src="https://i.pravatar.cc/72?img=26"
/>

Props

Read from the component's own type, so this cannot drift from what it accepts.

PropTypeDefaultDescription
quote*stringThe testimonial quote, without quotation marks
name*stringAuthor name
rolestringMuted second line (role, company)
srcstringAuthor avatar URL. Falls back to an initial circle when omitted
ratingnumberStar rating shown above the quote, 0 to 5. Omit to hide the stars
tone"neutral" | "muted"Surface tone: bordered card (default) or muted fill
classNamestringAdditional classes merged onto the root

More Card components

View all Card

Article Card

An article card with cover image, category chip, excerpt, and author row for blog and news grids.

Selin Aksoyonline

The new landing page is live!

Already? That was two days of work at most

Blocks. It is all blocks.

Chat Card

A chat conversation card with message bubbles and a typing indicator for testimonials and support sections.

Wish you were here. The water is unreal and the studio ideas keep coming.

With love, Selin

Alacati, TR

The Beste team

Postcard

A postcard back with a serif message, dashed stamp, postmark, and address lines for personal storytelling sections.

Night Shippers

312 members

By Deniz

Community Card

A compact community card with thumbnail, member count, and organizer row for directories and group lists.

98%+2.1%

Customer satisfaction

vs last quarter

Stat Card

A minimal stat card with a bold value, label, and optional trend delta for metrics rows.

Atlas Field Watch-22%

Atlas Field Watch

4.8
$249$320

Product Card

A product card with image, price, discount badge, wishlist toggle, and add to cart action for shop grids.