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

31 lines
1.4 KiB
PHP

<!-- ======= Why Us Section ======= -->
<section id="why-us" class="section why-us light-background">
<div class="container">
<div class="row gy-4 align-items-center">
<!-- Text Content -->
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<h3><span>Modern Technology.</span> <strong>Time-Honoured Principles.</strong></h3>
<p>
Wizdom brings seasoned thinking to modern systems. We design IT environments with clarity, purpose, and longevity where every component supports your goals and works as part of a whole.
</p>
<p>
It's not just about staying current — it's about building tech that lasts, adapts, and earns its keep.
</p>
<ul class="checklist">
<li><i class="bi bi-check-circle"></i> Scalable, secure, and intentional infrastructure</li>
<li><i class="bi bi-check-circle"></i> Designed for alignment, not just uptime</li>
<li><i class="bi bi-check-circle"></i> Built from experience, not guesswork</li>
<li><i class="bi bi-check-circle"></i> Systems that support business not slow it down</li>
</ul>
</div>
<!-- Image Column -->
<div class="col-lg-6 text-center" data-aos="zoom-in" data-aos-delay="200">
<img src="assets/img/why-us.png" class="img-fluid" alt="IT systems overview illustration">
</div>
</div>
</div>
</section>