Skip to content

Commit 3529fd5

Browse files
committed
Update HomeHero.js
1 parent 5369b07 commit 3529fd5

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

src/sections/HomeHero.js

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { useContext } from 'react';
2-
import { motion } from 'framer-motion';
2+
33
import { Typewriter, Cursor } from 'react-simple-typewriter';
44
// components
55
import SocialLinks from '../components/social/SocialLinks';
@@ -26,17 +26,7 @@ export default function HomeHero() {
2626
<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" />
2727
</div>
2828
<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+
4030
<h1 className="z-50 font-lato text-2xl font-bold sm:text-4xl md:font-semibold">
4131
Hi, Im{' '}
4232
<span className="text-primary-700 dark:text-primary-300">

0 commit comments

Comments
 (0)