A looping typewriter headline that cycles through words with animated gradient text, colored backgrounds, and a blinking cursor.
import TypewriterLoop from "@/components/ui/typewriter-loop"; export default function Default() { return ( <div className="flex min-h-[400px] w-full items-center justify-center p-8"> <TypewriterLoop LeadText="Design" morphingText={["Limitless", "Timeless", "Flawless"]} /> </div> ); }