Skip to content

Commit

Permalink
CTA to vote
Browse files Browse the repository at this point in the history
  • Loading branch information
tadaspetra committed Dec 7, 2024
1 parent c4b5365 commit 4b0f4dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,10 @@ const sortedApps = allApps.sort((a, b) => {
</div>

<!-- Apps Grid -->
<div class="container mx-auto px-4 py-16">
<div class="container mx-auto px-4 py-8">
<h2 class="text-2xl text-center font-bold mb-8">Vote for your Favorite Apps 👇</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">

{sortedApps.map((app) => (
<div class="bg-white/10 backdrop-blur-lg rounded-xl overflow-hidden border border-white/20">
<div class="p-6">
Expand Down

0 comments on commit 4b0f4dc

Please sign in to comment.