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() {