diff --git a/app/(components)/AboutSection.tsx b/app/(components)/AboutSection.tsx index 29e6ec8..de4d9d7 100644 --- a/app/(components)/AboutSection.tsx +++ b/app/(components)/AboutSection.tsx @@ -2,10 +2,11 @@ import React from "react"; import TextShuffler from "../../components/actions/TextShuffler"; -import { about } from "../(utils)/animate"; +import { about, genericScroll } from "../(utils)/animate"; export default function AboutSection() { React.useEffect(about, []); + React.useEffect(genericScroll, []); const webDevStack = require("../(utils)/web-dev-stack.json"); const uiStack = require("../(utils)/ui-ux-stack.json"); @@ -14,8 +15,8 @@ export default function AboutSection() { return (