/* global React */ function CTAStrip() { return (
Your move

Now make their week.

Start your deck →
); } function Footer() { // Footer "Decks" links map marketing names → editor IDs. const DECK_HREF = { 'Poker Deck':'poker-deck', 'Privacy Breach':'privacy-breach', 'Guess Who?':'guess-who', 'Personalised Cards':'#picker', 'Make your own':'make-your-own', }; const staticEditors = new Set(); return ( ); } window.CTAStrip = CTAStrip; window.Footer = Footer;