diff --git a/src/components/contact/ContactForm.tsx b/src/components/contact/ContactForm.tsx index dab3502..6260cff 100644 --- a/src/components/contact/ContactForm.tsx +++ b/src/components/contact/ContactForm.tsx @@ -54,6 +54,21 @@ const ContactForm = () => {
+ {contact ? ( +
+
+ +
+ {contact[0].address} +
+ ) : ( + + )} {contact ? ( { width={"100%"} /> )} +
+
{contact ? ( { /> )}
-
-
- {contact ? ( -
-
- -
- {contact[0].address} -
- ) : ( - - )} -
{contact ? (