Interactive Ghost Character you originally requested. The model has been updated to the glowing, ethereal figure with a flowing tail, and the animation has been changed to a gentle floating motion to match its ghostly nature.
import InteractiveCharacter from "@/components/ui/poor-ghost"; export default function DemoOne() { return ( <div className="hero-container"> <div className="aurora-background"> <div className="aurora-blob"></div> <div className="aurora-blob"></div> <div className="aurora-blob"></div> </div> <div className="character-container"> <InteractiveCharacter /> </div> </div> ); }