+ className={`w-[80%] h-[10%] m-auto ${sticky ? 'fixed top-4 left-[10%] right-[10%] z-[9999]' : 'mt-[2%]'} rounded-full bg-primary_13 px-10 border-[1px] border-primary_12 bg-opacity-80 text-white flex justify-between transition-all duration-300 shadow-lg`}>
+
{
+
+ className="hidden md:block cursor-pointer">
+
diff --git a/src/app/components/home/Mail.tsx b/src/app/components/home/Mail.tsx
index ff7e191..02d7c43 100644
--- a/src/app/components/home/Mail.tsx
+++ b/src/app/components/home/Mail.tsx
@@ -37,8 +37,9 @@ const Mail = () => {
href="https://form.typeform.com/to/oGnlAAyV"
target="_blank"
rel="noopener noreferrer"
- className="text-white font-semibold text-xs md:text-sm bg-primary_10 w-full h-12 md:h-14 rounded-xl flex items-center justify-center hover:bg-primary_10/90 transition-colors"
- >
+
+ className="text-white font-semibold text-xs md:text-sm bg-primary_10 w-full h-12 md:h-14 rounded-xl flex items-center justify-center hover:bg-primary_10/90 transition-colors">
+
Contact us
diff --git a/src/app/components/home/Team.tsx b/src/app/components/home/Team.tsx
index 1e7b2a5..719d5f3 100644
--- a/src/app/components/home/Team.tsx
+++ b/src/app/components/home/Team.tsx
@@ -76,16 +76,17 @@ const Team = () => {
href={member.linkedin}
target="_blank"
className="text-primary_7 hover:text-primary_1 transition-colors"
- aria-label={`${member.name}'s LinkedIn profile`}
- >
+
+ aria-label={`${member.name}'s LinkedIn profile`}>
+