From ba87c60360891d308474a89a19725e03e015477e Mon Sep 17 00:00:00 2001 From: Bayda77 Date: Wed, 7 Jan 2026 16:25:30 -0600 Subject: [PATCH] restored the typing text on the home page --- src/pages/Home.tsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index f9a11f0..f0a207f 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -1,4 +1,5 @@ import { motion } from "framer-motion"; +import TypingText from "../components/animatedTyping"; const welcomeText = `Hello! My name is Sasha Bayda and welcome to my digital resume site! @@ -32,20 +33,20 @@ export default function Home() {
- - Sasha Bayda - +
+ +
{welcomeText} @@ -60,7 +61,7 @@ export default function Home() { animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.5, - delay: 1.0 + (index * 0.1), + delay: 2.5 + (index * 0.1), ease: "easeOut" }} >