Landing Page Components
Headers
Heading
Tagline content that is a little longerHTML
<section class="grid-container full-width header--centered">
<h1 class="cfa-grid-col-12">Heading</h1>
<span class="tagline cfa-grid-col-12">Tagline content that is a little longer</span>
</section>
Problem Being Solved
Sets context for a landing page.
When to Use
This should be the first component on a landing page.
When Not to Use
Any other usage other than the first component of a landing page.