Professional Next.js landing page for TalentLyt - AI-Powered Interview Intelligence platform.
- 🎨 Modern, responsive design with professional polish
- ⚡ Fast performance with Next.js 16
- 🎭 Smooth animations with Framer Motion
- 📱 Mobile-first responsive design
- 🎯 SEO optimized with comprehensive metadata
- ♿ Accessibility-first with ARIA labels and keyboard navigation
- 🌈 Beautiful gradient effects and glassmorphism
- ✨ Interactive components with focus states
- 🎨 Consistent design system with professional spacing
- 🔒 Professional error handling and loading states
- Node.js 20+
- npm or yarn
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build
# Start production server
npm startOpen http://localhost:3000 to view the landing page.
/
├── src/
│ └── app/
│ ├── layout.tsx # Root layout with metadata
│ ├── page.tsx # Main landing page
│ └── globals.css # Global styles
├── package.json
├── next.config.ts
├── tailwind.config.ts
└── tsconfig.json
- Navigation - Fixed header with smooth scroll
- Hero - Eye-catching headline with CTAs
- Stats - Key metrics and achievements
- Features - 6 core features with icons
- Architecture - Dual-agent system explanation
- How It Works - 5-step process
- Benefits - 6 key benefits
- Integrations - Tech stack showcase
- Testimonials - Customer testimonials
- Pricing - 3 pricing tiers
- CTA - Final call-to-action
- Footer - Links and company info
Edit gradient colors in the component files:
- Blue:
from-blue-600 to-cyan-600 - Purple:
from-purple-600 to-pink-600 - Green:
from-emerald-600 to-teal-600
Update text content directly in src/app/page.tsx in each section component.
Update all href attributes to point to your actual routes.
- Next.js 16 - React framework with App Router
- React 19 - UI library
- TypeScript - Type safety
- Tailwind CSS - Utility-first styling
- Framer Motion - Smooth animations
- Lucide React - Icon library
- next-themes - Theme management
- Vercel Analytics - Analytics integration
This project follows WCAG 2.1 guidelines and includes:
- Semantic HTML structure
- ARIA labels and roles
- Keyboard navigation support
- Focus indicators
- Screen reader optimization
- Proper heading hierarchy
- Optimized images and assets
- Code splitting with Next.js
- Lazy loading for components
- Efficient animations
- Minimal bundle size
© 2026 Rigour Labs Inc. All rights reserved.