Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
Commit3575261unknown_key

fix(messaging): rewrite landing hero — instant speed, kill async overnight pitch

fix(messaging): rewrite landing hero — instant speed, kill async overnight pitch

https://claude.ai/code/session_01DzJMTFASjMHt2f5ze4cNLR
Claude committed on June 6, 2026Parent: 699f33e
1 file changed+883575261ac2ff95a601f5a27312c9c4bd6f669b2b
1 changed file+8−8
Modifiedsrc/views/landing.tsx+8−8View fileUnifiedSplit
147147 </div>
148148
149149 <h1 class="landing-hero-title display">
150 <span class="gradient-text">The git host built around Claude.</span>
150 <span class="gradient-text">Write the spec. Gluecron ships it.</span>
151151 </h1>
152152
153153 <p class="landing-hero-sub">
154 Label an issue. Walk away. Wake up to a merged PR.
154 Spec to PR in 90 seconds. Push to live in 25. AI review, auto-merge, deploy — automatic.
155155 </p>
156156
157157 {/* U1 — primary CTA row, demoted to 2 buttons. */}
220220 rule with the gradient accent line on top. Numbers
221221 smaller, copy still scannable. */}
222222 {publicStats && (
223 <ul class="landing-hero-rail" aria-label="What just happened on Gluecron">
223 <ul class="landing-hero-rail" aria-label="Gluecron live this week">
224224 <li>
225225 <strong>{publicStats.weeklyPrsAutoMerged.toLocaleString()}</strong>
226226 <span class="landing-hero-rail-label">PRs auto-merged</span>
231231 </li>
232232 <li>
233233 <strong>{publicStats.weeklyDeploysShipped.toLocaleString()}</strong>
234 <span class="landing-hero-rail-label">deploys overnight</span>
234 <span class="landing-hero-rail-label">deploys shipped</span>
235235 </li>
236236 <li>
237237 <strong>{`~${Math.round(publicStats.weeklyHoursSaved).toLocaleString()}`}</strong>
333333 <path d="M21 12.8A9 9 0 1 1 11.2 3a7 7 0 0 0 9.8 9.8z" />
334334 </svg>
335335 }
336 title="Toggle Sleep Mode"
337 body="Claude does the work overnight. You get a 9 AM digest of what shipped — PRs merged, deploys live, incidents triaged."
338 link={{ href: "/sleep-mode", label: "Turn on Sleep Mode" }}
336 title="Ships in seconds, not tabs"
337 body="Spec to draft PR in 90 seconds. AI review posted in under 10. Push to live in 25. Every step streams in real time — no polling, no waiting on a CI tab. Or let Sleep Mode batch it for when you're away."
338 link={{ href: "/sleep-mode", label: "See Sleep Mode" }}
339339 />
340340 <ReasonCard
341341 icon={
358358 </svg>
359359 }
360360 title="Open the demo, watch it work"
361 body="The demo repo is real. Label an issue, hit refresh, see Claude open the PR. Inspect the diff. Approve the merge. Zero setup, zero credit card."
361 body="The demo repo is real. Label an issue, watch Claude open the PR in seconds. Inspect the diff. Approve the merge. Zero setup, zero credit card."
362362 link={{ href: "/demo", label: "Open the live demo" }}
363363 />
364364 </div>
365365