diff --git a/src/components/Steps.tsx b/src/components/Steps.tsx index b0656ec..149ad37 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/30 lg:py-8 lg:px-8 py-6 px-6 backdrop-blur-sm transition-all duration-300 ease-in-out hover:scale-105 hover:border-white/40 hover:bg-black/40" + className="rounded-2xl border border-gray-200 p-8 transition-all duration-300 ease-in-out hover:scale-105 hover:border-cyan-500 hover:shadow-lg hover:shadow-cyan-500/20 bg-white/5 backdrop-blur-md" > {feature.name}