The landing page for Beyond Body Holistic Health is a dynamic and modern web solution, crafted using a full-stack Vite, React, and Node/Express setup. It features a clean and responsive design to promote holistic health services, ensuring fast performance and seamless user interaction. The back-end, powered by Node/Express, efficiently handles form submissions and any necessary data management, while the front-end offers an engaging, intuitive user experience.
- React Holistic Health landing page layout made with daisyUI 4
- Made with Vite 5, React, Framer Motion
- Compatible with all daisyUI themes (32 themes)
- Responsive layout
- Beautiful landing page for Holistic Health
- Services section, testimonials, team section, contact form layout
- Dark mode toggle
src/app.jsx
- Landing pagesrc/components/
- React components for each section of pagesrc/utils/motion.js
- Animationspublic/images/
- Imagesvite.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 React code to use it in your own project
- Install dependencies
npm install
Run the dev server
npm run dev
Or build and preview:
npm run build npm run preview