TourIAm/TIAMSharedUI/Pages/Components/CallToActionComponent.razor

24 lines
1008 B
Plaintext

<div class="container text-center py-4 py-md-6 rounded-3">
<div class="lc-block card border-0 text-center rounded p-4 p-lg-6" style="background:url(https://cdn.livecanvas.com/media/backgrounds/fffuelco/ffflux.svg) center / cover no-repeat;">
<div class="row card-body mb-3 mb-lg-4">
<div class="col-xl-11 col-xxl-9 mx-auto">
<div class="lc-block mb-4">
<div editable="rich">
<p class="text-white">JOIN OUR COMMUNITY</p>
</div>
</div>
<div class="lc-block">
<div editable="rich">
<h3 class="text-white fw-bold display-6">We are trusted by over 2.000 clients. Join them now and grow your business.</h3>
</div>
</div>
</div>
</div>
<div class="lc-block"><a class="btn btn-primary btn-lg" href="#" role="button">Get Started</a></div>
</div>
</div>
@code {
}