Components
Loading preview...
An eye-catching presentation element which you can use to showcase your clients, users, features or whatever you like.
@vaib215
npx shadcn@latest add https://21st.dev/r/vaib215/shuffle-gridimport { ShuffleHero } from "@/components/ui/shuffle-grid";
const ShuffleHeroDemo = () => {
return (
<div className="flex w-full h-screen justify-center items-center">
<ShuffleHero />
</div>
);
};
export { ShuffleHeroDemo };