import { HandPalmIcon, ShieldCheckIcon, WarningIcon, } from "@phosphor-icons/react"; import Logo from "../Logo.tsx"; import { Modal } from "../ui/Modal"; import Saajan from "../ui/Saajan.tsx"; export default function WelcomeModal({ setShowWelcome, }: { setShowWelcome: (show: boolean) => void; }) { return ( <>

Welcome to    !

Before we begin, let me make a small promise.


Everything you write here is sealed with your password,{" "} cryptographically , before it leaves your hands.
A fancy way of saying, I couldn't if I tried.

If you ever happen to forget your password, your letters are lost to time, forever.
I highly, highly recommend storing this password in your{" "} password manager {" "} or somewhere safe to remember it.

); }