We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729c6b4 commit 540dab2Copy full SHA for 540dab2
1 file changed
src/pages/index.astro
@@ -43,6 +43,8 @@ const sortedIndustries = Object.entries(industryCounts)
43
44
<div class="relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-24 md:py-32">
45
<div class="text-center">
46
+ <img src="/images/elixircompanies_logo.png" alt="Elixir Companies" class="h-40 w-auto mx-auto mb-8" />
47
+
48
<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">
49
<span class="w-2 h-2 rounded-full bg-emerald-400 animate-pulse"></span>
50
Community-driven & open source
0 commit comments