Files
Bibhuti_new_frontent/index.php
2025-08-12 13:37:07 +05:45

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")?>