<?php
$title = 'About - Wizdom Networks';
$content = <<<HTML
<h1>About Wizdom Networks</h1><p>At Wizdom Networks, we specialize in delivering top-notch IT solutions to help your business thrive.</p>
HTML;
$this->render('layouts/main', $data);