diff --git a/client/index.html b/client/index.html index 09eb000..22b68e9 100644 --- a/client/index.html +++ b/client/index.html @@ -1,12 +1,16 @@ - - - - Vite App - - -
- - - + + + + + + Job Finder | Find Dream Job + + + +
+ + + + \ No newline at end of file diff --git a/client/package-lock.json b/client/package-lock.json index 98d44f3..39577ff 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -23,7 +23,6 @@ "react-icons": "^4.10.1", "react-redux": "^8.1.1", "react-router-dom": "^6.14.1", - "slugify": "^1.6.6", "styled-components": "^6.1.11" }, "devDependencies": { @@ -4873,14 +4872,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/slugify": { - "version": "1.6.6", - "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.6.tgz", - "integrity": "sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==", - "engines": { - "node": ">=8.0.0" - } - }, "node_modules/source-map": { "version": "0.5.7", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", diff --git a/client/package.json b/client/package.json index 9aaef67..e484467 100644 --- a/client/package.json +++ b/client/package.json @@ -25,7 +25,6 @@ "react-icons": "^4.10.1", "react-redux": "^8.1.1", "react-router-dom": "^6.14.1", - "slugify": "^1.6.6", "styled-components": "^6.1.11" }, "devDependencies": { diff --git a/client/src/App.jsx b/client/src/App.jsx index c4d680d..97c55b4 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -10,8 +10,7 @@ import { UserProfile, } from "./pages"; import { useSelector } from "react-redux"; -// import FAQs from "./components/FAQs"; -import ApplyForm from "./pages/ApplyForm"; + import SectionFirst from "./components/Home/SectionFirst"; import SectionSecond from "./components/Home/SectionSecond"; import SectionThird from "./components/Home/SectionThird"; @@ -57,27 +56,9 @@ function App() { {loading && } }> - } /> - } /> - } /> - {/* } /> */} - } /> - } /> - } /> - } /> - } /> + } path="/about" /> } - /> - } /> - } /> - @@ -103,13 +84,13 @@ function App() { } /> } /> } /> + } /> } /> } /> - {window.scrollTo({ top: 0, left: 0, behavior: "smooth"});}}/> {user &&