implement sign up page

This commit is contained in:
2025-05-07 23:40:03 +01:00
parent d3638ffc80
commit 77cb38294c
9 changed files with 166 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ function Index() {
<p className="pb-4 text-2xl uppercase">BOOKMARK MANAGER</p>
<div className="flex flex-col text-lg">
<Link href="/login">LOGIN</Link>
<Link>SIGN UP</Link>
<Link href="/signup">SIGN UP</Link>
<DemoButton />
</div>
</div>