This commit is contained in:
2025-09-17 14:55:37 +02:00
parent b65f2aa538
commit bde7d37305
2 changed files with 6 additions and 6 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 py-12 px-6 relative">
<section ref={ref} className="w-full h-screen bg-transparent lg:px-0 pt-12 px-6 relative">
{/* Gradient Blob Component */}
<motion.div
initial={{ opacity: 0 }}