A modern, responsive landing page built with React.js, Vite, and Tailwind CSS. Features stunning animations, parallax effects, and a clean, modular architecture.
- Vite: Fast build tool for modern web projects
- React.js: Component-based UI library
- Tailwind CSS: Utility-first CSS framework
- React Router: Client-side routing
- React Just Parallax: Smooth parallax effects
- Scroll Lock: Scroll behavior control
- Beautiful Sections: Hero, services, features, collaboration, roadmap, pricing, footer, header
- Parallax Animations: Mouse and scroll-triggered effects
- Complex UI Geometry: Intricate shapes, grids, and lines using Tailwind CSS
- Latest UI Trends: Bento grids, gradients, and modern layouts
- Responsive Design: Works seamlessly across all devices
- Reusable Components: Modular and easy to extend
- Code Architecture: Clean, maintainable, and scalable
cd "landing page"
npm install
npm run devOpen http://localhost:5173 in your browser.
npm run build
npm run previewmindflow/
βββ public/
β βββ vite.svg
βββ src/
β βββ assets/
β β βββ svg/ # SVG React components
β β βββ benefits/ # Benefits section images
β β βββ collaboration/ # Collaboration section images
β β βββ hero/ # Hero section images
β β βββ notification/ # Notification images
β β βββ pricing/ # Pricing section images
β β βββ roadmap/ # Roadmap section images
β β βββ services/ # Services section images
β β βββ socials/ # Social media icons
β β βββ index.js # Asset exports
β βββ components/
β β βββ design/ # Design-specific components
β β βββ Benefits.jsx
β β βββ Button.jsx
β β βββ Collaboration.jsx
β β βββ CompanyLogos.jsx
β β βββ Footer.jsx
β β βββ Generating.jsx
β β βββ Header.jsx
β β βββ Heading.jsx
β β βββ Hero.jsx
β β βββ Notification.jsx
β β βββ Pricing.jsx
β β βββ PricingList.jsx
β β βββ Roadmap.jsx
β β βββ Section.jsx
β β βββ Services.jsx
β β βββ Tagline.jsx
β βββ constants/
β β βββ index.js # App constants and data
β βββ App.jsx
β βββ index.css
β βββ main.jsx
βββ index.html
βββ package.json
βββ tailwind.config.js
βββ vite.config.js
βββ README.md
- Section.jsx: Layout wrapper with decorative elements
- Button.jsx: Customizable button with SVG borders
- Heading.jsx: Section heading with optional tagline
- Header.jsx: Responsive navigation with mobile menu
- Hero.jsx: Hero section with parallax effects
- Benefits.jsx: Feature cards with hover effects
- Collaboration.jsx: Circular app integration showcase
- Services.jsx: AI features with chat mockups
- Pricing.jsx: Three-tier pricing cards
- Roadmap.jsx: Project timeline with status indicators
- Footer.jsx: Social media links and copyright
Edit src/constants/index.js to change:
- Navigation links
- Feature descriptions
- Pricing tiers
- Roadmap items
- Social media links
- Colors: Update
tailwind.config.js - Fonts: Modify
src/index.css - Components: Edit individual component files
Add or replace images in src/assets/ directories and update imports in src/assets/index.js
This project is open source and available for personal and commercial use.
Built with modern web technologies and best practices for optimal performance and user experience.
Happy Coding! π