Bohora-rental/index.php

14 lines
426 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/ourservices.php') ?>
2025-01-10 13:19:33 +05:45
<?php include('parts/CarRental.php') ?>
2025-01-09 20:07:52 +05:45
<?php include('parts/howitworks.php') ?>
2025-01-12 13:30:45 +05:45
<?php include('parts/whychooseus.php') ?>
2025-01-09 20:07:52 +05:45
2025-01-08 18:14:24 +05:45
<?php include('parts/Testimonial.php') ?>
2025-01-10 13:19:33 +05:45
2025-01-08 18:14:24 +05:45
<?php include('parts/gallery.php') ?>
<?php include('footer.php') ?>