diff --git a/app/components/contact-us/business-form.tsx b/app/components/contact-us/business-form.tsx index 521817c..e1c1f06 100644 --- a/app/components/contact-us/business-form.tsx +++ b/app/components/contact-us/business-form.tsx @@ -8,39 +8,41 @@ export default function BusinessForm() { const [category, setCategory] = useState(""); const [message, setMessage] = useState(""); + const formSubmitKey = process.env.NEXT_PUBLIC_FORMSUBMIT_KEY; + return (
Feel free to reach out through the form below!