Access_Website/index.php
2024-08-30 18:04:35 +05:45

16 lines
575 B
PHP

<?php include('header.php');?>
<?php include('parts/hero.php');?>
<?php include('parts/about.php');?>
<?php include('parts/country.php');?>
<?php include('parts/matrix.php');?>
<?php include('parts/service.php');?>
<?php include('parts/form.php');?>
<?php include('parts/testimonial.php');?>
<?php /*?><?php include('parts/logo-section.php');?>
<?php include('parts/process.php');?>
<?php include('parts/logo-display.php');?>
<?php include('parts/inquiry.php');?><?php */?>
<?php include('parts/team.php');?>
<?php include('parts/blog.php');?>
<?php include('footer.php');?>