|
42 | 42 |
|
43 | 43 | # Marketing copy for each screen (conversion-first, concrete output language). |
44 | 44 | IPHONE_MARKETING = { |
45 | | - "01_focus": {"headline": "Decide what\nmatters now.", "subheadline": "Scattered thoughts become 3 priorities."}, |
46 | | - "02_decide": {"headline": "Know why.\nTake action.", "subheadline": "Each priority includes why it matters and what to do next."}, |
47 | | - "03_capture": {"headline": "Capture in seconds.\nStay clear.", "subheadline": "Capture notes, links, and thoughts fast, even offline."}, |
48 | | - "04_settings": {"headline": "Private by default.\nHuman in control.", "subheadline": "No autopublish. Approval required for private outreach."}, |
| 45 | + "01_focus": { |
| 46 | + "headline": "Decide what\nmatters now.", |
| 47 | + "subheadline": "Scattered thoughts become 3 priorities.", |
| 48 | + }, |
| 49 | + "02_decide": { |
| 50 | + "headline": "Know why.\nTake action.", |
| 51 | + "subheadline": "Each priority includes why it matters and what to do next.", |
| 52 | + }, |
| 53 | + "03_capture": { |
| 54 | + "headline": "Capture in seconds.\nStay clear.", |
| 55 | + "subheadline": "Capture notes, links, and thoughts fast, even offline.", |
| 56 | + }, |
| 57 | + "04_settings": { |
| 58 | + "headline": "Private by default.\nHuman in control.", |
| 59 | + "subheadline": "No autopublish. Approval required for private outreach.", |
| 60 | + }, |
49 | 61 | } |
50 | 62 |
|
51 | 63 | MAC_MARKETING = [ |
52 | | - ("01_focus", {"headline": "Decide what matters now", "subheadline": "See your top 3 priorities and one next move."}), |
| 64 | + ( |
| 65 | + "01_focus", |
| 66 | + {"headline": "Decide what matters now", "subheadline": "See your top 3 priorities and one next move."}, |
| 67 | + ), |
53 | 68 | ( |
54 | 69 | "02_insights", |
55 | 70 | {"headline": "See what repeated", "subheadline": "Weekly Review surfaces recurring priorities and patterns."}, |
56 | 71 | ), |
57 | 72 | ( |
58 | 73 | "03_queues", |
59 | | - {"headline": "Review only what matters", "subheadline": "Decisions, actions, tensions, and content candidates stay curated."}, |
| 74 | + { |
| 75 | + "headline": "Review only what matters", |
| 76 | + "subheadline": "Decisions, actions, tensions, and content candidates stay curated.", |
| 77 | + }, |
60 | 78 | ), |
61 | 79 | ( |
62 | 80 | "04_memory", |
63 | | - {"headline": "Understand the why", "subheadline": "Decision Replay shows what was reviewed, kept, and ignored."}, |
| 81 | + { |
| 82 | + "headline": "Understand the why", |
| 83 | + "subheadline": "Decision Replay shows what was reviewed, kept, and ignored.", |
| 84 | + }, |
| 85 | + ), |
| 86 | + ( |
| 87 | + "05_decisions", |
| 88 | + {"headline": "Act with confidence", "subheadline": "Feedback improves future prioritization over time."}, |
| 89 | + ), |
| 90 | + ( |
| 91 | + "06_settings", |
| 92 | + {"headline": "Private by default", "subheadline": "Human stays in control. No autopublish for sensitive content."}, |
64 | 93 | ), |
65 | | - ("05_decisions", {"headline": "Act with confidence", "subheadline": "Feedback improves future prioritization over time."}), |
66 | | - ("06_settings", {"headline": "Private by default", "subheadline": "Human stays in control. No autopublish for sensitive content."}), |
67 | 94 | ] |
68 | 95 |
|
69 | 96 | # App Store screenshot dimensions |
|
0 commit comments