From 438a96f51e520b2823c30d759f4baf46c62dfb1e Mon Sep 17 00:00:00 2001 From: Tim Thomas <0800tim@gmail.com> Date: Fri, 5 Jun 2026 16:28:29 +1200 Subject: [PATCH] feat(marketing): rewrite hero headline to 'We Game-ify the Tournament' Tim 2026-06-05: > change the main heading from what it is now to 'We Game-ify the > Tournament'. We already have the call to action to play directly > to the right of that main heading. The old 'Don't just watch the FIFA World Cup(TM) / Play it.' pitched the 2026 tournament directly from the main headline. With the 'Play the FIFA World Cup 2026(TM) bracket app' CTA card sitting to the right of the headline already carrying the WC-specific call to action, the main heading can step up to a single, evergreen brand statement. Two-span split for editorial cadence: subject on line one, object on line two. Hyphen retained on 'Game-ify' per Tim's brief -- emphasises 'make a game of' rather than the more usual 'Gamify' SaaS verb. Signed-off-by: Tim Thomas <0800tim@gmail.com> --- apps/marketing/src/components/Hero.astro | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/apps/marketing/src/components/Hero.astro b/apps/marketing/src/components/Hero.astro index 4e5c87ee..6c23d265 100644 --- a/apps/marketing/src/components/Hero.astro +++ b/apps/marketing/src/components/Hero.astro @@ -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";