Skip to content

Commit a841254

Browse files
committed
Marketing: drop the eyebrow labels on the Pick your path cards
1 parent 6e3f599 commit a841254

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

apps/marketing/src/pages/index.astro

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -399,12 +399,6 @@ Source (and the place to start if something breaks): https://github.com/RhysSull
399399
class="surface-card path-card beam-card p-8 flex flex-col"
400400
style="border-color: rgba(99,91,255,0.25)"
401401
>
402-
<div class="flex items-center gap-2 mb-4">
403-
<span
404-
class="font-mono text-[11px] uppercase tracking-[0.18em]"
405-
style="color: var(--color-accent)">Recommended</span
406-
>
407-
</div>
408402
<h3 class="text-[22px] font-semibold tracking-[-0.01em] text-ink mb-3">
409403
Cloud
410404
</h3>
@@ -421,11 +415,6 @@ Source (and the place to start if something breaks): https://github.com/RhysSull
421415

422416
{/* Desktop (native app, local) */}
423417
<div class="surface-card path-card p-8 flex flex-col">
424-
<div class="flex items-center gap-2 mb-4">
425-
<span class="font-mono text-[11px] uppercase tracking-[0.18em] text-ink-3"
426-
>Open source</span
427-
>
428-
</div>
429418
<h3 class="text-[22px] font-semibold tracking-[-0.01em] text-ink mb-3">
430419
Desktop
431420
</h3>
@@ -469,11 +458,6 @@ Source (and the place to start if something breaks): https://github.com/RhysSull
469458

470459
{/* CLI (headless / servers) */}
471460
<div class="surface-card path-card p-8 flex flex-col">
472-
<div class="flex items-center gap-2 mb-4">
473-
<span class="font-mono text-[11px] uppercase tracking-[0.18em] text-ink-3"
474-
>Headless</span
475-
>
476-
</div>
477461
<h3 class="text-[22px] font-semibold tracking-[-0.01em] text-ink mb-3">
478462
CLI
479463
</h3>

0 commit comments

Comments
 (0)