get('/', 'Home::index'); $routes->get('/about', 'Home::about'); $routes->get('/contact', 'Home::contact'); $routes->post('/contact', 'Home::contact'); $routes->get('/book', 'Home::book'); $routes->post('/book', 'Home::book'); $routes->get('/our-service', 'Home::ourService');