contacts
Email Address
Phone Number
socials
LinkedIn Profile
GitHub Page
contact();
const name = ""

const email = "";

const message = "";

const handleSubmit = async () => { 
    await submitForm(name, email, message);
});

find me in:

hero