Components
npx shadcn@latest add https://21st.dev/r/anurag-mishra22/animated-shiny-textLoading preview...
import { AnimatedText } from "@/components/ui/animated-shiny-text"
function DefaultDemo() {
return (
<AnimatedText
text="Mishra Hub"
textClassName="text-[4rem] md:text-[6rem] font-bold"
/>
)
}
export { DefaultDemo}