Skip to content

Commit

Permalink
Update Landing Page
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNullPower committed Jun 18, 2024
1 parent fa78ea3 commit d8e1935
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions saraia/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,16 @@ export default function Home() {
<div className="flex justify-center mb-6">
<img src="/LogoSara.svg" alt="Logo" className="h-40 w-40" />
</div>
<Button asChild>
<Link href="/api/auth/signin">¡Inicia aqui!</Link>
</Button>
<div>
<Button asChild className="mb-6">
<Link href="/api/auth/signin">¡Start here!</Link>
</Button>
</div>
<div>
<Button asChild>
<Link href="/dashboard">Go to Dashboard</Link>
</Button>
</div>
</div>
</div>
);
Expand Down

0 comments on commit d8e1935

Please sign in to comment.