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