-
+
Discover Resources
-
- Explore our curated collection of learning materials to enhance your skills in programming, web development,
- and DevOps.
+
+ Explore our curated collection of learning materials to enhance your
+ skills in programming, web development, and DevOps.
-
+
Programming Languages
@@ -54,7 +54,7 @@ export default function ResourcesPage() {
-
+
Foundations
@@ -83,6 +83,5 @@ export default function ResourcesPage() {
- )
+ );
}
-
diff --git a/components/ui/navbar-menu.tsx b/components/ui/navbar-menu.tsx
index 53c4ee9..bc4cd46 100644
--- a/components/ui/navbar-menu.tsx
+++ b/components/ui/navbar-menu.tsx
@@ -25,7 +25,7 @@ export const MenuItem = ({
children?: React.ReactNode;
}) => {
return (
-
setActive(item)} className="relative px-8 py-3 rounded-xl hover:bg-black hover:dark:bg-white hover:text-black transition-all duration-300 text-foreground shadow-sm border border-transparent hover:border-white hover:shadow-[0px_0px_20px_5px_rgba(255,255,255,0.4)]">
+
setActive(item)} className="relative px-8 py-3 rounded-xl hover:bg-white hover:dark:bg-white hover:text-black transition-all duration-300 text-foreground shadow-sm border border-transparent hover:border-white hover:shadow-[0px_0px_20px_5px_rgba(255,255,255,0.4)]">