A scroll-driven infinite 3D image gallery where cards surf along a perspective track with magnetic, uplift, or simple hover effects.
import { CollectionSurfer } from "@/components/ui/collection-surfer"; export default function CollectionSurferDemo() { return <CollectionSurfer variant="magnetic" />; }