diff --git a/src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx b/src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx
index 7f93969..6c640a1 100644
--- a/src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx
+++ b/src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx
@@ -8,6 +8,7 @@ import { Plus } from "lucide-react";
import { NavbarProps } from "@/types/navigation";
import { useScrollState } from "./useScrollState";
import { cls } from "@/lib/utils";
+import Link from "next/link";
const SCROLL_THRESHOLD = 50;
@@ -74,6 +75,10 @@ const NavbarStyleApple = ({
aria-hidden="true"
/>
+
+
+
+