Rental Rates

Hourly Pack

2500

What are the terms and conditions for using the car?

Hourly (min. 4 hrs)

2500

What are the terms and conditions for using the car?

Allotted KMs

10

What are the terms and conditions for using the car?

Zero Mileage

14000

What are the terms and conditions for using the car?

Per Kilometer

75

What are the terms and conditions for using the car?

FUP Pack (350 KM)

27500

What are the terms and conditions for using the car?

Security Deposit

100,000

What are the terms and conditions for using the car?

Fuel Type

PETROL

What are the terms and conditions for using the car?

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" } }, } }