- change root route '/' to HomeController - add main layout - add navbar and hero blade component - add custom tailwind classes - separate css files for button component
5 lines
55 B
PHP
5 lines
55 B
PHP
<x-layout>
|
|
<x-navbar />
|
|
<x-hero />
|
|
</x-layout>
|