Professional trading platform specializing in advanced NightHold concepts and institutional trading strategies.
# Install dependencies
npm install
# Development server
npm run dev
# Production build
npm run build
# Start production server
npm run startLocal development: http://localhost:3000
NightHold Trading Academy is a modern web platform offering:
- 📈 Advanced Trading Strategies based on institutional concepts
- 💡 Educational Content for serious traders
- 🎯 Community Access with VIP Discord channels
- 📱 Responsive Design optimized for all devices
- ⚡ High Performance with Next.js 15 and modern tech stack
- Framework: Next.js 15.5.2 (App Router)
- Language: TypeScript 5.x
- Styling: Tailwind CSS 4.x
- Animations: Framer Motion 12.x + GSAP 3.x
- Icons: Lucide React
- Performance: Turbopack enabled
- Hero section with video background
- Interactive navigation with smooth scrolling
- Community statistics counter
- Testimonials carousel
- FAQ section with animations
- Starter Plan ($99/month) - Perfect for beginners
- Mentorship Plan ($199/month) - Advanced strategies
- Smooth scroll animations with GSAP
- Framer Motion page transitions
- Interactive hover effects
- Loading states and progress indicators
nighthold/
├── src/
│ ├── app/
│ │ ├── layout.tsx # Root layout with fonts & metadata
│ │ ├── page.tsx # Main landing page
│ │ ├── globals.css # Global styles & Tailwind
│ │ └── api/health/ # Health check endpoint
│ ├── components/
│ │ ├── AboutSection.tsx # About/features section
│ │ ├── FAQSection.tsx # FAQ with animations
│ │ ├── CountdownTimer.tsx # 30-day countdown timer
│ │ ├── CommunityPricingSection.tsx # Pricing cards
│ │ ├── TestimonialsSection.tsx # Customer testimonials
│ │ ├── MenuOverlay.tsx # Navigation menu
│ │ └── ... # Other UI components
│ └── types/ # TypeScript definitions
├── public/
│ └── media/ # Static assets (videos, images)
├── package.json # Dependencies & scripts
└── README.md # This file
# Connect to Vercel
vercel --prodnpm run build
npm run start- ESLint: Configured with Next.js rules
- TypeScript: Strict mode enabled
- Tailwind: Custom cyberpunk theme with neon colors
- Images: Optimized with Next.js Image component
- ✅ Chrome 90+
- ✅ Firefox 88+
- ✅ Safari 14+
- ✅ Edge 90+
- Fork the repository
- Create feature branch:
git checkout -b feature/amazing-feature - Commit changes:
git commit -m 'Add amazing feature' - Push to branch:
git push origin feature/amazing-feature - Open Pull Request
This project is proprietary software developed for NightHold Trading Academy.
© 2025 NightHold Trading Academy. All rights reserved.