Aashish_Nepal 08be9b2b36 updated
2024-12-16 20:09:24 +05:45

34 lines
742 B
PHP

<?php include('./includes/header.php'); ?>
<section id="main-carousel">
<?php include('./includes/carousel.php'); ?>
</section>
<section id="about">
<?php include('./templates/about.php'); ?>
</section>
<section id="services">
<?php include('./templates/services.php'); ?>
</section>
<section id="packages">
<?php include('./templates/packages.php'); ?>
</section>
<section id="our-works">
<?php include('./templates/our-works.php'); ?>
</section>
<section id="testimonials">
<?php include('./includes/testimonials.php'); ?>
</section>
<section id="contact">
<?php include('./templates/contact.php'); ?>
</section>
<?php include('./includes/footer.php'); ?>
<?php include('./includes/button.php'); ?>