From d29620ffaad6a2ed95ec1baf064952a997bb52ee Mon Sep 17 00:00:00 2001 From: Tben Date: Wed, 19 Jul 2023 15:52:56 +0100 Subject: [PATCH] updates --- app/(components)/AboutSection.tsx | 7 ++++--- layouts/general_layout/GeneralFooter.tsx | 11 ++++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) 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 (
{/* {
Contact Me
- LinkedIn - Mail - Phone + + LinkedIn + + Mail + Phone
Copyright © {date.getFullYear()} Tben.me. All Rights Reserved.