From 60c8683fa21c4dfcee4fd18a7455e9a722201f3c Mon Sep 17 00:00:00 2001 From: Bravemobin Date: Sat, 19 Apr 2025 00:04:14 +0330 Subject: [PATCH] Update placeholder texts in Contact Us page for improved clarity and user guidance. --- app/contact-us/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 = () => { )}
- + @@ -177,7 +177,7 @@ const ContactUs = () => {