diff --git a/components/form/ContactForm/index.tsx b/components/form/ContactForm/index.tsx index 86f4fb6..91d7781 100644 --- a/components/form/ContactForm/index.tsx +++ b/components/form/ContactForm/index.tsx @@ -16,19 +16,39 @@ const ContactForm = () => { }; return ( -
-
+
+
-
- - - {errors.firstName &&

First name is required.

} - {errors.lastName &&

Last name is required.

} +
+
+ + {errors.firstName &&

First name is required.

} +
+
+ + {errors.lastName &&

Last name is required.

} +
-
-