Skip to content

Commit 00ebb3e

Browse files
authored
Merge pull request #1743 from manaflow-ai/manaflow/landing-artifact
Use real CmuxIcon logo in landing page banner
2 parents b8af94f + 5159735 commit 00ebb3e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

apps/www/app/page.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,20 @@ export default async function LandingPage() {
163163
<div className="absolute inset-x-[10%] bottom-[-20%] h-[32rem] rounded-full bg-gradient-to-tr from-indigo-500/20 via-blue-700/10 to-transparent blur-[200px]" />
164164
</div>
165165

166+
<a
167+
href="https://cmux.dev/"
168+
target="_blank"
169+
rel="noopener noreferrer"
170+
className="group relative z-10 flex items-center justify-center gap-2.5 bg-sky-950/80 px-4 py-2.5 text-sm transition-colors hover:bg-sky-900/80"
171+
>
172+
<CmuxIcon className="h-3.5 w-3.5" aria-hidden />
173+
<span className="text-sky-100/90">
174+
<span className="font-medium text-white">cmux.dev</span>
175+
<span className="hidden sm:inline"> — The Open Source Terminal for Coding Agents</span>
176+
</span>
177+
<ArrowRight className="h-3.5 w-3.5 text-sky-300/60 transition-transform group-hover:translate-x-0.5 group-hover:text-sky-200" aria-hidden />
178+
</a>
179+
166180
<SiteHeader
167181
fallbackUrl={fallbackUrl}
168182
latestVersion={latestVersion}

0 commit comments

Comments
 (0)