GodUIGodUI
113Follow on X

The ultimate
showcase reel

Scroll to send the grid drifting on a perspective plane. Drop in your own work and let the motion do the talking.

Hero Parallax

tsx
import { HeroParallax } from "@/components/godui/hero-parallax";export function Showcase() {return (  <HeroParallax    products={[      { title: "Project 1", thumbnail: "/1.jpg", href: "#" },      { title: "Project 2", thumbnail: "/2.jpg", href: "#" },      // …up to ~15 for three full rows    ]}  />);}