File size: 3,844 Bytes
84dbbc9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
bullet_angles = {
    "NINGUNO": {
        "description": "Generate the bullet without any specific angle",
        "style": "direct and natural",
        "keywords": ["clear", "direct", "simple", "natural"]
    },
    "CURIOSIDAD": {
        "description": "Create a bullet that generates intrigue and sparks reader curiosity",
        "style": "mysterious and provocative",
        "keywords": ["intriguing", "mysterious", "fascinating", "revealing"]
    },
    "CASI IMPOSIBLE": {
        "description": "Generate a bullet that seems hard to believe but not impossible",
        "style": "surprising but credible",
        "keywords": ["incredible", "surprising", "unexpected", "revolutionary"]
    },
    "AUTORIDAD": {
        "description": "Include expert references or credibility-building data",
        "style": "professional and backed",
        "keywords": ["expert", "proven", "scientific", "endorsed"]
    },
    "CONTRASTE": {
        "description": "Create a bullet that contrasts opposing ideas",
        "style": "comparative and revealing",
        "keywords": ["contrast", "difference", "transformation", "change"]
    },
    "DOLOR FÍSICO": {
        "description": "Focus the bullet on solving physical pain or discomfort",
        "style": "empathetic and solution-oriented",
        "keywords": ["relief", "wellness", "comfort", "health"]
    },
    "DOLOR PSICOLÓGICO": {
        "description": "Focus the bullet on solving emotional pain or discomfort",
        "style": "understanding and healing",
        "keywords": ["peace", "security", "confidence", "relief"]
    },
    "BENEFICIO DIRECTO": {
        "description": "Present the benefit in a clear and direct way",
        "style": "direct and specific",
        "keywords": ["benefit", "result", "achievement", "improvement"]
    },
    "ERROR COMÚN": {
        "description": "Point out a common mistake that the audience should avoid",
        "style": "educational and preventive",
        "keywords": ["mistake", "correction", "improvement", "solution"]
    },
    "90% SOLUCIÓN": {
        "description": "Reveal most of the solution while maintaining an element of mystery",
        "style": "revealing but intriguing",
        "keywords": ["solution", "secret", "discovery", "method"]
    },
    "NINGUNO": {
        "description": "Natural response without specific tone adjustments",
        "style": "direct and simple",
        "keywords": ["clear", "direct", "simple", "natural"],
        "result": "Standard benefit presentation"
    },
    "PROFESIONAL": {
        "description": "Formal and business-oriented tone",
        "style": "formal and strategic",
        "keywords": ["professional", "strategic", "effective", "measurable"],
        "result": "Business-focused benefit statement"
    },
    "HUMOR": {
        "description": "Fun and light-hearted tone",
        "style": "casual and entertaining",
        "keywords": ["funny", "playful", "relaxed", "informal"],
        "result": "Entertaining benefit with humor"
    },
    "SARCASMO": {
        "description": "Witty and clever tone",
        "style": "ironic but friendly",
        "keywords": ["ironic", "witty", "clever", "provocative"],
        "result": "Clever benefit with subtle irony"
    },
    "CREATIVO": {
        "description": "Imaginative and original tone",
        "style": "innovative and unique",
        "keywords": ["creative", "original", "imaginative", "artistic"],
        "result": "Uniquely crafted benefit statement"
    },
    "EMOCIONAL": {
        "description": "Empathetic and moving tone",
        "style": "close and personal",
        "keywords": ["emotional", "sincere", "inspiring", "touching"],
        "result": "Emotionally resonant benefit"
    }
}