ok
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user