WizdomWeb/resources/views/partials/services.php

86 lines
6.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.

<?php
/**
* File: services.php
* Version: 2.4
* Path: /resources/views/partials/services.php
* Purpose: Services section styled to match Arsha layout with updated titles, descriptions, and full AOS integration.
* Project: Wizdom Networks Website
*/
?>
<section id="services" class="services section">
<div class="container section-title" data-aos="fade-up">
<h2>Services</h2>
<p>Discover how Wizdom Networks transforms businesses through modern IT consulting and powerful digital infrastructure solutions.</p>
</div>
<div class="container">
<div class="row gy-5">
<div class="col-xl-3 col-md-6" data-aos="zoom-in" data-aos-delay="200">
<div class="service-item">
<div class="icon"><i class="bi bi-lightbulb"></i></div>
<h4><a href="#contact" class="stretched-link" onclick="prefillService('BrandLab')">BrandLab</a></h4>
<p>BrandLab builds high-performance brands through data, psychology, and strategic design. We dont just create logos — we craft complete identities, including naming, messaging, and visual systems that work. Our services cover everything from logo design, websites, and SEO to marketing assets like team headshots and product photography. If your brand needs to connect, convert, and grow — well engineer it to do exactly that.</p>
</div>
</div>
<div class="col-xl-3 col-md-6" data-aos="zoom-in" data-aos-delay="300">
<div class="service-item">
<div class="icon"><i class="bi bi-headset"></i></div>
<h4><a href="#contact" class="stretched-link" onclick="prefillService('HelpDesk+')">HelpDesk+</a></h4>
<p>Unlimited remote IT support, flat-rate priced and delivered by real experts. HelpDesk+ keeps your business running, reduces downtime, and gives you predictable support costs. Our team acts as your on-call IT department — solving issues quickly so your staff can stay focused. No more surprises. Just fast, reliable help when you need it most.</p>
</div>
</div>
<div class="col-xl-3 col-md-6" data-aos="zoom-in" data-aos-delay="400">
<div class="service-item">
<div class="icon"><i class="bi bi-kanban"></i></div>
<h4><a href="#contact" class="stretched-link" onclick="prefillService('ProjX')">ProjX</a></h4>
<p>ProjX provides expert-led project planning and execution for IT, cloud, and infrastructure initiatives. We define clear goals, timelines, and risks up front — then manage resources, vendors, and delivery to stay on track. Our process includes kickoff alignment, milestone validation, and post-project review to lock in wins and lessons. With ProjX, your projects dont just launch — they land exactly where theyre supposed to.</p>
</div>
</div>
<div class="col-xl-3 col-md-6" data-aos="zoom-in" data-aos-delay="500">
<div class="service-item">
<div class="icon"><i class="bi bi-moon-stars"></i></div>
<h4><a href="#contact" class="stretched-link" onclick="prefillService('After5')">After5</a></h4>
<p>After5 offers after-hours, weekend, and emergency IT support for organizations that cant afford to pause. Whether you're launching a campaign, hosting a live event, or need urgent troubleshooting, weve got you covered. Flexible plans and on-call experts ensure continuity, rapid resolution, and peace of mind when others are off the clock. Your night shift just got a lot less stressful.</p>
</div>
</div>
<div class="col-xl-3 col-md-6" data-aos="zoom-in" data-aos-delay="600">
<div class="service-item">
<div class="icon"><i class="bi bi-cloud-arrow-up"></i></div>
<h4><a href="#contact" class="stretched-link" onclick="prefillService('CloudiQ')">CloudiQ</a></h4>
<p>CloudiQ is your suite of hosted business services — from Exchange email and WordPress web hosting to secure backups, file sharing, and more. We offer branded cloud tools like spamiQ (anti-spam), wiseDrop (file sync & share), and RightBack (online backup) — all designed for small business reliability and scalability. Whether you're launching, upgrading, or integrating, we handle deployment, migration, and support. With CloudiQ, your essential systems stay online, secure, and in sync.</p>
</div>
</div>
<div class="col-xl-3 col-md-6" data-aos="zoom-in" data-aos-delay="700">
<div class="service-item">
<div class="icon"><i class="bi bi-sliders2"></i></div>
<h4><a href="#contact" class="stretched-link" onclick="prefillService('alignd')">alignd</a></h4>
<p>alignd connects your business strategy with the right IT leadership and execution. We provide outsourced CIO/CTO services, senior consulting, and hands-on technical guidance to help you move forward with clarity. Whether you need executive-level planning or expert support embedded in your team, alignd ensures your technology is always working toward your goals. Stop reacting — start leading with aligned strategy and action.</p>
</div>
</div>
<div class="col-xl-3 col-md-6" data-aos="zoom-in" data-aos-delay="800">
<div class="service-item">
<div class="icon"><i class="bi bi-diagram-3"></i></div>
<h4><a href="#contact" class="stretched-link" onclick="prefillService('Layr1')">Layr1</a></h4>
<p>Layr1 delivers structured cabling, secure networking, and on-site technology infrastructure built to last. We design and deploy everything from racks, servers, and Wi-Fi to firewalls, switches, and surveillance systems. Our team also handles network surveys, heat mapping, and full data centre builds, teardowns or migrations. Whether you're building out, cleaning up, or locking down — Layr1 makes sure it's done right.</p>
</div>
</div>
<div class="col-xl-3 col-md-6" data-aos="zoom-in" data-aos-delay="900">
<div class="service-item">
<div class="icon"><i class="bi bi-windows"></i></div>
<h4><a href="#contact" class="stretched-link" onclick="prefillService('M365')">M365</a></h4>
<p>M365 helps businesses deploy, manage, and get the most from Microsoft 365. We handle migrations, licensing, account setup, device configuration, and training — so your team can focus on work, not workarounds. From Exchange and SharePoint to Teams and OneDrive, we ensure everything is secure, synced, and supported. With M365, you get expert guidance and a seamless Microsoft experience from day one.</p>
</div>
</div>
</div>
</div>
</section>