diff --git a/apps/web/src/apps/auth/login/index.tsx b/apps/web/src/apps/auth/login/index.tsx index fb9b00c..4667697 100644 --- a/apps/web/src/apps/auth/login/index.tsx +++ b/apps/web/src/apps/auth/login/index.tsx @@ -1,3 +1,315 @@ +import { TextInput, PasswordInput, Checkbox, Button, Divider } from '@repo/ui/components'; +import { Mail, Lock, LogIn, Apple, Globe, MessageCircle } from 'lucide-react'; + +const GoogleIcon = (props: any) => ( + +); + +const MicrosoftIcon = (props: any) => ( + +); + +const AndroidIcon = (props: any) => ( + +); + +const ChromeIcon = (props: any) => ( + +); + +const Ring = ({ size }: { size: number }) => ( +
+); + +const IconCircle = ({ x, y, children }: { x: number; y: number; children: React.ReactNode }) => ( +
*/}
+
+ {/* Text Logo (Remove if using image) */}
+ + Enter your registered email address and password to login! +
+ + {/* Form */} ++ Compatible with{' '} + Gmail, Outlook Web, LinkedIn and most web editors for + a smooth writing experience anywhere online. +
+ + {/* Pagination Indicators */} +