21 lines
668 B
PHP
21 lines
668 B
PHP
<?php
|
|
// File: resources/views/pages/landing.php
|
|
// Version: v1.0
|
|
// Purpose: Injected content for Arsha layout one-pager
|
|
// Project: Wizdom Networks Website
|
|
|
|
?>
|
|
|
|
<!-- ======= Hero Section ======= -->
|
|
<section id="hero" class="d-flex align-items-center">
|
|
<div class="container" data-aos="zoom-out" data-aos-delay="100">
|
|
<h1>Welcome to <span>Wizdom Networks</span></h1>
|
|
<h2>We deliver powerful IT consulting, cloud strategy, and MSP services for growing businesses.</h2>
|
|
<div class="d-flex">
|
|
<a href="#services" class="btn-get-started scrollto">Get Started</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Add more trimmed Arsha sections here as needed -->
|