44 STR ISUZU DLX A/C ( REAR ENGINE)

Rental Rates

4 Hrs/40 Kms

12000

What are the terms and conditions for using the car?

Hourly (min. 4 hrs)

12000

What are the terms and conditions for using the car?

8 Hrs/80 Kms

19500

What are the terms and conditions for using the car?

Car Ext.hr/beyond 8Hr

1200

What are the terms and conditions for using the car?

Car Ext.hr/beyond 80kms

100

What are the terms and conditions for using the car?

Driver Bhatta

1000*

What are the terms and conditions for using the car?

Car InterCity Min Kms/Day

300 KMS

What are the terms and conditions for using the car?

Per Kilometer

100

What are the terms and conditions for using the car?

Driver Bhatta

1000

What are the terms and conditions for using the car?

* refer to the Terms and Conditions and FAQ.

import { Override } from "framer" export function BackButton(): Override { return { onClick: () => { // Checks if there is history to go back to, otherwise redirects to fallback (e.g., /home) if (window.history.length > 1) { window.history.back() } else { window.location.href = "/home" } }, } }