import { KeyIcon, RemoteIcon } from "@lume/icons"; import { Link, createLazyFileRoute } from "@tanstack/react-router"; export const Route = createLazyFileRoute("/landing")({ component: Screen, }); function Screen() { return (
App Icon
Create new account Use everywhere
Login with Private Key
Nostr Connect
); }