Skip to content

Commit 540dab2

Browse files
authored
feat: add prominent logo to hero section above community pill (#831)
1 parent 729c6b4 commit 540dab2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/pages/index.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ const sortedIndustries = Object.entries(industryCounts)
4343

4444
<div class="relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-24 md:py-32">
4545
<div class="text-center">
46+
<img src="/images/elixircompanies_logo.png" alt="Elixir Companies" class="h-40 w-auto mx-auto mb-8" />
47+
4648
<div class="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-white/10 backdrop-blur-sm border border-white/20 text-white/90 text-sm font-medium mb-8">
4749
<span class="w-2 h-2 rounded-full bg-emerald-400 animate-pulse"></span>
4850
Community-driven & open source

0 commit comments

Comments
 (0)