This commit is contained in:
2025-09-17 15:14:51 +02:00
parent 9faaf7dee9
commit 8d83f44a07
2 changed files with 28 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ export function StackSectionPreview() {
const isInView = useInView(ref);
return (
<section ref={ref} className="w-full h-screen bg-transparent lg:px-0 pt-12 px-6 relative">
<section ref={ref} className="w-full bg-transparent lg:px-0 py-24 px-6 relative">
{/* Gradient Blob Component */}
<motion.div
initial={{ opacity: 0 }}