favicon and leadreship team layout change
This commit is contained in:
@@ -50,7 +50,7 @@ const ServiceCard = ({ service, index }: { service: typeof services[0]; index: n
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 50 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.6, delay: index * 0.1 }}
|
||||
transition={{ duration: 0.6, delay: index * 0.01 }}
|
||||
viewport={{ once: true }}
|
||||
whileHover={{
|
||||
scale: 1.05,
|
||||
|
||||
Reference in New Issue
Block a user