get('/', 'Home::index'); $routes->get('/index', 'Home::index'); $routes->get('/login', 'Home::index'); $routes->get('/about-us', 'Home::about'); $routes->get('/services', 'Home::services'); $routes->get('/contact-us', 'Home::contact');