Components
A cinematic, scroll-driven image grid gallery with deep 3D matrix rotations, smooth multi-column parallax translation offsets, and responsive fluid boundaries for landing showcases
Loading preview...
// This is a file with a demo for your component
// That's what users will see in the preview
// Create new files in this directory to add more demos
import Component from "@/components/ui/3d-parallax-unfurling-gallery";
// ONLY DEFAULT EXPORT WILL BE TREATED AS A DEMO
export default function DemoOne() {
return <Component />;
}