Components
A dynamic background component featuring rotating curved text rings with smooth animations.
Loading preview...
import CurvedBackground from "@/components/ui/curved-text-ticker";
export default function DemoOne() {
return <CurvedBackground />;
}