diff --git a/app/components/contact-us/general-form.tsx b/app/components/contact-us/general-form.tsx
index 16700c9..19001c2 100644
--- a/app/components/contact-us/general-form.tsx
+++ b/app/components/contact-us/general-form.tsx
@@ -5,7 +5,7 @@ export default function GeneralForm() {
const [name, setName] = useState("");
const [email, setEmail] = useState("");
const [phoneNumber, setPhoneNumber] = useState("");
- const [category, setCategory] = useState("");
+ const [subject, setSubject] = useState("");
const [message, setMessage] = useState("");
const formSubmitKey = process.env.NEXT_PUBLIC_FORMSUBMIT_KEY;
@@ -13,8 +13,8 @@ export default function GeneralForm() {
return (
-
Contact Us
-
Feel free to reach out through the form below!
+
General Inquiry
+
Have a question or need assistance? We're here to help! Feel free to reach out to us with any inquiries!