-
+
+
-
{info.text}
+
+ {info.text}
+
))}
diff --git a/src/components/common/contact-us-form/index.tsx b/src/components/common/contact-us-form/index.tsx
index 456dba77e..7609b15a6 100644
--- a/src/components/common/contact-us-form/index.tsx
+++ b/src/components/common/contact-us-form/index.tsx
@@ -223,7 +223,7 @@ const ContactForm: React.FC = () => {
variant="primary"
size="lg"
isLoading={loading}
- className="w-full px-4 py-7 hover:bg-destructive"
+ className="w-full px-4 py-7 transition-all hover:-translate-y-2 hover:bg-destructive"
>
Send
diff --git a/src/components/layouts/footer/index.tsx b/src/components/layouts/footer/index.tsx
index 57614c79c..b5de8c731 100644
--- a/src/components/layouts/footer/index.tsx
+++ b/src/components/layouts/footer/index.tsx
@@ -188,13 +188,13 @@ const Footer = () => {