diff --git a/apps/landing/components/sections/Contribute.tsx b/apps/landing/components/sections/Contribute.tsx
index f18d7c641..62f9a5408 100644
--- a/apps/landing/components/sections/Contribute.tsx
+++ b/apps/landing/components/sections/Contribute.tsx
@@ -21,7 +21,7 @@ function ContributeCard(props: {title: string; description: string}): ReactEleme
: 'linear-gradient(180deg, rgba(12, 12, 12, 0.8) 0%, rgba(26, 26, 26, 0.8) 100%)'
}}
className={
- 'flex h-[240px] flex-col justify-between rounded-lg border border-[#292929] px-8 pb-8 pt-10 text-white transition-all hover:text-black md:h-[360px]'
+ 'flex h-[240px] flex-col justify-between rounded-lg border border-[#292929] px-8 pb-8 pt-10 text-white transition-all hover:text-white md:h-[360px] md:hover:text-black'
}>
{props.title}
diff --git a/apps/landing/components/sections/WaysToEarn.tsx b/apps/landing/components/sections/WaysToEarn.tsx
index dfa65e3e6..9f05a50c7 100644
--- a/apps/landing/components/sections/WaysToEarn.tsx
+++ b/apps/landing/components/sections/WaysToEarn.tsx
@@ -27,7 +27,10 @@ export function WaysToEarn(): ReactElement {
}>
-
+
{'VAULTS PUT YOUR CRYPTO TO WORK, SO YOU DONT HAVE TO.'}