This component is a moving text in circular style
Loading preview...
import { Component } from "@/components/ui/circular-text"; export default function DemoOne() { return <Component text="DESIGN • DEVELOP • DEPLOY • " />; }