StudyBuddy

How do I modify the Landing Page?

We have designed the landing page using tailwind css. You can change text, images, and video from the Super Admin.

If you want to change the landing page completely and want to make your own, you can follow this guide-

  1. Edit the tailwind.config.js file
  2. Edit the file resources/views/website/layout.blade.php
  3. Run this command- npx tailwindcss ./resources/src/website/landing.css -o ./assets/css/landing.css --minify

This will generate the assets again.