Skip to content

Commit 2882dc3

Browse files
Merge branch 'dev' of github.com:codeXsit/CodeX-Website into codex-footer
2 parents cacfc94 + 12f9da9 commit 2882dc3

File tree

24 files changed

+657
-168
lines changed

24 files changed

+657
-168
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@
2020
"@vitejs/plugin-react": "^4.2.1",
2121
"baffle": "^0.3.6",
2222
"framer-motion": "^11.5.4",
23+
"gsap": "^3.12.5",
2324
"lodash": "^4.17.21",
2425
"prop-types": "^15.8.1",
2526
"react": "^18.2.0",
2627
"react-dom": "^18.2.0",
28+
"react-fast-marquee": "^1.6.5",
2729
"react-router-dom": "^6.22.1",
2830
"react-toastify": "^10.0.4",
2931
"vite": "^5.1.0"

src/App.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import Footer from "@/components/Footer/index";
88
import Cursor from "./components/Cursor";
99
import CursorVariantProvider from "@/context/CursorVariantProvider";
1010
import Loader from "@/components/Loader";
11+
import ScrollToTop from "@/components/ScrollToTop";
1112

1213
const navLinks = [
1314
{ name: "About Us", path: "/about-us" },
@@ -35,6 +36,7 @@ function App() {
3536
<Navbar links={navLinks} />
3637
<Cursor />
3738
<ToastContainer />
39+
<ScrollToTop />
3840
<Routes>
3941
{routes.map((route) => (
4042
<Route

src/assets/images/About/oval.svg

Lines changed: 1 addition & 1 deletion
Loading

src/assets/images/About/stockimage1.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/assets/images/About/stockimage3.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/assets/images/About/stockimage4.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.
132 KB
Loading
655 KB
Loading
3.17 MB
Loading
57.8 KB
Loading

0 commit comments

Comments
 (0)