Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.34 KB

File metadata and controls

51 lines (34 loc) · 1.34 KB

Summary

Related issue

Closes #

Type of change

  • feat: new section, component, or capability
  • fix: bug fix
  • style: visual, copy, or animation change (no logic change)
  • refactor: code restructure without behavior change
  • docs: README, CONTRIBUTING, templates
  • chore: tooling, deps, config

Screenshots / recording

Before After

Test plan

  • npm run dev: page loads, no console errors
  • npm run build: production build passes
  • npm run lint: no new lint errors
  • Tested on mobile (≤ 375px)
  • Tested on desktop (≥ 1280px)
  • CTAs link correctly (NEXT_PUBLIC_DAPP_URL set / unset)

Design checklist

  • Stays within monochrome ZK palette (no color accents)
  • Hero headline and badge typography unchanged
  • logo_name.png for UI; logo.jpeg favicon only (if applicable)
  • Partner names only in Partners section (if applicable)
  • Uses getDappUrl() for dapp links (no hardcoded URLs)

Notes for reviewers