Anti-AI-slop design skill (greenfield pages, audits, redesigns, design extraction from URLs/screenshots) -- installed and validated in an earlier session, was sitting untracked. Full reference library: components, macrostructures, themes, genres, verbs (audit/redesign). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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>
|
|
```
|