WizdomWeb/resources/views/partials/about.php

32 lines
1.5 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.

<!-- ======= About Section ======= -->
<section id="about" class="about section">
<div class="container section-title" data-aos="fade-up">
<h2>About Us</h2>
</div>
<div class="container">
<div class="row gy-4">
<div class="col-lg-6 content" data-aos="fade-up" data-aos-delay="100">
<p>
Were not your average IT consultancy and thats the point.
At Wizdom, we blend sharp technical expertise with grounded business sense.
For over 20 years, we've helped clients design smarter infrastructure, manage complex projects, and adapt to change without missing a beat.
</p>
<ul>
<li><i class="bi bi-check2-circle"></i> <span>Infrastructure strategy meets execution — without the buzzwords.</span></li>
<li><i class="bi bi-check2-circle"></i> <span>We dont just work with tech — we translate it into results.</span></li>
<li><i class="bi bi-check2-circle"></i> <span>Collaborative, transparent, and battle-tested since 2002.</span></li>
</ul>
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="200">
<p>
Whether you need an architect, a troubleshooter, or a translator between tech and executive — we've been that partner.
Our engagements go beyond checklists we help build what's next.
</p>
<a href="#services" class="read-more"><span>Explore Our Services</span><i class="bi bi-arrow-right"></i></a>
</div>
</div>
</div>
</section><!-- End About Section -->