diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 23a116e..11a112c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,7 +8,7 @@ export default function ContactPage() { return ( <> -
+

Let's Connect @@ -18,7 +18,7 @@ export default function ContactPage() {

-
+
diff --git a/src/sections/Contact.tsx b/src/sections/Contact.tsx index 3b38b3e..b960420 100644 --- a/src/sections/Contact.tsx +++ b/src/sections/Contact.tsx @@ -2,18 +2,18 @@ export function Contact() { return ( -
+

Want to talk?

-
-

+

+

Im almost always down to talk about anything. Tech, life and whatever. Feel free to reach out to me on Discord or via Email, i usually respond pretty quickly.

Shoot me an Email @@ -21,7 +21,7 @@ export function Contact() { href="https://discord.com/users/456443941169004545" target="_blank" rel="noreferrer" - className="rounded-full bg-gradient-to-r from-[#5865F2] to-[#4752C4] px-6 py-3 font-bold text-white transition-all shadow-lg shadow-[#5865F2]/30 hover:from-[#4752C4] hover:to-[#5865F2] hover:shadow-[#5865F2]/50" + className="w-full rounded-full bg-gradient-to-r from-[#5865F2] to-[#4752C4] px-6 py-3 font-bold text-white transition-all shadow-lg shadow-[#5865F2]/30 hover:from-[#4752C4] hover:to-[#5865F2] hover:shadow-[#5865F2]/50 sm:w-auto" > Chat on Discord