Layout Changes

This commit is contained in:
sujan
2024-08-29 13:16:00 +05:45
parent 487651124e
commit ecef568185
27 changed files with 3001 additions and 4352 deletions

16
index.php Normal file
View File

@ -0,0 +1,16 @@
<?php include('header.php');?>
<?php include('parts/hero.php');?>
<?php include('parts/about.php');?>
<?php include('parts/service.php');?>
<?php include('parts/matrix.php');?>
<?php include('parts/form.php');?>
<?php include('parts/logo-section.php');?>
<?php include('parts/process.php');?>
<?php include('parts/country.php');?>
<?php include('parts/testimonial.php');?>
<?php include('parts/logo-display.php');?>
<?php include('parts/inquiry.php');?>
<?php include('parts/team.php');?>
<?php include('parts/blog.php');?>
<?php include('parts/map.php');?>
<?php include('footer.php');?>