2024-09-06 11:35:59 +00:00
|
|
|
<?php include('header.php')?>
|
|
|
|
<?php include('parts/hero-section.php')?>
|
|
|
|
<?php include('parts/country.php')?>
|
|
|
|
<?php include('parts/about-intro.php')?>
|
|
|
|
<?php include('parts/service.php')?>
|
|
|
|
<?php include('parts/form.php')?>
|
2024-09-09 07:22:27 +00:00
|
|
|
<?php /*?><?php include('parts/team.php')?><?php */?>
|
2024-09-10 05:17:46 +00:00
|
|
|
<?php include('parts/testimonials.php')?>
|
|
|
|
<?php include('parts/location.php')?>
|
2024-09-06 11:35:59 +00:00
|
|
|
<?php include('parts/blog.php')?>
|
2024-09-08 05:01:05 +00:00
|
|
|
<?php include('parts/apply.php')?>
|
2024-09-06 11:35:59 +00:00
|
|
|
<?php include('footer.php');?>
|