VvebOIDC/public/themes/solutry/sections/cta/cta-1.html

27 lines
769 B
HTML

<section class="cta-1" aria-label="cta-1" data-bs-theme="dark">
<div class="container">
<div class="row justify-content-center">
<div class="col text-center">
<h2 class="display-5 fw-bold text-body mb-3">Ready to take the next step?</h2>
<p class="text-body h4 fw-normal">Our specialists are ready to work on your next awesome project</p>
<p class="text-body h4 fw-normal">Contact us today to get started!</p>
<a href="https://www.vvveb.com" class="btn btn-lg btn-primary mt-5">
<span>Contact us</span>
</a>
</div>
</div>
</div>
<div class="overlay">
</div>
<div class="background-container parallax">
<img src="demo/img/hero-3.webp" alt="Hero background">
</div>
</section>