diff --git a/layouts/general_layout/GeneralLayout.jsx b/layouts/general_layout/GeneralLayout.jsx index 78d8221..1e9a6f4 100644 --- a/layouts/general_layout/GeneralLayout.jsx +++ b/layouts/general_layout/GeneralLayout.jsx @@ -46,7 +46,6 @@ const GeneralLayout = ({ children, pageName }) => { gsap.to("#main-content-wrapper", { opacity: 1, duration: 2, - delay: 1 }) // gsap.to("#page-loader", { diff --git a/pages/about.jsx b/pages/about.jsx index 4a8b231..9c75a73 100644 --- a/pages/about.jsx +++ b/pages/about.jsx @@ -12,9 +12,9 @@ const about = () => {