feat: wire FuelFinder to home route, replacing static homepage

This commit is contained in:
Ovidiu U
2026-04-07 14:38:03 +01:00
parent 41a2cc5f43
commit e9612666e3
3 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
@include('partials.head')
</head>
<body class="font-sans antialiased">
{{ $slot }}
</body>
</html>