diff --git a/src/components/ui/Navbar.tsx b/src/components/ui/Navbar.tsx
index 6839e98..cb23a68 100644
--- a/src/components/ui/Navbar.tsx
+++ b/src/components/ui/Navbar.tsx
@@ -1,18 +1,39 @@
+// import Link from "next/link";
+// import styles from "./navbar.module.css";
+//
+// export default function Navbar() {
+// return (<>
+//
+//
+//
+//
+//
+// >
+// );
+// }
import Link from "next/link";
import styles from "./navbar.module.css";
export default function Navbar() {
- return (<>
-
-