chore: sync live tweaks + brand assets into main (so dev mirrors live)#286
Merged
Conversation
Tim noticed his home + /the-bet edits look right on
play.tournamental.com but stale on play-dev.tournamental.com. Cause:
several edits + brand-asset files lived directly on the live tree
(vtorn/) without ever being committed to main, so neither main nor
the next15-dev branch on vtorn-dev had them.
Bringing all of it across:
Source edits (page.tsx / home.css / the-bet/page.tsx):
- 'mental?' italic flipped to gold + soft text-shadow (matches
the /the-bet header treatment so the brand pun reads the
same on both surfaces).
- .vt-home-stats-rule removed entirely; the hairline divider
between stats + bet feature card is gone, .vt-home-section--bet
padding zeroed + a small margin-top instead.
- <hr className='vt-home-stats-rule'/> removed from page.tsx so
the markup matches.
- /the-bet lede rewritten ('I'll give you my house.', dropped
the 'sign over what's left of my equity' phrasing).
- Bio line: 'New Zealand engineer' -> 'New Zealand entrepreneur'.
- Added 'AI tooling' aside about 6 months / 6 figures.
- Dropped 'Tournamental is run by Growth Spurt Ltd, Auckland.'
footer paragraph + the 'Show me the maths' ghost CTA.
- Byline format tweak.
Brand + press assets (apps/web/public/, were untracked):
- hero/the-bet-hero.{jpg,png,webp} (BET MY HOUSE thought bubble
banner used as the .vt-bet-feature-bg background on the home).
- press/2026-06-05.html + press/tournamental-press-release-
2026-06-05.pdf (the existing press surface; mirror of what's
on prod so dev can resolve the URLs).
Em-dashes in Tim's CSS comment lines stripped per the standing
'no em-dashes' rule.
Tim 2026-06-05.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Signed-off-by: Tim Thomas <0800tim@gmail.com>
0800tim
added a commit
that referenced
this pull request
Jun 4, 2026
Brings Tim's uncommitted-on-live home/the-bet edits + the hero + press assets into the dev branch so play-dev.tournamental.com renders the same content as live.
Auto-triage: GREEN — auto-triage clearRisk score: 0/100
No flags raised by the automated scanners. A human reviewer will still take a look. Labels applied: Posted by |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tim noticed his home + /the-bet edits look right on prod but stale on dev. Cause: edits + brand assets were sitting uncommitted in the live tree (vtorn/) for some time. Neither main nor next15-dev had them, so play-dev.tournamental.com renders the older state.
Bringing all of it across in one commit so main is now the source of truth.
Source edits: 'mental?' italic gold tint, divider hairline removed, lede rewrites on /the-bet, bio 'engineer' → 'entrepreneur', AI-tooling aside added, footer paragraph + 'Show me the maths' CTA dropped.
Brand + press assets:
hero/the-bet-hero.{jpg,png,webp}(the BET MY HOUSE banner) +press/2026-06-05.html+ the press-release PDF.Em-dashes in Tim's own CSS comments stripped per his standing rule.
🤖 Generated with Claude Code