Update layout

Add standard tailwind color classes

Remove welcome page

Add landing page
This commit is contained in:
joeplikestocode
2026-02-17 00:13:18 +01:00
parent c16cabc00e
commit b77c1ba281
12 changed files with 1026 additions and 302 deletions

View File

@@ -0,0 +1,7 @@
@component('layouts.app', ['title' => 'Login'])
<div class="min-h-screen flex items-center justify-center p-6">
<div class="w-full max-w-md rounded-xl bg-white p-6 shadow">
{{-- your existing Fortify login form --}}
</div>
</div>
@endcomponent