diff --git a/app/components/contact-us/business-form.tsx b/app/components/contact-us/business-form.tsx index e1c1f06..8e19475 100644 --- a/app/components/contact-us/business-form.tsx +++ b/app/components/contact-us/business-form.tsx @@ -13,8 +13,8 @@ export default function BusinessForm() { return (
-

Contact Us

-

Feel free to reach out through the form below!

+

Business Inquiry

+

We appreciate your interest in partnering with NUANSA. Our team is ready to assist.

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!

@@ -34,8 +34,8 @@ export default function GeneralForm() { className="block w-full rounded-md border-0 px-2 sm:px-3.5 py-1.5 sm:py-2 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6 focus:outline-none"/>
- - setCategory(e.target.value)} required + + setSubject(e.target.value)} required className="block w-full rounded-md border-0 px-2 sm:px-3.5 py-1.5 sm:py-2 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6 focus:outline-none"/>