homepage changes
This commit is contained in:
parent
1b2d094c0c
commit
f7a5f8c121
1 changed files with 0 additions and 9 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue