This commit is contained in:
2025-08-12 13:34:34 +05:45
commit 1b7be2d45d
376 changed files with 73508 additions and 0 deletions

13
index.php Normal file
View File

@@ -0,0 +1,13 @@
<?php include("header.php") ?>
<?php include("parts/banner.php") ?>
<?php include("parts/qualities.php") ?>
<?php include("parts/about.php") ?>
<?php include("parts/services.php") ?>
<?php include("parts/testimonial.php") ?>
<?php include("parts/faq.php") ?>
<?php include("parts/blog.php") ?>
<?php include("parts/contact.php") ?>
<?php include("footer.php") ?>