Components
npx shadcn@latest add https://21st.dev/r/Shatlyk1011/fancy-text-hoverLoading preview...
import FancyTextHover from "../components/ui/fancy-text-hover";
export default function Demo() {
return (
<div className="flex items-center justify-center min-h-screen bg-background">
<FancyTextHover />
</div>
);
}