A React + TypeScript landing page for PAI3 Power Node with interactive ROI calculator.
- 🎯 Interactive ROI Calculator with sliders
- 📱 Fully responsive design
- ⚡ Smooth animations with Framer Motion
- 🎨 Modern UI with Tailwind CSS
- 🔧 Built with Vite for fast development
- Install dependencies:
npm install- Start development server:
npm run dev- Build for production:
npm run build- React 18
- TypeScript
- Vite
- Tailwind CSS
- Framer Motion
- Lucide React (icons)
src/
├── components/
│ └── PowerNodePage.tsx # Main landing page component
├── App.tsx # Root component
├── main.tsx # Entry point
└── index.css # Global styles
This project is ready to deploy to:
- Vercel
- Netlify
- GitHub Pages
- Any static hosting service
This project structure is optimized for Lovable.dev:
- Clean component structure
- Proper TypeScript setup
- Standard React patterns
- Tailwind CSS configuration