diff --git a/providers/HeroUIWrapper.tsx b/providers/HeroUIWrapper.tsx
index 3870109..b771966 100644
--- a/providers/HeroUIWrapper.tsx
+++ b/providers/HeroUIWrapper.tsx
@@ -22,7 +22,7 @@ const HeroUIWrapper = ({
{children}
) : (
-
+ {children}
)}
);
diff --git a/shared/ui/navbar.tsx b/shared/ui/navbar.tsx
index 1e5ec66..197d5cd 100644
--- a/shared/ui/navbar.tsx
+++ b/shared/ui/navbar.tsx
@@ -1,5 +1,6 @@
"use client";
+import V from "next/link";
import {
Button,
Link,
@@ -82,6 +83,12 @@ const NavbarUI = () => {
);
})}
+
+ Home
+
+
+ Explore
+