Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions apps/marketing/src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,14 @@
* `prefers-reduced-motion`.
*/
const KICKOFF_LABEL = "Kickoff 11 June 2026";
const HEADLINE_LINE_1 = "Don't just watch the FIFA World Cup™";
const HEADLINE_LINE_2 = "Play it.";
/* Tim 2026-06-05: hero headline rewritten to a one-line brand
* statement now that the "play the FIFA WC 2026 bracket" CTA card
* to the right of the headline carries the World-Cup-specific call
* to action. Split across two spans for editorial cadence: the
* subject ("We Game-ify") on line one, the object ("the Tournament")
* on line two. Game-ify with the hyphen retained per Tim's brief. */
const HEADLINE_LINE_1 = "We Game-ify";
const HEADLINE_LINE_2 = "the Tournament";

const platformHref = "/how-it-works";
const repoHref = "https://github.com/0800tim/tournamental";
Expand Down
Loading