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