A modern, high-conversion landing page for a travel agency called Journez, built using Tailwind CSS. This project showcases a beautiful UI with multiple sections including tour packages, testimonials, and contact forms.
You can see the project in action by opening index.html in any modern web browser.
- HTML5 - Semantic structure.
- Tailwind CSS - Utility-first CSS framework.
.
├── src/
│ ├── input.css # Your Tailwind source styles
│ ├── output.css # Compiled Tailwind styles (linked in HTML)
│ └── images/ # Local icons and assets
├── index.html # Main landing page
└── tailwind.config.js # Tailwind configuration
git clone [https://github.com/zikou058/mini_pro_tailwindcss.git](https://github.com/zikou058/mini_pro_tailwindcss.git)
npm install
npx tailwindcss -i ./src/input.css -o ./src/output.css --watch
Open index.html in your browser.