Update layout
Add standard tailwind color classes Remove welcome page Add landing page
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::get('/', function () {
|
||||
return view('welcome');
|
||||
});
|
||||
Route::livewire('/', 'pages::landing');
|
||||
|
||||
Route::get('/login', function () {
|
||||
return view('login');
|
||||
})->name('login');
|
||||
|
||||
Reference in New Issue
Block a user