A confirmation screen component with confetti animation, typically used after account creation.
import WelcomeComponent from "@/components/ui/welcome"; export default function Welcome() { return <WelcomeComponent />; }