diff --git a/client/src/app/page.tsx b/client/src/app/page.tsx
index 7193bc5..245927a 100644
--- a/client/src/app/page.tsx
+++ b/client/src/app/page.tsx
@@ -19,6 +19,7 @@ import Github from "../components/Icons/Github";
import LinkedIn from "../components/Icons/LinkedIn";
import { useRouter } from "next/navigation";
import { getCookie } from "cookies-next";
+import ScrollerBlob from "../components/Navbar/ScrollerBlob";
export default function LandingPages() {
const token = getCookie("token");
@@ -242,6 +243,7 @@ export default function LandingPages() {
+
>
);
}
diff --git a/client/src/components/Icons/UpArrow.tsx b/client/src/components/Icons/UpArrow.tsx
new file mode 100644
index 0000000..6533eae
--- /dev/null
+++ b/client/src/components/Icons/UpArrow.tsx
@@ -0,0 +1,6 @@
+
+export default function UpArrow() {
+ return (
+
+ )
+}
\ No newline at end of file
diff --git a/client/src/components/Navbar/Navbar.tsx b/client/src/components/Navbar/Navbar.tsx
index 7d3fe6f..1f14a1f 100644
--- a/client/src/components/Navbar/Navbar.tsx
+++ b/client/src/components/Navbar/Navbar.tsx
@@ -64,7 +64,7 @@ const Navbar = (props: NavbarProps) => {
Home
@@ -106,7 +106,7 @@ const Navbar = (props: NavbarProps) => {
-