Added About Page

This commit is contained in:
2025-09-17 23:34:37 +10:00
parent 2f6006626d
commit b9e1f6827a
30 changed files with 1270 additions and 529 deletions

View File

@@ -13,7 +13,7 @@ Route::get('/', function () {
Route::get('/about', function () {
return Inertia::render('AboutUs');
})->name('home');
})->name('about');
require __DIR__.'/settings.php';
require __DIR__.'/auth.php';