Spaces:
Running
Running
Update bullet_formulas.py
Browse files- bullet_formulas.py +61 -1
bullet_formulas.py
CHANGED
@@ -1,5 +1,65 @@
|
|
1 |
# Fórmulas con ejemplos y explicaciones
|
2 |
bullet_formulas = {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"Anti-Procrastinación": {
|
4 |
"description": """
|
5 |
Formula: [Action + Result + Time]
|
@@ -408,4 +468,4 @@ bullet_formulas = {
|
|
408 |
"Por fin entenderás el trading como si fuera un videojuego además crearás sistemas que generan dinero mientras duermes y como bonus te convertirás en el trader que vive su mejor vida mientras otros siguen pegados a las pantallas."
|
409 |
]
|
410 |
}
|
411 |
-
}
|
|
|
1 |
# Fórmulas con ejemplos y explicaciones
|
2 |
bullet_formulas = {
|
3 |
+
"La Fórmula 3 en 1": {
|
4 |
+
"description": """
|
5 |
+
Formula: [Feature + Benefit + Meaning]
|
6 |
+
|
7 |
+
This formula creates an instant connection by linking three key elements:
|
8 |
+
1. Feature: The main characteristic or aspect of your offer
|
9 |
+
2. Benefit: What it allows the user to achieve or obtain
|
10 |
+
3. Meaning: The deeper impact or transformation in their life
|
11 |
+
|
12 |
+
**Instructions for Creating Connection Bullets:**
|
13 |
+
1. Identify Your Core Feature:
|
14 |
+
- What makes your offer unique?
|
15 |
+
- What's the main characteristic?
|
16 |
+
- What's the standout element?
|
17 |
+
|
18 |
+
2. Transform into Benefits:
|
19 |
+
- How does this feature help them?
|
20 |
+
- What can they achieve with it?
|
21 |
+
- What becomes possible?
|
22 |
+
|
23 |
+
3. Add Deeper Meaning:
|
24 |
+
- How does it transform their life?
|
25 |
+
- What's the emotional impact?
|
26 |
+
- What does it mean for their identity?
|
27 |
+
|
28 |
+
**Structure Formats:**
|
29 |
+
1. "[Feature] para que puedas [Benefit] con lo que [Meaning]"
|
30 |
+
2. "Con [Feature] podrás [Benefit] permitiéndote [Meaning]"
|
31 |
+
3. "Gracias a [Feature] lograrás [Benefit] haciendo que [Meaning]"
|
32 |
+
4. "Mediante [Feature] conseguirás [Benefit] lo que significa [Meaning]"
|
33 |
+
5. "Usando [Feature] alcanzarás [Benefit] transformando [Meaning]"
|
34 |
+
""",
|
35 |
+
"examples": [
|
36 |
+
# Format 1: Feature + Benefit + Meaning
|
37 |
+
"Sistema de meditación guiada para que puedas alcanzar la paz mental con lo que por fin dejarás de sentirte abrumado por el caos diario.",
|
38 |
+
"Método de escritura veloz para que puedas crear contenido sin esfuerzo con lo que te convertirás en una máquina de generar ideas brillantes.",
|
39 |
+
"Técnica de respiración ancestral para que puedas multiplicar tu energía con lo que te sentirás imparable desde que despiertas.",
|
40 |
+
|
41 |
+
# Format 2: With + Feature + Benefit + Meaning
|
42 |
+
"Con nuestro algoritmo de enfoque profundo podrás duplicar tu productividad permitiéndote disfrutar más tiempo con quienes amas.",
|
43 |
+
"Con el sistema de aprendizaje acelerado podrás dominar cualquier habilidad permitiéndote reinventar tu carrera cuando quieras.",
|
44 |
+
"Con la metodología de visualización cuántica podrás manifestar tus metas permitiéndote vivir la vida que siempre soñaste.",
|
45 |
+
|
46 |
+
# Format 3: Thanks to + Feature + Benefit + Meaning
|
47 |
+
"Gracias a nuestra tecnología de reprogramación mental lograrás superar tus miedos haciendo que te sientas invencible ante cualquier reto.",
|
48 |
+
"Gracias al protocolo de optimización del sueño lograrás descansar como un bebé haciendo que tu energía sea legendaria todo el día.",
|
49 |
+
"Gracias al sistema de gestión emocional lograrás mantener la calma en cualquier situación haciendo que los demás te vean como un líder nato.",
|
50 |
+
|
51 |
+
# Format 4: Through + Feature + Benefit + Meaning
|
52 |
+
"Mediante nuestro framework de creatividad conseguirás ideas brillantes lo que significa que nunca más te quedarás en blanco.",
|
53 |
+
"Mediante el método de networking estratégico conseguirás conexiones poderosas lo que significa que las oportunidades vendrán solas.",
|
54 |
+
"Mediante la técnica de storytelling magnético conseguirás cautivar a tu audiencia lo que significa que tu mensaje será inolvidable.",
|
55 |
+
|
56 |
+
# Format 5: Using + Feature + Benefit + Meaning
|
57 |
+
"Usando nuestro sistema de automatización mental alcanzarás el estado de flow transformando cada tarea en una experiencia placentera.",
|
58 |
+
"Usando el protocolo de productividad zen alcanzarás más con menos esfuerzo transformando tu relación con el trabajo para siempre.",
|
59 |
+
"Usando la metodología de impacto profundo alcanzarás el corazón de tu audiencia transformando seguidores en fans incondicionales."
|
60 |
+
]
|
61 |
+
},
|
62 |
+
|
63 |
"Anti-Procrastinación": {
|
64 |
"description": """
|
65 |
Formula: [Action + Result + Time]
|
|
|
468 |
"Por fin entenderás el trading como si fuera un videojuego además crearás sistemas que generan dinero mientras duermes y como bonus te convertirás en el trader que vive su mejor vida mientras otros siguen pegados a las pantallas."
|
469 |
]
|
470 |
}
|
471 |
+
}
|