Initial commit

This commit is contained in:
subashGamer21
2025-01-08 18:14:24 +05:45
commit 0f5e5a920f
462 changed files with 66478 additions and 0 deletions

12
index.php Normal file
View File

@ -0,0 +1,12 @@
<?php include('header.php') ?>
<?php include('parts/pickupservice.php') ?>
<?php include('parts/about.php') ?>
<?php include('parts/carservices.php') ?>
<?php include('parts/funFact.php') ?>
<?php include('parts/popularCar.php') ?>
<?php include('parts/Testimonial.php') ?>
<?php include('parts/gallery.php') ?>
<?php include('parts/news.php') ?>
<?php include('parts/ctaRental.php') ?>
<?php include('parts/ctaCheap.php') ?>
<?php include('footer.php') ?>