Text with the stunning rainbow shadow effect
import { RainbowTextEffect } from "@/components/ui/rainbow-text-effect"; export default function DemoOne() { return ( <div className="-space-y-12"> <RainbowTextEffect text="cool" /> <RainbowTextEffect fontSize={22} text="designs" /> </div> ) }