diff --git a/components/layout/navbar/index.tsx b/components/layout/navbar/index.tsx
index a7870bdf0..f45df36e7 100644
--- a/components/layout/navbar/index.tsx
+++ b/components/layout/navbar/index.tsx
@@ -1,5 +1,6 @@
'use client';
+import { Transition } from '@headlessui/react';
import clsx from 'clsx';
import CartModal from 'components/cart/modal';
import OpenCart from 'components/cart/open-cart';
@@ -18,25 +19,31 @@ export default function Navbar({ cart, locale }: { cart?: Cart; locale?: Support
return (
- {!!ref && !inView && (
-
-
-
@@ -44,16 +51,16 @@ export default function Navbar({ cart, locale }: { cart?: Cart; locale?: Support
-