File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 1
1
import React , { useContext } from 'react' ;
2
- import { motion } from 'framer-motion' ;
2
+
3
3
import { Typewriter , Cursor } from 'react-simple-typewriter' ;
4
4
// components
5
5
import SocialLinks from '../components/social/SocialLinks' ;
@@ -26,17 +26,7 @@ export default function HomeHero() {
26
26
< div className = "animation-delay-3000 absolute -top-14 left-20 h-56 w-56 animate-blob rounded-full bg-yellow-400 opacity-50 mix-blend-multiply blur-2xl filter" />
27
27
</ div >
28
28
< div className = "z-50 flex flex-col items-center space-y-5 sm:space-y-10" >
29
- < motion . div
30
- initial = { { y : - 200 , opacity : 0 } }
31
- animate = { { y : 0 , opacity : 1 } }
32
- transition = { {
33
- type : 'spring' ,
34
- bounce : 0.5 ,
35
- duration : 3 ,
36
- delay : 1.7 ,
37
- } }
38
- viewport = { { once : true } }
39
- > </ motion . div >
29
+
40
30
< h1 className = "z-50 font-lato text-2xl font-bold sm:text-4xl md:font-semibold" >
41
31
Hi, Im{ ' ' }
42
32
< span className = "text-primary-700 dark:text-primary-300" >
You can’t perform that action at this time.
0 commit comments