Added some prettiness

This commit is contained in:
Surya Vemulapalli
2025-03-29 19:29:54 -04:00
parent 606977273b
commit 83edbab30a

View File

@@ -17,10 +17,10 @@ export default async function Home() {
<div className="items-center justify-items-center min-h-screen p-8 pb-20 gap-16 sm:p-20 font-[family-name:var(--font-geist-sans)]">
<main className="flex flex-row gap-[32px] row-start-2 items-center sm:items-start">
<a href="/auth/login?screen_hint=signup">
<button className="w-16 text-green-600">Sign up</button>
<button className="w-16 bg-indigo-800 text-green-300">Sign up</button>
</a>
<a href="/auth/login">
<button className = "w-16 text-green-600">Log in</button>
<button className = "w-16 bg-indigo-500 text-green-400">Log in</button>
</a>
</main>
<h1>fauxcall</h1>