This commit is contained in:
2025-09-15 18:01:50 +02:00
parent 6f2f7318bc
commit d8da5325de
8 changed files with 175 additions and 70 deletions

View File

@@ -32,7 +32,7 @@ export function Steps() {
return (
<section id="benefits" ref={ref} className="relative bg-cover bg-center py-32 -top-20 text-white" style={{ backgroundImage: "url('/images/deployment.webp')" }}>
<div className="absolute inset-0 bg-black/70" />
<div className="relative px-6 lg:px-4">
<div className="relative px-6 lg:px-6">
<motion.div
initial={{ opacity: 0, y: 20 }}
animate={isInView ? { opacity: 1, y: 0 } : { opacity: 0, y: 20 }}