submit form contactus and start api projects

This commit is contained in:
zahravaziri
2025-06-09 17:14:44 +03:30
parent 11446b98e4
commit 3e9143f32c
18 changed files with 515 additions and 35 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ const FormField: React.FC<FormFieldProps> = ({
name,
}) => {
const commonClass =
'w-full rounded-lg border border-gray-300 p-3 focus:ring-2 focus:ring-red-500 focus:outline-none';
'w-full rounded-lg border border-gray-100 p-3 focus:outline-none';
if (type === 'textarea') {
return (