<?php $_SESSION['active'] = 'home'; include 'header.php'; include 'topbar.php'; include 'navbar.php'; include 'slider.php'; include 'features.php'; include 'aboutHome.php'; include 'servicesHome.php'; include 'whychooseusHome.php'; include 'projectsHome.php'; // include 'quoteHome.php'; include 'teamHome.php'; include 'testimonialHome.php'; include 'footer.php'; ?>