diff --git a/src/components/FAQSection.tsx b/src/components/FAQSection.tsx
index 3eb5df0..9b821a1 100644
--- a/src/components/FAQSection.tsx
+++ b/src/components/FAQSection.tsx
@@ -100,7 +100,7 @@ export default function FAQSection() {
- {/* Newsletter */}
-
-
-
-
-
-
-
+
{/* Quick Links */}
@@ -191,15 +179,15 @@ export default function Footer() {
© {new Date().getFullYear()} TechZaa. All rights reserved.
diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx
index ee94eb4..5435f92 100644
--- a/src/components/Navbar.tsx
+++ b/src/components/Navbar.tsx
@@ -96,7 +96,7 @@ export default function Navbar() {
onClick={() => setAccent(color.name)}
className={`w-6 h-6 rounded-full ${color.color} transition-all ${
accent === color.name
- ? "ring-2 ring-white ring-offset-2 ring-offset-background"
+ ? "ring-2 dark:ring-white ring-primary ring-offset-2 ring-offset-background"
: ""
}`}
whileHover={{ scale: 1.2 }}
@@ -109,7 +109,7 @@ export default function Navbar() {
{/* Dark/Light Mode Toggle */}