TourIAm/TIAMSharedUI/Pages/Components/CallToActionComponent.razor

24 lines
949 B
Plaintext

<div class="container-fluid text-center pt-4 py-md-6">
<div class="lc-block card border-0 text-center py-5" style="background: #4c327b; background-position: center; background-size: cover;">
<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">READY TO GO?</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">Book now!</a></div>
</div>
</div>
@code {
}