WizdomWeb/resources/views/pages/services/it_consulting.php

8 lines
254 B
PHP

<?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);