Web3Forms Integration
Web3Forms is utilized to facilitate email communication with visitors who wish to contact you. Follow these steps to set it up:
- Obtain an API key from Web3Forms.
- Create an
.env.local
file in the project's root directory. - Add
NEXT_PUBLIC_WEB3FORMS_KEY=[YOUR_KEY]
to the file.