Bohora-rental/index.php

16 lines
504 B
PHP
Raw Normal View History

2025-01-08 18:14:24 +05:45
<?php include('header.php') ?>
2025-01-09 20:07:52 +05:45
<?php include('parts/banner.php') ?>
<?php include('parts/searchbooking.php') ?>
2025-01-08 18:14:24 +05:45
<?php include('parts/about.php') ?>
2025-01-09 20:07:52 +05:45
<?php include('parts/ourbenefits.php') ?>
<?php include('parts/ourservices.php') ?>
<?php include('parts/ctaRental.php') ?>
<?php include('parts/howitworks.php') ?>
2025-01-08 18:14:24 +05:45
<?php include('parts/Testimonial.php') ?>
2025-01-09 20:07:52 +05:45
<?php include('parts/whynepal.php') ?>
2025-01-08 18:14:24 +05:45
<?php include('parts/gallery.php') ?>
2025-01-09 20:07:52 +05:45
2025-01-08 18:14:24 +05:45
<?php include('parts/ctaCheap.php') ?>
<?php include('footer.php') ?>