Update components/home/HeroSection.tsx
This commit is contained in:
parent
a504fdf079
commit
e475e92d8f
@ -181,12 +181,7 @@ export default function HeroSection() {
|
||||
>
|
||||
<div className=" flex items-center justify-center">
|
||||
<div className="relative">
|
||||
<motion.div
|
||||
initial={{ opacity: 0 }}
|
||||
whileInView={{ opacity: 1 }}
|
||||
transition={{ duration: 0.25, delay: 0.25 }}
|
||||
viewport={{ once: true }}
|
||||
className="absolute -inset-1 bg-gradient-to-r from-gray-600 to-gray-600 rounded-lg blur opacity-75 group-hover:opacity-100 transition duration-1000 group-hover:duration-200" />
|
||||
|
||||
|
||||
<motion.div
|
||||
initial={{ y: 0, opacity: 0 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user