|
<?php
|
|
|
|
$title = 'It Consulting - Wizdom Networks';
|
|
$content = <<<HTML
|
|
<h1>IT Consulting</h1><p>Our IT consulting services provide businesses with tailored solutions to maximize productivity and efficiency.</p>
|
|
HTML;
|
|
|
|
$this->render('layouts/main', $data); |