mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix(landing): highlight Open Source as Most Popular tier (#462)
Move the Most Popular badge and featured card treatment to the Open Source tier; Enterprise becomes the plain card.
This commit is contained in:
@@ -18,7 +18,13 @@ const checkIcon =
|
||||
|
||||
<div class="mx-auto grid max-w-4xl gap-8 md:grid-cols-2">
|
||||
<!-- Open Source (Free) -->
|
||||
<div class="reveal flex flex-col rounded-2xl border border-border bg-surface p-8">
|
||||
<div class="reveal glow-warm relative flex flex-col overflow-hidden rounded-2xl border-2 border-primary/40 bg-surface p-8 md:scale-[1.03]">
|
||||
<div class="pointer-events-none absolute inset-x-0 top-0 h-32 bg-gradient-to-b from-primary/[0.04] to-transparent"></div>
|
||||
|
||||
<div class="relative">
|
||||
<span class="mb-4 inline-block rounded-full bg-primary/10 px-3 py-1 text-xs font-semibold text-primary">
|
||||
Most Popular
|
||||
</span>
|
||||
<h3 class="font-display text-2xl font-bold">Open Source</h3>
|
||||
<div class="mt-2 flex items-baseline gap-1">
|
||||
<span class="font-display text-4xl font-extrabold">Free</span>
|
||||
@@ -32,7 +38,7 @@ const checkIcon =
|
||||
href="https://docs.snapotter.com/guide/getting-started"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="btn-outline mt-6 block rounded-xl px-6 py-3 text-center text-sm font-semibold"
|
||||
class="btn-primary mt-6 block rounded-xl px-6 py-3 text-center text-sm font-semibold"
|
||||
>
|
||||
Deploy Now
|
||||
</a>
|
||||
@@ -59,15 +65,10 @@ const checkIcon =
|
||||
))}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Enterprise -->
|
||||
<div class="reveal glow-warm relative flex flex-col overflow-hidden rounded-2xl border-2 border-primary/40 bg-surface p-8 md:scale-[1.03]">
|
||||
<div class="pointer-events-none absolute inset-x-0 top-0 h-32 bg-gradient-to-b from-primary/[0.04] to-transparent"></div>
|
||||
|
||||
<div class="relative">
|
||||
<span class="mb-4 inline-block rounded-full bg-primary/10 px-3 py-1 text-xs font-semibold text-primary">
|
||||
Most Popular
|
||||
</span>
|
||||
<div class="reveal flex flex-col rounded-2xl border border-border bg-surface p-8">
|
||||
<h3 class="font-display text-2xl font-bold">Enterprise</h3>
|
||||
<div class="mt-2 flex items-baseline gap-1">
|
||||
<span class="font-display text-4xl font-extrabold">Custom</span>
|
||||
@@ -78,7 +79,7 @@ const checkIcon =
|
||||
|
||||
<a
|
||||
href="/contact"
|
||||
class="btn-primary mt-6 block rounded-xl px-6 py-3 text-center text-sm font-semibold"
|
||||
class="btn-outline mt-6 block rounded-xl px-6 py-3 text-center text-sm font-semibold"
|
||||
>
|
||||
Let's talk
|
||||
</a>
|
||||
@@ -106,5 +107,4 @@ const checkIcon =
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user