15 lines
460 B
PHP
15 lines
460 B
PHP
<?php include("header.php")?>
|
|
<?php include("parts/banner.php")?>
|
|
<?php include("parts/partners.php")?>
|
|
<?php include("parts/we-do.php")?>
|
|
<?php include("parts/cta.php")?>
|
|
<?php include("parts/our-work.php")?>
|
|
<?php include("parts/achievements.php")?>
|
|
<?php include("parts/about.php")?>
|
|
<?php include("parts/cta.php")?>
|
|
<?php include("parts/testimonial.php")?>
|
|
<?php include("parts/cta.php")?>
|
|
|
|
<?php include("parts/blogs.php")?>
|
|
|
|
<?php include("footer.php")?>
|