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') ?> + + + + +
470-655-6444
+johnbullenterprises@gmail.com
+3235 Satellite Blvd, Duluth, GA 30096
+Enhance your rental experience with additional options.
+Rentals to support various mission critical/essential businesses .
Enhance your rental experience with additional options.
+Rentals for moving furniture or household items.
Enhance your rental experience with additional options.
+Rentals for moving purchases from stores to site.
Enhance your rental experience with additional options.
+Learn more about how we serve your rental need.