TanchoToplineCargo/resources/views/client/sunsari/new/index.php

16 lines
403 B
PHP
Raw Normal View History

2024-05-05 04:47:49 +00:00
<?php include('header.php'); ?>
<?php include('template-parts/slider.php'); ?>
</header>
<!-- HEADER END -->
<section>
<?php include('template-parts/about.php'); ?>
<?php include('template-parts/promote.php'); ?>
<?php include('template-parts/service.php'); ?>
<?php include('template-parts/gallery.php'); ?>
<?php include('template-parts/clients.php'); ?>
</section>
<?php include('footer.php'); ?>