This is a newly developed portfolio! Some functionality may not yet be fully implemented yet.
const name = "" const email = ""; const message = ""; const handleSubmit = async () => { await submitForm(name, email, message); });