Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions src/components/blocks/GetInvolvedWithAgrobot.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@

<!-- Container for action buttons -->
<div class="flex flex-row gap-24">
<button
class="rounded-full bg-gray-100 px-24 py-4 text-xl hover:cursor-pointer"
>Join the team</button
<a
href="/recruitment"
class="rounded-full bg-gray-100 px-24 py-4 text-xl transition-all duration-300 ease-out hover:-translate-y-1 hover:scale-105 hover:cursor-pointer hover:shadow-md"
>Join the team</a
>
<button
class="rounded-full bg-gray-100 px-24 py-4 text-xl hover:cursor-pointer"
>Sponsor us</button
<a
href="/sponsor"
class="rounded-full bg-gray-100 px-24 py-4 text-xl transition-all duration-300 ease-out hover:-translate-y-1 hover:scale-105 hover:cursor-pointer hover:shadow-md"
>Sponsor us</a
>
</div>
</div>
Loading