File: src/blocks/testimonials/Testimonials03.astro
Single featured quote — centered, no avatar grid. Good for a spotlight testimonial between sections.
Config (blocks.ts → testimonialsSingle)
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 |