diff --git a/bun.lockb b/bun.lockb index 4d22c2f..f577256 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 0bb922d..64c7379 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,6 @@ "react": "^18", "react-dom": "^18", "react-hook-form": "^7.53.0", - "react-social-icons": "^6.18.0", "react-turnstile": "^1.1.3", "sharp": "^0.33.5", "sonner": "^1.5.0", diff --git a/public/favicon.ico b/public/favicon.ico index 009fca4..ad3987c 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/media/github.png b/public/media/github.png deleted file mode 100644 index 50b8175..0000000 Binary files a/public/media/github.png and /dev/null differ diff --git a/public/media/logo.png b/public/media/logo.png index a39e7e7..5046004 100644 Binary files a/public/media/logo.png and b/public/media/logo.png differ diff --git a/public/media/platforms/github.svg b/public/media/platforms/github.svg new file mode 100644 index 0000000..ac671ba --- /dev/null +++ b/public/media/platforms/github.svg @@ -0,0 +1,5 @@ + + + \ No newline at end of file diff --git a/public/media/platforms/google.svg b/public/media/platforms/google.svg new file mode 100644 index 0000000..29b84f1 --- /dev/null +++ b/public/media/platforms/google.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/app/(pages)/auth/page.tsx b/src/app/(pages)/auth/page.tsx index 19c66fe..738f1ce 100644 --- a/src/app/(pages)/auth/page.tsx +++ b/src/app/(pages)/auth/page.tsx @@ -6,7 +6,6 @@ import { Separator } from "@/components/ui/separator"; import AuthForm from "@/components/auth/auth-form"; import { motion } from "framer-motion"; import Greeting from "@/components/auth/greeting"; -import Footer from "@/components/auth/footer"; /** * The page to authenticate with. @@ -29,7 +28,6 @@ const AuthPage = (): ReactElement => ( -