Skip to content

Commit bd03363

Browse files
authored
Sign in page
1 parent a940ebb commit bd03363

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed
663 KB
Loading
2.14 MB
Loading
2.05 MB
Loading
97.3 KB
Loading

src/app/signin/page.tsx

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
export default function SignInPage() {
22
return (
3-
<div className="bg-[url(/eve-DJydsZc9xrM-unsplash.jpg)] bg-cover bg-center flex min-h-screen items-center justify-center bg-white font-sans dark:bg-black">
4-
<div className="bg-white shadow-sm rounded-2xl min-w-lg min-h-96">
3+
<div className="bg-[url(/carlos-torres-MHNjEBeLTgw-unsplash.jpg)] bg-cover bg-center flex min-h-screen items-center justify-center bg-white font-sans dark:bg-black">
4+
<div className="absolute top-0 left-0 w-full h-full bg-white/50 backdrop-blur-lg z-10"></div>
5+
<div className="bg-white shadow-sm rounded-2xl min-w-lg min-h-96 z-20">
56
<div className="p-4">
67
<h1 className="text-xl p-8">Welcome to Twilight Cloud</h1>
78
<div className="flex flex-col justify-center">
@@ -13,9 +14,11 @@ export default function SignInPage() {
1314
</div>
1415
</div>
1516
<div className="px-8 pb-8">
16-
<button type="button" className="w-full bg-neutral-100 text-black py-2 px-4 rounded-md hover:bg-neutral-200 transition-colors duration-300">
17-
Sign in or Sign up
18-
</button>
17+
<a href="/auth/login">
18+
<button type="button" className="w-full bg-neutral-100 text-black py-2 px-4 rounded-md hover:bg-neutral-200 transition-colors duration-300">
19+
Sign in or Sign up
20+
</button>
21+
</a>
1922
</div>
2023
</div>
2124
</div>

0 commit comments

Comments
 (0)