diff --git a/app/Controllers/Home.php b/app/Controllers/Home.php index e68d5e4..8a6bedb 100644 --- a/app/Controllers/Home.php +++ b/app/Controllers/Home.php @@ -22,7 +22,7 @@ class Home extends BaseController } public function ourService(): string { - return view('about-us'); + return view('our-services'); } } diff --git a/app/Views/our-services.php b/app/Views/our-services.php new file mode 100644 index 0000000..48de59f --- /dev/null +++ b/app/Views/our-services.php @@ -0,0 +1,122 @@ +extend('layouts/master') ?> + +section('content') ?> + + +
+
+
+
+ +
+ +
+
+ +
+
+ + + +
+
+ +
+
+ +
+ +
+ +
+ +
+ +
+

our Service

+

Rent with ease and clarity.

+
+ + + +
+ +
+
+ +
+
+

Van Rental Terms & Pricing

+

Our delivery van rentals require a one-week minimum contract that is priced according to vehicle type, length of terms, and season of the year.

+
+
+ + + +
+
+ +
+
+

Mileage Allowance

+

Our contracts come with a generous monthly mileage allowance, providing you with the freedom to use the vehicle as you need. If you exceed this allowance, we apply a reasonable charge per mile, ensuring fairness and transparency in our pricing.

+
+
+ + + +
+
+ +
+
+

Returning Vehicles

+

Vehicles will be subject to a condition inspection. The renter is expected to fix the damages before the vehicle is picked up. Damage fees may be charged if the vehicle has experienced excessive wear and tear.

+
+
+ + + + + +
+
+ +
+
+

Insurance

+

Our short-term rental vehicles are insured by the renter's insurance. The renter should have insurance to cover the liability policy for each vehicle.

+
+
+ + + + + +
+ + + + + +
+ +
+
+
+
+ + +endSection() ?> + + + + + + + + + +