homepage changes

This commit is contained in:
makearmy 2025-10-02 19:23:50 -04:00
parent 1b2d094c0c
commit f7a5f8c121

View file

@ -36,17 +36,8 @@ export default async function HomePage({
</section>
<section className="grid gap-6 md:grid-cols-2">
<div className="rounded-lg border p-6">
<h2 className="mb-3 text-lg font-semibold">Create an account</h2>
{/* Uses your existing sign-up component */}
<SignUp nextPath="/portal" />
</div>
<div className="rounded-lg border p-6">
<h2 className="mb-3 text-lg font-semibold">Sign in</h2>
{/* Uses your existing sign-in component */}
<SignIn nextPath="/portal" reauth={reauth} />
</div>
</section>
<section className="mt-8 text-center text-xs text-muted-foreground">