20 lines
803 B
HTML
20 lines
803 B
HTML
|
|
<section class="cta-2 m-5" aria-label="cta-1" data-bs-theme="dark">
|
||
|
|
|
||
|
|
<div class="container rounded-4">
|
||
|
|
<img src="demo/img/hero-3.webp" alt="Team 1" class="w-100 rounded-4">
|
||
|
|
|
||
|
|
<div class="position-absolute top-0 h-100 container">
|
||
|
|
<div class="row align-items-center h-100 mx-auto">
|
||
|
|
<div class="col text-center">
|
||
|
|
<h2 class="display-3 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>
|
||
|
|
|
||
|
|
</section>
|