diff --git a/src/app/(landing-routes)/contact-us/page.tsx b/src/app/(landing-routes)/contact-us/page.tsx index 7ca45b82a..1cc7ac903 100644 --- a/src/app/(landing-routes)/contact-us/page.tsx +++ b/src/app/(landing-routes)/contact-us/page.tsx @@ -26,11 +26,16 @@ const Contact = () => {
{contactInfo.map((info) => ( -
-
+
+
-

{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 = () => {
{loading ? ( ) : ( - "Subscibe" + "Subscribe" )}
@@ -249,13 +249,13 @@ const Footer = () => { /> {loading ? ( ) : ( - "Subscibe" + "Subscribe" )}