This is s simple reusable Path morphing component
Loading preview...
import { PathMorphing } from "@/components/ui/path-morphing"; export default function DemoOne() { return <PathMorphing />; }