Files
michaelschiemer/src/Framework/View/templates/components/cms/hero.html
2025-11-24 21:28:25 +01:00

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>