diff --git a/app/contact-us/page.tsx b/app/contact-us/page.tsx index 983e20d..3cc6e09 100644 --- a/app/contact-us/page.tsx +++ b/app/contact-us/page.tsx @@ -121,7 +121,7 @@ const ContactUs = () => { @@ -134,7 +134,7 @@ const ContactUs = () => { @@ -148,7 +148,7 @@ const ContactUs = () => { id="email" name="email" type="email" - placeholder="ایمیل" + placeholder="ایمیل خود را وارد کنید" value={formData.email} onChange={handleChange} /> @@ -157,12 +157,12 @@ const ContactUs = () => { )}