Skip to content

Commit

Permalink
add cta buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Jish2 committed Oct 29, 2024
1 parent 5ded60d commit 45a09f2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ import Layout from "../layouts/Layout.astro";
> consumes the entire universe
</p>

<div class="flex gap-3 justify-center mt-4">
<a href="#" class="font-mono px-4 py-1.5 bg-[#962072] rounded-md text-lg"
>book a demo</a
>
<a
href="#"
class="font-mono px-4 py-1.5 bg-white text-black rounded-md text-lg"
>quickstart</a
>
</div>

<Galaxy />
</main>
<footer>
Expand Down

0 comments on commit 45a09f2

Please sign in to comment.