diff --git a/apps/dimentorin/public/image/mentoring-banner.webp b/apps/dimentorin/public/image/mentoring-banner.webp
new file mode 100644
index 0000000..6bebc1e
Binary files /dev/null and b/apps/dimentorin/public/image/mentoring-banner.webp differ
diff --git a/apps/dimentorin/src/app/(public)/_components/header.tsx b/apps/dimentorin/src/app/(public)/_components/header.tsx
index 585e126..beff631 100644
--- a/apps/dimentorin/src/app/(public)/_components/header.tsx
+++ b/apps/dimentorin/src/app/(public)/_components/header.tsx
@@ -3,7 +3,7 @@ import { Button } from "@imphnen-frontend-service/ui/atoms";
import { cn, For, Show } from "@imphnen-frontend-service/utils";
import { motion, useMotionValueEvent, useScroll, Variants } from "framer-motion";
import { FC, useState } from "react";
-import { Link, useLocation } from "react-router-dom";
+import { Link, NavLink, useLocation } from "react-router-dom";
const MENUS: { label: string; href: string }[] = [
{ label: "Home", href: "/" },
@@ -31,7 +31,7 @@ export const Header: FC = () => {
})
return (
-
+
{
location.pathname === menu.href && "text-primary-500 hover:text-primary-500"
)}
>
- {menu.label}
+ {menu.label}
)}
-
+
+
+
-
+
+
+