Bold italic text with a layered colorful drop-shadow that swooshes away on hover.
import SwooshText from "@/components/ui/swoosh-text"; export default function SwooshTextDemo() { return ( <div className="flex min-h-[420px] w-full items-center justify-center bg-background px-16 py-24"> <SwooshText text="Hover Me" /> </div> ); }