A pixel-perfect implementation of the Agentic Zero conference landing page.
```bash
npm install
npm run dev
npm run build
npm start ```
This repo keeps the old website preserved in Git while serving only the current production site from main.
- v1 snapshot:
v1-agentic-zero-2025 - v1 archive branch:
archive/v1-agentic-zero-2025 - active production branch:
main
See docs/versioning-and-deployment.md for the full workflow.
- Responsive design with mobile-first approach
- Canvas animation for hero background
- Accessible speaker modals with keyboard navigation
- Live countdown timer
- Email validation and capture
- Optimized performance (Lighthouse ≥90)
- Full keyboard accessibility
- Respects prefers-reduced-motion
Built with the exact color palette and typography from the design specification:
- Background: #1D1F27
- Foreground: #F9F5F5
- Accent gradient: #9F98FF → #ADA7FF
- Typography: Space Grotesk (headings), Inter (body)