diff --git a/hiring-portal/package-lock.json b/hiring-portal/package-lock.json
index c16fc7c..3ce0087 100644
--- a/hiring-portal/package-lock.json
+++ b/hiring-portal/package-lock.json
@@ -25,6 +25,7 @@
"ace-builds": "^1.35.4",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
+ "bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"codemirror": "^5.65.17",
"compilex": "^0.7.4",
@@ -7250,6 +7251,11 @@
"node": ">= 10.0.0"
}
},
+ "node_modules/bcryptjs": {
+ "version": "2.4.3",
+ "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz",
+ "integrity": "sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ=="
+ },
"node_modules/bfj": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/bfj/-/bfj-7.1.0.tgz",
diff --git a/hiring-portal/package.json b/hiring-portal/package.json
index 5b73e35..65b911a 100644
--- a/hiring-portal/package.json
+++ b/hiring-portal/package.json
@@ -20,6 +20,7 @@
"ace-builds": "^1.35.4",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
+ "bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"codemirror": "^5.65.17",
"compilex": "^0.7.4",
diff --git a/hiring-portal/src/App.js b/hiring-portal/src/App.js
index 0f11af4..317a023 100644
--- a/hiring-portal/src/App.js
+++ b/hiring-portal/src/App.js
@@ -23,28 +23,26 @@ import Employer from './Components/Employer';
import AssessmentResults from './Components/AssesmentResult';
import AssessmentResultDetail from './Components/AssessmentResultDetails';
import About from './Components/About';
-import Contactus from './Components/Contactus';
-import BackToTop from "./Components/BackToTop.jsx";
+import ContactUs from './Components/ContactUs';
function App() {
const [test, setTest] = useState(null);
return (
+ We're here to assist you. Reach out to us for any inquiries or assistance you may need. +
+