Components
npx shadcn@latest add https://21st.dev/r/anurag-mishra22/text-fivePreparing styles and dependencies...
This may take a few seconds on first load
import TextFive from "@/components/ui/text-five";
export function ComingSoonTextDemo() {
return <TextFive />;
}