init
This commit is contained in:
27
static/Vvvebjs/demo/landing/sections/cta/cta-1.html
Normal file
27
static/Vvvebjs/demo/landing/sections/cta/cta-1.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<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-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 class="overlay">
|
||||
</div>
|
||||
|
||||
<div class="background-container parallax">
|
||||
|
||||
<img src="demo/img/hero-3.webp" alt="Hero background">
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
Reference in New Issue
Block a user