Components
Loading preview...
Layered text with 3D perspective and smooth hover animations
npx shadcn@latest add https://21st.dev/r/xubohuah/layered-textimport { LayeredText } from "@/components/ui/layered-text";
export default function DemoOne() {
return (
<div className="min-h-screen bg-white dark:bg-black flex items-center justify-center">
<LayeredText />
</div>
)
}