updated
This commit is contained in:
34
home.php
Normal file
34
home.php
Normal file
@ -0,0 +1,34 @@
|
||||
<?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'); ?>
|
Reference in New Issue
Block a user