diff --git a/src/auth/LoginScreen.tsx b/src/auth/LoginScreen.tsx new file mode 100644 index 000000000..2e80bc52e --- /dev/null +++ b/src/auth/LoginScreen.tsx @@ -0,0 +1,98 @@ +"use client"; + +import Button from "@components/Button"; +import Image from "next/image"; +import * as React from "react"; +import { ArrowRight } from "lucide-react"; +import NetBirdLogoFull from "@/assets/netbird-full.svg"; + +type Props = { + onLogin: () => void; +}; + +export const LoginScreen = ({ onLogin }: Props) => { + return ( +
+ Sign in to access your NetBird network. +
+ + + ++ Don't have an account yet?{" "} + + Get started + +
++ Secure networking, zero config +
+