Skip to content
BaseLayer Themes

Docs

Testimonials03

Single featured quote

Live preview

Finally a developer who speaks design. Every component was thoughtful, documented, and easy for us to extend.

Sarah Chen Founder, Northline Studio

File: src/blocks/testimonials/Testimonials03.astro

Single featured quote — centered, no avatar grid. Good for a spotlight testimonial between sections.

Config (blocks.tstestimonialsSingle)

testimonialsSingle: {
  width: "standard",
  quoteSize: "displaySm",
  quote: "Finally a developer who speaks design…",
  name: "Sarah Chen",
  role: "Founder, Northline Studio",
},

Add to a page

---
import Testimonials03 from "@/blocks/testimonials/Testimonials03.astro";
---

<Testimonials03 />

Inline:

<Testimonials03
  quote="They shipped a site we’re proud of."
  name="Jordan Lee"
  role="Marketing Lead"
  quoteSize="lg"
/>

Props

Prop Config key Notes
width testimonialsSingle.width Container width
quoteSize testimonialsSingle.quoteSize Text variant (e.g. "displaySm", "lg")
quote testimonialsSingle.quote
name testimonialsSingle.name
role testimonialsSingle.role

← Testimonials versions · Blocks overview