diff --git a/package.json b/package.json
index e464190..9ab97de 100644
--- a/package.json
+++ b/package.json
@@ -35,6 +35,7 @@
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-elastic-carousel": "^0.11.5",
+ "react-helmet": "^6.1.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-lottie": "^1.2.3",
@@ -47,6 +48,7 @@
"@types/js-cookie": "^3.0.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
+ "@types/react-helmet": "^6.1.6",
"@types/react-lottie": "^1.2.6",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.61.0",
diff --git a/public/vite.svg b/public/vite.svg
index e7b8dfb..f3cb2a3 100644
--- a/public/vite.svg
+++ b/public/vite.svg
@@ -1 +1,17 @@
-
\ No newline at end of file
+
+
+
diff --git a/src/layout/headeroptions/Header.tsx b/src/layout/headeroptions/Header.tsx
index bca4de3..feac887 100644
--- a/src/layout/headeroptions/Header.tsx
+++ b/src/layout/headeroptions/Header.tsx
@@ -8,7 +8,7 @@ export default function Header() {
diff --git a/src/layout/headeroptions/HeaderActions.tsx b/src/layout/headeroptions/HeaderActions.tsx
index e2b84bd..bd041dc 100644
--- a/src/layout/headeroptions/HeaderActions.tsx
+++ b/src/layout/headeroptions/HeaderActions.tsx
@@ -252,8 +252,9 @@ const UnauthorizedActions = () => {