Thank you for purchasing this page. I hope it's going to be helpful for you.
- HTML SaaS landing page layout made with daisyUI 4
- Made with Vite 5, Alpine.js and Handlebars for partials
- 2 exclusive daisyUI themes (dark/light)
- Compatible with all daisyUI themes (32 themes)
- Responsive layout
- Hero section, Partner logos, Features section, Integrations cards, Pricing tables, FAQ accordion section, Footer with links and contact form
- Pricing table with dynamic price toggle
- Theme changer menu
- 3D card effect
src/index.html
- Landing pagesrc/partials/
- partial HTML filessrc/assets/
- images and stylesvite.config.js
- Vite config filepostcss.config.cjs
- PostCSS config filetailwind.config.cjs
- Tailwind config filepackage.json
You can:
- Install dependencies and run/build it using Vite
- Copy/paste the HTML code to use it in your own framework (Vue, Svelte, Astro, etc)
- Install dependencies
npm install
- Run the dev server
npm run dev
- Or build and preview:
npm run build
npm run preview