diff --git a/src/components/Steps.tsx b/src/components/Steps.tsx index f71ef32..2b00974 100644 --- a/src/components/Steps.tsx +++ b/src/components/Steps.tsx @@ -58,7 +58,7 @@ export function Steps() { initial={{ opacity: 0, y: 20 }} animate={isInView ? { opacity: 1, y: 0 } : { opacity: 0, y: 20 }} transition={{ duration: 0.5, delay: 0.3 + index * 0.2 }} - className="rounded-2xl border border-white/20 bg-black/20 p-8 backdrop-blur-sm" + className="rounded-2xl border border-white/20 bg-black/20 p-8 backdrop-blur-sm transition-all duration-300 ease-in-out hover:scale-105 hover:border-white/40 hover:bg-black/40" > {feature.name}