This commit is contained in:
2026-05-17 21:09:32 +08:00
commit 1870400c47
1564 changed files with 544713 additions and 0 deletions

View 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>

View File

@@ -0,0 +1,20 @@
<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>

View File

@@ -0,0 +1,28 @@
<section class="cta-3 p-5" aria-label="cta-1" data-bs-theme="dark">
<div class="container">
<div class="row">
<div class="col-8">
<h2 class="display-4 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-light mt-5">
<span>Contact us</span>
</a>
</div>
</div>
<div class="col-4"></div>
</div>
<div class="overlay">
</div>
<div class="background-container parallax">
<img src="demo/img/team-1.jpg" alt="Team 1">
</div>
</section>