This commit is contained in:
Aashish_Nepal
2024-12-16 20:09:24 +05:45
parent b273776ecd
commit 08be9b2b36
13 changed files with 72 additions and 108 deletions

34
home.php Normal file
View 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'); ?>