Components
A confirmation screen component with confetti animation, typically used after account creation.
npx shadcn@latest add https://21st.dev/r/j1zuzz/welcomeLoading preview...
import WelcomeComponent from "@/components/ui/welcome";
export default function Welcome() {
return <WelcomeComponent />;
}