# Quote Spotlight

> Render a large testimonial or editorial quote.

Canonical HTML: https://press.varavel.com/docs/shortcodes/quote-spotlight/
Markdown: https://press.varavel.com/docs/shortcodes/quote-spotlight/index.md

`quote_spotlight` gives a single quote enough space to act as a trust-building section.

## When to Use

Use it when one quote is stronger than a grid of shorter testimonials.

## Usage

```markdown
{{/* quote_spotlight(quote="This changed our launch process.", name="A. Founder") */}}
```

## Live Example

{{ quote_spotlight(
container="md",
quote="The shortcode catalog gives us enough structure to move fast without making every landing page look improvised.",
name="A. Founder",
role="Product lead",
metric_value="3x",
metric_label="Faster page assembly"
) }}

## Parameters

| Parameter      | Description                                  |
| -------------- | -------------------------------------------- |
| `container`    | Inner content width.                         |
| `quote`        | Quote text.                                  |
| `name`         | Author name.                                 |
| `role`         | Author role or company.                      |
| `avatar`       | Optional avatar URL.                         |
| `metric_value` | Optional supporting metric.                  |
| `metric_label` | Optional metric label.                       |
| `bg`           | Full-width section background token.         |
| `class`        | Additional CSS classes on the outer section. |
