13 lines
508 B
PHP
13 lines
508 B
PHP
<?php include('header.php')?>
|
|
<?php include('parts/hero-section.php')?>
|
|
<?php include('parts/country.php')?>
|
|
<?php include('parts/about-intro.php')?>
|
|
<?php include('parts/location.php')?>
|
|
<?php include('parts/service.php')?>
|
|
<?php include('parts/form.php')?>
|
|
<?php /*?><?php include('parts/team.php')?><?php */?>
|
|
<?php include('parts/testimonials.php')?>
|
|
<?php /*?><?php include('parts/visa.php')?><?php */?>
|
|
<?php include('parts/blog.php')?>
|
|
<?php include('parts/apply.php')?>
|
|
<?php include('footer.php');?>
|