basic 'coming soon' marketing site

This commit is contained in:
hackerESQ
2024-08-23 18:45:22 -05:00
parent 0b8dfd8ebf
commit 3fcc4d9833
2 changed files with 126 additions and 171 deletions
@@ -15,9 +15,9 @@
@livewireStyles
</head>
<body {{ $attributes->merge(['class']) }}>
<body {{ $attributes?->merge(['class']) }}>
{{ $body }}
@yield('body', $body ?? '')
@livewireScripts
</body>
File diff suppressed because one or more lines are too long