WizdomWeb/resources/views/partials/why-us.php

51 lines
2.1 KiB
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.

<!-- ======= Why Us Section ======= -->
<section id="why-us" class="section why-us light-background" data-builder="section">
<div class="container-fluid">
<div class="row gy-4">
<div class="col-lg-7 d-flex flex-column justify-content-center order-2 order-lg-1">
<div class="content px-xl-5" data-aos="fade-up" data-aos-delay="100">
<h3><span>Why Organizations Choose </span><strong>Wizdom Networks</strong></h3>
<p>
Theres no shortage of IT consultants out there. But few bring the same mix of creativity, pragmatism, and proven experience. We do.
</p>
</div>
<div class="faq-container px-xl-5" data-aos="fade-up" data-aos-delay="200">
<div class="faq-item faq-active">
<h3><span>01</span> What makes Wizdom different?</h3>
<div class="faq-content">
<p>We combine deep technical chops with strategic insight and hands-on execution. No fluff. No shortcuts.</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div>
<div class="faq-item">
<h3><span>02</span> Who do you typically work with?</h3>
<div class="faq-content">
<p>We support SMBs and mid-market orgs across retail, public sector, professional services, and non-profits but we scale easily into enterprise territory.</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div>
<div class="faq-item">
<h3><span>03</span> Do you offer flexible or project-based engagements?</h3>
<div class="faq-content">
<p>Absolutely. From one-off projects to long-term partnerships, we adapt to your business needs and growth stage.</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div>
</div>
</div>
<div class="col-lg-5 order-1 order-lg-2 why-us-img">
<img src="assets/img/why-us.png" class="img-fluid" alt="" data-aos="zoom-in" data-aos-delay="100">
</div>
</div>
</div>
</section><!-- End Why Us Section -->