diff --git a/components/Footer.jsx b/components/Footer.jsx
index d1e71cb..a02857f 100644
--- a/components/Footer.jsx
+++ b/components/Footer.jsx
@@ -77,10 +77,15 @@ export default function Footer() {
Important Links
-
+
Join Community
- Contact
+
+ Contact
+
diff --git a/components/Navbar.jsx b/components/Navbar.jsx
index 0e44e6d..e3b58bf 100644
--- a/components/Navbar.jsx
+++ b/components/Navbar.jsx
@@ -72,7 +72,7 @@ const Navbar = () => {
key={index}
href={item.href}
className={`font-medium hover:text-foreground/90 transition-all
- ${isActive(pathname, item.href) ? "text-foreground" : "text-foreground/70"}
+ ${isActive(pathname, item.href) ? "text-foreground" : "text-foreground/60"}
`}
>
{item.title}