How do I change the Frontend Landing Page?

We have used Tailwind Css for the default landing page.

To customize the layout, you may edit the file- resources/views/website/layout.blade.php

To customize the homepage, edit- resources/views/website/layout.blade.php

After editing, you will also need to rebuild the css. To rebuild the CSS, run this command-

npx tailwindcss ./resources/src/website/landing.css -o ./assets/css/landing.css --minify

It will generate a minified and optimized version of the CSS from the source.

Can’t find the answers you’re looking for?

We’re here to help. Chat with us.