f4f4f04a7d
changes
16 lines
504 B
PHP
16 lines
504 B
PHP
<?php include('header.php') ?>
|
|
<?php include('parts/banner.php') ?>
|
|
<?php include('parts/searchbooking.php') ?>
|
|
<?php include('parts/about.php') ?>
|
|
<?php include('parts/ourbenefits.php') ?>
|
|
<?php include('parts/ourservices.php') ?>
|
|
<?php include('parts/ctaRental.php') ?>
|
|
<?php include('parts/howitworks.php') ?>
|
|
|
|
<?php include('parts/Testimonial.php') ?>
|
|
<?php include('parts/whynepal.php') ?>
|
|
<?php include('parts/gallery.php') ?>
|
|
|
|
<?php include('parts/ctaCheap.php') ?>
|
|
<?php include('footer.php') ?>
|