This project is a modern sales and CRM dashboard website for JivanPakshi, an AI-driven emergency response drone manufacturer. The site is built with Vite + React and features a compelling landing page and a CRM dashboard for managing leads and partners.
- Hero Banner: High-impact landing section with demo/brochure CTAs
- Problem & Solution Sections: Clearly communicate the need and value of JivanPakshi
- Who We Serve: Segmented use cases for hospitals, governments, industry, and more
- Real Impact: Key stats and outcomes
- Compliance & Ethics: Regulatory and privacy commitments
- Partnership Plans: Tiered pricing and offerings
- AI Assistant: Mocked Q&A for prospects
- Contact Section: Easy ways to get in touch or book a demo
- CRM Dashboard:
- Overview cards (Leads, Demos, Partners, Revenue)
- Recent leads/partners table
- Simple charts (mocked)
- Vite + React
- Material-UI (or Tailwind CSS, depending on your preference)
- Mock data (no backend required for demo)
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open your browser: Visit http://localhost:5173
src/components/
— Reusable UI componentssrc/pages/
— Main pages (Landing, CRM)src/data/
— Mock data for CRMsrc/App.tsx
— App routing and layout
- Update mock data in
src/data/
as needed - Adjust branding, colors, and images in
src/assets/
MIT