diff --git a/app/Config/Routes.php b/app/Config/Routes.php index 715a2c8..bca3cde 100644 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -8,4 +8,5 @@ use CodeIgniter\Router\RouteCollection; $routes->get('/', 'Home::index'); $routes->get('/about', 'Home::about'); $routes->get('/contact', 'Home::contact'); -$routes->get('/book', 'Home::book'); \ No newline at end of file +$routes->get('/book', 'Home::book'); +$routes->get('/our-service', 'Home::ourService'); diff --git a/app/Controllers/Home.php b/app/Controllers/Home.php index 8a1cde8..e68d5e4 100644 --- a/app/Controllers/Home.php +++ b/app/Controllers/Home.php @@ -18,6 +18,11 @@ class Home extends BaseController } public function book(): string { - return view('home'); + return view('book'); } + public function ourService(): string + { + return view('about-us'); + } + } diff --git a/app/Views/book.php b/app/Views/book.php new file mode 100644 index 0000000..0de11a8 --- /dev/null +++ b/app/Views/book.php @@ -0,0 +1,172 @@ +extend('layouts/master') ?> + +section('content') ?> + + + + +
+
+
+
+
+ +
+ +
+

Contact information

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

470-655-6444

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

johnbullenterprises@gmail.com

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

3235 Satellite Blvd, Duluth, GA 30096

+
+ +
+ +
+ + + +
+
    +
  • +
  • +
  • +
  • +
+
+ +
+ +
+ +
+
+

Bookings

+

Start your booking.

+ +
+ + +
+
+
+
+ + +
+
+ +
+ + +
+
+ +
+ + +
+
+ +
+ + +
+
+ +
+ + +
+
+ +
+
+ + +
+
+
+
+
+ +
+
+
+
+
+ + + +
+
+
+
+ + + + + + +
+
+
+
+ +
+ +
+ +
+
+
+
+ +endSection() ?> + diff --git a/app/Views/home.php b/app/Views/home.php index e78e71e..dc96948 100644 --- a/app/Views/home.php +++ b/app/Views/home.php @@ -62,11 +62,11 @@
-

car rental with driver

-

Enhance your rental experience with additional options.

+

Priority Business

+

Rentals to support various mission critical/essential businesses .

@@ -79,11 +79,11 @@
-

business car rental

-

Enhance your rental experience with additional options.

+

Moving Rental

+

Rentals for moving furniture or household items.

@@ -96,8 +96,8 @@
-

airport transfer

-

Enhance your rental experience with additional options.

+

Home improvement

+

Rentals for moving purchases from stores to site.

-

chauffeur services

-

Enhance your rental experience with additional options.

+

Learn More.

+

Learn more about how we serve your rental need.

diff --git a/app/Views/layouts/master.php b/app/Views/layouts/master.php index f9c0603..48a2399 100644 --- a/app/Views/layouts/master.php +++ b/app/Views/layouts/master.php @@ -191,11 +191,11 @@