WizdomWeb/resources/views/partials/call-to-action.php

19 lines
770 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- ======= 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>Lets Make Tech Make Sense</h3>
<p>Whether you're solving todays fires or planning for tomorrows growth, wed 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 -->