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