Skip to content

Commit f06e9ab

Browse files
V48 (impl-only): Color hero CTAs purple, green, and orange for pillar columns
Order Sell → Buy → View AssetPacks with fuchsia, emerald, and orange chrome matching the three pillar cards.
1 parent 4e1bd18 commit f06e9ab

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

uapi/components/marketing/MarketingLandingHero/MarketingLandingHero.tsx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,23 +78,24 @@ export const MarketingLandingHero = memo(function MarketingLandingHero() {
7878
</div>
7979

8080
<div className="mt-4 flex flex-wrap items-center gap-3 phone:mt-5">
81+
{/* Colors match pillar columns: Sell purple · Buy green · Settle/View orange */}
8182
<Link
82-
href={BITCODE_PUBLIC_COPY.primaryCta.href}
83-
className="inline-flex items-center gap-2 rounded-none border border-emerald-300/24 bg-emerald-400/10 px-4 py-2.5 text-[11px] font-semibold uppercase tracking-[0.18em] text-emerald-50 transition-colors hover:border-emerald-300/42 hover:bg-emerald-400/16"
83+
href={BITCODE_PUBLIC_COPY.secondaryCta.href}
84+
className="inline-flex items-center gap-2 rounded-none border border-fuchsia-300/28 bg-fuchsia-500/12 px-4 py-2.5 text-[11px] font-semibold uppercase tracking-[0.18em] text-fuchsia-50 transition-colors hover:border-fuchsia-300/48 hover:bg-fuchsia-500/18"
8485
>
85-
{BITCODE_PUBLIC_COPY.primaryCta.label}
86+
{BITCODE_PUBLIC_COPY.secondaryCta.label}
8687
<ArrowRightIcon className="h-4 w-4" />
8788
</Link>
8889
<Link
89-
href={BITCODE_PUBLIC_COPY.secondaryCta.href}
90-
className="inline-flex items-center gap-2 rounded-none border border-white/12 bg-white/6 px-4 py-2.5 text-[11px] font-semibold uppercase tracking-[0.18em] text-white/84 transition-colors hover:border-white/24 hover:bg-white/10"
90+
href={BITCODE_PUBLIC_COPY.primaryCta.href}
91+
className="inline-flex items-center gap-2 rounded-none border border-emerald-300/28 bg-emerald-400/12 px-4 py-2.5 text-[11px] font-semibold uppercase tracking-[0.18em] text-emerald-50 transition-colors hover:border-emerald-300/48 hover:bg-emerald-400/18"
9192
>
92-
{BITCODE_PUBLIC_COPY.secondaryCta.label}
93+
{BITCODE_PUBLIC_COPY.primaryCta.label}
9394
<ArrowRightIcon className="h-4 w-4" />
9495
</Link>
9596
<Link
9697
href={BITCODE_PUBLIC_COPY.tertiaryCta.href}
97-
className="inline-flex items-center gap-2 rounded-none border border-orange-300/22 bg-orange-400/8 px-4 py-2.5 text-[11px] font-semibold uppercase tracking-[0.18em] text-orange-50/90 transition-colors hover:border-orange-300/40 hover:bg-orange-400/14"
98+
className="inline-flex items-center gap-2 rounded-none border border-orange-300/28 bg-orange-400/12 px-4 py-2.5 text-[11px] font-semibold uppercase tracking-[0.18em] text-orange-50 transition-colors hover:border-orange-300/48 hover:bg-orange-400/18"
9899
>
99100
{BITCODE_PUBLIC_COPY.tertiaryCta.label}
100101
<ArrowRightIcon className="h-4 w-4" />

0 commit comments

Comments
 (0)