dealhub/resources/views/home.blade.php
kusowl 33cbdea12b feat(landing page): add navbar and hero section
- change root route '/' to HomeController
- add main layout
- add navbar and hero blade component
- add custom tailwind classes
- separate css files for button component
2026-01-07 17:03:18 +05:30

5 lines
55 B
PHP

<x-layout>
<x-navbar />
<x-hero />
</x-layout>