File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments