diff --git a/public/login.png b/public/login.png new file mode 100644 index 0000000..57de876 Binary files /dev/null and b/public/login.png differ diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx new file mode 100644 index 0000000..250d5ed --- /dev/null +++ b/src/app/login/page.tsx @@ -0,0 +1,25 @@ +import { Button } from "@/components/ui/button"; +import { Card, CardContent, CardFooter, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; + +export default function Login() { + return ( +
+ + + Empower Your Vision + + Unlock opportunities and connect with a community of passionate investors and innovators. + + + +

Continue With

+ + +
+ +
+
+ ); +}