import { cn } from "@/lib/utils" import AnimatedPathText from "@/fancy/components/text/text-along-path" export default function Preview() { const circlePath = "M 100 100 m -50, 0 a 50,50 0 1,1 100,0 a 50,50 0 1,1 -100,0" return (
{[0, 90, 180, 270].map((rotation, i) => ( ))}
) }