Bohora-rental/index.php
subashGamer21 0120b29fd6 changes
2025-01-15 16:17:53 +05:45

13 lines
465 B
PHP

<?php include('header.php') ?>
<?php include('parts/banner.php') ?>
<?php include('parts/pickupform.php') ?>
<?php include('parts/searchbooking.php') ?>
<?php include('parts/about.php') ?>
<?php include('parts/ourservices.php') ?>
<?php include('parts/CarRental.php') ?>
<?php include('parts/howitworks.php') ?>
<?php include('parts/whychooseus.php') ?>
<?php include('parts/Testimonial.php') ?>
<?php include('parts/gallery.php') ?>
<?php include('footer.php') ?>