Mobile support to come.
export default function Page() {
return (
<div className="max-w-3xl mx-auto flex gap-4 items-center justify-center h-screen">
<div className="flex flex-col text-sm w-sm">
<p>Welcome to gitdot.</p>
<p className="text-primary/60">
Here's a few short onboarding things, basically just profile pic eh.
and some prompt for github?
</p>
<p>
For now let users set password
</p>
</div>
</div>
);
}