Some checks failed
Deploy Application / deploy (push) Has been cancelled
10 lines
471 B
HTML
10 lines
471 B
HTML
<section class="cms-hero" if="{{fullWidth}}" data-full-width="true">
|
|
<div class="cms-hero-background" if="{{backgroundImage}}" style="background-image: url('{{backgroundImage}}');"></div>
|
|
<div class="cms-hero-content">
|
|
<h1 class="cms-hero-title" if="{{title}}">{{title}}</h1>
|
|
<p class="cms-hero-subtitle" if="{{subtitle}}">{{subtitle}}</p>
|
|
<a href="{{ctaLink}}" class="cms-hero-cta" if="{{ctaText}}">{{ctaText}}</a>
|
|
</div>
|
|
</section>
|
|
|