34 lines
742 B
PHP
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'); ?>
|