Skip to content

Commit ad56c14

Browse files
committed
feat(website): add SuperagenticAI logo to metaharness landscape card
Card was the only one of three without a logo. Mark extracted from the official lockup at super-agentic.ai/uploads/logo.png, sized to match the Omnigent card. Claude-Session: https://claude.ai/code/session_018JeoS2jyXwZRiexf7rgEJA
1 parent 8cf6752 commit ad56c14

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

25.2 KB
Loading

apps/website/src/components/sections/v3/LandscapeV3.astro

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,16 @@
108108
By SuperagenticAI
109109
</p>
110110
<h3
111-
class="mt-4 flex h-8 items-center text-3xl font-semibold tracking-tight text-neutral-900 sm:h-9 sm:text-4xl dark:text-neutral-50"
111+
class="mt-4 flex h-8 items-center gap-2.5 text-3xl font-semibold tracking-tight text-neutral-900 sm:h-9 sm:text-4xl dark:text-neutral-50"
112112
data-no-anchor
113113
>
114+
<img
115+
src="/images/superagentic-logo.png"
116+
alt=""
117+
width="162"
118+
height="128"
119+
class="h-7 w-auto sm:h-8"
120+
/>
114121
metaharness
115122
</h3>
116123
<p

0 commit comments

Comments
 (0)