Text curving tool for creative typography. Bends text along circular or custom arc paths. Ideal for creating logos, badges, or decorative text elements with some customizable animated motion.
import { Component } from "@/components/ui/text-arc-effect"; export default function DemoOne() { return <Component />; }