12 lines
420 B
Markdown
12 lines
420 B
Markdown
|
|
### H3 · Quote-Led
|
||
|
|
A pull-quote with attribution is the hero. Your headline is borrowed credibility.
|
||
|
|
*Use when:* you have a real testimonial that earns the front page.
|
||
|
|
*Don't confuse with:* T3 Single huge quote (which lives mid-page, not in the hero slot).
|
||
|
|
|
||
|
|
```html
|
||
|
|
<section class="hero-quote">
|
||
|
|
<blockquote class="display-italic">"…"</blockquote>
|
||
|
|
<p class="attribution">— Name, Role, Company</p>
|
||
|
|
</section>
|
||
|
|
```
|