19 lines
770 B
PHP
19 lines
770 B
PHP
<!-- ======= Call To Action Section ======= -->
|
||
<section id="call-to-action" class="call-to-action section dark-background">
|
||
|
||
<img src="assets/img/bg/bg-8.webp" alt="Call to Action Background">
|
||
|
||
<div class="container">
|
||
<div class="row" data-aos="zoom-in" data-aos-delay="100">
|
||
<div class="col-xl-9 text-center text-xl-start">
|
||
<h3>Let’s Make Tech Make Sense</h3>
|
||
<p>Whether you're solving today’s fires or planning for tomorrow’s growth, we’d love to hear your story — and help write the next chapter.</p>
|
||
</div>
|
||
<div class="col-xl-3 cta-btn-container text-center">
|
||
<a class="cta-btn align-middle" href="#contact">Get In Touch</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</section><!-- End Call To Action Section -->
|