* feat(cypress): setup cypress with Next.js
* ci(cypress): run cypress on pull requests
* refactor(cypress): migrate from tsconfig.json to .eslintrc.json
* ci: update job names
* ci(cypress): save cypress artifacts
* fix(analytics): fix analytics extra script html tags
* feat(about-us): add about us modal
* fix(dark-mode): fix dark mode white flash
* improvement(seo): improved seo meta tags
* improvement(copy-code): add code copied label
* improvement(dark-mode): improve dark mode white flash
* feat(drag-and-drop): add drag and drop wizard
* chore(seo): update seo share image url
* improvement(upload): add download step 3
* improvement(loading): improve loading and add transitions
* improvement: add pwa support, clipboard and animations
* improvement(seo): add html lang and update title
* fix(button): fix button font family
* feat(layout): add base page layout
Add base layout component with dark mode support
fix#15
* feat(storybook): add dark mode support to all components
* feat: add dark mode toggle component
Add dark mode toggle component with custom hook
fix#14
* feat(dark-mode): add svgs, fix flash and css modules support
* docs: update get start guide and fix typos