Initial commit

This commit is contained in:
subashGamer21
2025-01-07 15:54:52 +05:45
commit f26cef8072
84 changed files with 11774 additions and 0 deletions

13
index.php Normal file
View File

@ -0,0 +1,13 @@
<?php include('header.php') ?>
<?php include('parts/teaser.php') ?>
<?php include('parts/services.php') ?>
<?php include('parts/newsletter.php') ?>
<?php include('parts/vehicles.php') ?>
<?php include('parts/reviews.php') ?>
<?php include('parts/location.php') ?>
<?php include('parts/information.php') ?>
<?php include('parts/partners.php') ?>
<?php include('parts/contact.php') ?>
<?php include('parts/footer.php') ?>
<?php include('parts/checkoutmodal.php') ?>
<?php include('jquery.php') ?>