This commit is contained in:
2025-08-12 13:37:07 +05:45
commit 38bd3bc786
1371 changed files with 139674 additions and 0 deletions

15
index.php Normal file
View File

@@ -0,0 +1,15 @@
<?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")?>