diff --git a/public/logo/facebook.svg b/public/logo/facebook.svg new file mode 100644 index 0000000..a592489 --- /dev/null +++ b/public/logo/facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/logo/google.svg b/public/logo/google.svg new file mode 100644 index 0000000..88be806 --- /dev/null +++ b/public/logo/google.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index 250d5ed..597d993 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -1,3 +1,4 @@ +import Image from "next/image"; import { Button } from "@/components/ui/button"; import { Card, CardContent, CardFooter, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; @@ -14,11 +15,19 @@ export default function Login() { -

Continue With

- - +

Continue With

+ +
- + + By signing up, you agree to the Terms of Service and acknowledge you’ve read our Privacy Policy. + );