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" }} >