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

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

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

Clean up remaining "what just happened" comment references and JSDoc
notes that still referenced the overnight/sleep framing.

https://claude.ai/code/session_01DzJMTFASjMHt2f5ze4cNLR
Claude committed on June 6, 2026Parent: 3575261
1 file changed+44b5d207b1bb19c17d73cc84f6ef69b61a23b473bc
1 changed file+4−4
Modifiedsrc/views/landing.tsx+4−4View fileUnifiedSplit
88 * Block L10 — hero rewrite. The hero now lands the Block L positioning
99 * ("the git host built around Claude"): gradient headline, one-line
1010 * install snippet w/ copy button, three CTAs (Sign up / Demo / vs-GitHub),
11 * and a four-line "what just happened" rail driven off the L4 publicStats
11 * and a four-line activity rail driven off the L4 publicStats
1212 * payload. The L4 counters tile section and L5 vs-GitHub CTA are both
1313 * preserved — additive only.
1414 *
1515 * Also adds two new editorial sections below the L4 counters:
16 * - "Three reasons to switch" (Sleep Mode / Migrate / Demo)
16 * - "Three reasons to switch" (Instant Shipping / Migrate / Demo)
1717 * - "How is this different from GitHub?" pull-quote → /vs-github
1818 *
1919 * Pure presentational. Drops into <Layout user={null}>.
215215 </div>
216216 </div>
217217
218 {/* U1 — tightened "what just happened" rail.
218 {/* U1 — tightened activity rail.
219219 Same data as before, rendered as a single horizontal
220220 rule with the gradient accent line on top. Numbers
221221 smaller, copy still scannable. */}
28292829 color: var(--green, #34d399);
28302830 }
28312831
2832 /* ---------- L10/U1 hero "what just happened" rail ----------
2832 /* ---------- L10/U1 hero activity rail ----------
28332833 U1 — tightened into a single horizontal strip. The 1px gradient
28342834 rule on top is the same accent the headline uses, so the rail
28352835 reads as part of the hero composition rather than a stray list. */
28362836