This commit is contained in:
2025-09-16 14:34:13 +02:00
parent 273cb24a47
commit 34bd6522e3
4 changed files with 6 additions and 125 deletions

View File

@@ -31,7 +31,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="absolute inset-0 bg-black/60" />
<div className="relative px-6 lg:px-6">
<motion.div
initial={{ opacity: 0, y: 20 }}