Spaces:
Sleeping
Sleeping
Update formulas.py
Browse files- formulas.py +84 -47
formulas.py
CHANGED
@@ -138,49 +138,6 @@ Create a compelling offer following the formula structure exactly.
|
|
138 |
# Keep only the offer_formulas dictionary in this file
|
139 |
|
140 |
# The offer_formulas dictionary containing formula definitions
|
141 |
-
offer_formulas = {
|
142 |
-
"Oferta Dorada": {
|
143 |
-
"description": """
|
144 |
-
Formula: [Attention Hook + QUANTIFIABLE PROMISE IN ALL CAPS + Benefit + Authority + Time or Effort]
|
145 |
-
|
146 |
-
This formula is designed to speak directly to the avatar, capturing their attention immediately, reflecting their current situation, and showing the transformation they desire.
|
147 |
-
|
148 |
-
### **How to apply it?**
|
149 |
-
|
150 |
-
#### 1 **Attention Hook**
|
151 |
-
The first step is to capture the avatar's attention with a powerful hook that can be a shocking revelation, an unexpected question, or a dramatic fact. IMPORTANT: CUSTOMIZE THE HOOK BASED ON THE AVATAR AND THEIR SPECIFIC PROBLEMS. Don't use generic examples, but adapt them to the client's situation.
|
152 |
-
|
153 |
-
Analyze first:
|
154 |
-
- What is the avatar's biggest pain or frustration?
|
155 |
-
- What are they trying to achieve without success?
|
156 |
-
- What limiting beliefs do they have?
|
157 |
-
|
158 |
-
---
|
159 |
-
|
160 |
-
#### 2 **QUANTIFIABLE PROMISE IN ALL CAPS**
|
161 |
-
This is the most important part. You must create a specific, quantifiable promise written COMPLETELY IN CAPITAL LETTERS that immediately captures attention. It must include:
|
162 |
-
- Concrete numbers (money, time, results)
|
163 |
-
- Powerful action verbs (EARN, MULTIPLY, ACHIEVE, MASTER)
|
164 |
-
- The specific result they will obtain
|
165 |
-
- Optionally, the time or effort required
|
166 |
-
- IMPORTANT: DO NOT USE EXCLAMATION MARKS (!) IN THIS SECTION UNDER ANY CIRCUMSTANCES
|
167 |
-
|
168 |
-
**Incorrect example:**
|
169 |
-
"Improve your sales with our system." (Vague, no numbers, no impact).
|
170 |
-
"¡MULTIPLY YOUR SALES IN RECORD TIME!" (Uses exclamation marks, NEVER use them).
|
171 |
-
|
172 |
-
**Correct example:**
|
173 |
-
"FACTURA MAS DE $1.000 USD USANDO 15 EMAILS ESCRITOS EN 15 MINUTOS CADA UNO" (Specific, quantifiable, impactful).
|
174 |
-
"MULTIPLICA POR 3 TUS INTERACCIONES EN REDES SOCIALES EN SOLO 2 SEMANAS" (Clear, measurable, with defined time).
|
175 |
-
|
176 |
-
---
|
177 |
-
|
178 |
-
#### 3 **Benefit + Authority + Time or Effort**
|
179 |
-
In this part, we explain the result they will obtain, supported by an authority factor (proven method, studies, experience, validations) and establishing a time frame or necessary effort to achieve it.
|
180 |
-
|
181 |
-
# Fórmulas con ejemplos y explicaciones
|
182 |
-
# Only keep the offer_formulas dictionary in this file
|
183 |
-
|
184 |
offer_formulas = {
|
185 |
"La Fórmula 3 en 1": {
|
186 |
"description": """
|
@@ -218,11 +175,66 @@ This formula creates an instant connection by linking three key elements:
|
|
218 |
5. "Usando [Feature] alcanzarás [Benefit] transformando [Meaning]"
|
219 |
""",
|
220 |
"examples": [
|
221 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
222 |
]
|
223 |
},
|
224 |
-
|
225 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
226 |
|
227 |
**Incorrect example:**
|
228 |
"Grow your business with our strategy." (Doesn't say how long it will take or how reliable the strategy is).
|
@@ -324,6 +336,31 @@ This formula connects directly with the client's desires and concerns:
|
|
324 |
**Structure Format (Classic example):**
|
325 |
"Se trata de un (training, product or service) llamado ("name of your solution") que te va a permitir (big dream) aún y cuando (big obstacle)"
|
326 |
""",
|
327 |
-
"examples": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
328 |
}
|
329 |
}
|
|
|
138 |
# Keep only the offer_formulas dictionary in this file
|
139 |
|
140 |
# The offer_formulas dictionary containing formula definitions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
141 |
offer_formulas = {
|
142 |
"La Fórmula 3 en 1": {
|
143 |
"description": """
|
|
|
175 |
5. "Usando [Feature] alcanzarás [Benefit] transformando [Meaning]"
|
176 |
""",
|
177 |
"examples": [
|
178 |
+
# Format 1: Feature + Benefit + Meaning
|
179 |
+
"El 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.",
|
180 |
+
"El 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.",
|
181 |
+
"La Técnica de respiración ancestral para que puedas multiplicar tu energía con lo que te sentirás imparable desde que despiertas.",
|
182 |
+
# Format 2: With + Feature + Benefit + Meaning
|
183 |
+
"Con nuestro algoritmo de enfoque profundo podrás duplicar tu productividad permitiéndote disfrutar más tiempo con quienes amas.",
|
184 |
+
"Con el sistema de aprendizaje acelerado podrás dominar cualquier habilidad permitiéndote reinventar tu carrera cuando quieras.",
|
185 |
+
"Con la metodología de visualización cuántica podrás manifestar tus metas permitiéndote vivir la vida que siempre soñaste.",
|
186 |
+
# Format 3: Thanks to + Feature + Benefit + Meaning
|
187 |
+
"Gracias a nuestra tecnología de reprogramación mental lograrás superar tus miedos haciendo que te sientas invencible ante cualquier reto.",
|
188 |
+
"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.",
|
189 |
+
"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.",
|
190 |
+
# Format 4: Through + Feature + Benefit + Meaning
|
191 |
+
"Mediante nuestro framework de creatividad conseguirás ideas brillantes lo que significa que nunca más te quedarás en blanco.",
|
192 |
+
"Mediante el método de networking estratégico conseguirás conexiones poderosas lo que significa que las oportunidades vendrán solas.",
|
193 |
+
"Mediante la técnica de storytelling magnético conseguirás cautivar a tu audiencia lo que significa que tu mensaje será inolvidable.",
|
194 |
+
# Format 5: Using + Feature + Benefit + Meaning
|
195 |
+
"Usando nuestro sistema de automatización mental alcanzarás el estado de flow transformando cada tarea en una experiencia placentera.",
|
196 |
+
"Usando el protocolo de productividad zen alcanzarás más con menos esfuerzo transformando tu relación con el trabajo para siempre.",
|
197 |
+
"Usando la metodología de impacto profundo alcanzarás el corazón de tu audiencia transformando seguidores en fans incondicionales."
|
198 |
]
|
199 |
},
|
200 |
+
"Oferta Dorada": {
|
201 |
+
"description": """
|
202 |
+
Formula: [Attention Hook + QUANTIFIABLE PROMISE IN ALL CAPS + Benefit + Authority + Time or Effort]
|
203 |
+
|
204 |
+
This formula is designed to speak directly to the avatar, capturing their attention immediately, reflecting their current situation, and showing the transformation they desire.
|
205 |
+
|
206 |
+
### **How to apply it?**
|
207 |
+
|
208 |
+
#### 1 **Attention Hook**
|
209 |
+
The first step is to capture the avatar's attention with a powerful hook that can be a shocking revelation, an unexpected question, or a dramatic fact. IMPORTANT: CUSTOMIZE THE HOOK BASED ON THE AVATAR AND THEIR SPECIFIC PROBLEMS. Don't use generic examples, but adapt them to the client's situation.
|
210 |
+
|
211 |
+
Analyze first:
|
212 |
+
- What is the avatar's biggest pain or frustration?
|
213 |
+
- What are they trying to achieve without success?
|
214 |
+
- What limiting beliefs do they have?
|
215 |
+
|
216 |
+
---
|
217 |
+
|
218 |
+
#### 2 **QUANTIFIABLE PROMISE IN ALL CAPS**
|
219 |
+
This is the most important part. You must create a specific, quantifiable promise written COMPLETELY IN CAPITAL LETTERS that immediately captures attention. It must include:
|
220 |
+
- Concrete numbers (money, time, results)
|
221 |
+
- Powerful action verbs (EARN, MULTIPLY, ACHIEVE, MASTER)
|
222 |
+
- The specific result they will obtain
|
223 |
+
- Optionally, the time or effort required
|
224 |
+
- IMPORTANT: DO NOT USE EXCLAMATION MARKS (!) IN THIS SECTION UNDER ANY CIRCUMSTANCES
|
225 |
+
|
226 |
+
**Incorrect example:**
|
227 |
+
"Improve your sales with our system." (Vague, no numbers, no impact).
|
228 |
+
"¡MULTIPLY YOUR SALES IN RECORD TIME!" (Uses exclamation marks, NEVER use them).
|
229 |
+
|
230 |
+
**Correct example:**
|
231 |
+
"FACTURA MAS DE $1.000 USD USANDO 15 EMAILS ESCRITOS EN 15 MINUTOS CADA UNO" (Specific, quantifiable, impactful).
|
232 |
+
"MULTIPLICA POR 3 TUS INTERACCIONES EN REDES SOCIALES EN SOLO 2 SEMANAS" (Clear, measurable, with defined time).
|
233 |
+
|
234 |
+
---
|
235 |
+
|
236 |
+
#### 3 **Benefit + Authority + Time or Effort**
|
237 |
+
In this part, we explain the result they will obtain, supported by an authority factor (proven method, studies, experience, validations) and establishing a time frame or necessary effort to achieve it.
|
238 |
|
239 |
**Incorrect example:**
|
240 |
"Grow your business with our strategy." (Doesn't say how long it will take or how reliable the strategy is).
|
|
|
336 |
**Structure Format (Classic example):**
|
337 |
"Se trata de un (training, product or service) llamado ("name of your solution") que te va a permitir (big dream) aún y cuando (big obstacle)"
|
338 |
""",
|
339 |
+
"examples": [
|
340 |
+
"Se trata de un entrenamiento llamado \"Método Flujo Creativo\" que te va a permitir escribir contenido de alto impacto todos los días aún y cuando creas que no tienes talento para la escritura.",
|
341 |
+
"Se trata de un servicio llamado \"Transformación Financiera Total\" que te va a permitir duplicar tus ingresos en 90 días aún y cuando ahora mismo estés endeudado hasta el cuello.",
|
342 |
+
"Se trata de un producto llamado \"Sistema de Meditación Rápida\" que te va a permitir alcanzar estados profundos de calma en solo 5 minutos aún y cuando tengas una mente hiperactiva que no para de pensar."
|
343 |
+
]
|
344 |
+
},
|
345 |
+
"Fórmula Problema-Solución": {
|
346 |
+
"description": """
|
347 |
+
Formula: [Problem + Solution + Result]
|
348 |
+
|
349 |
+
Esta fórmula conecta directamente con el dolor del cliente:
|
350 |
+
|
351 |
+
1. Problem: El problema o dolor que enfrenta tu cliente
|
352 |
+
2. Solution: La solución que ofreces
|
353 |
+
3. Result: El resultado transformador que obtendrán
|
354 |
+
|
355 |
+
**Structure Formats:**
|
356 |
+
1. "¿Cansado de [Problem]? Descubre [Solution] y logra [Result]"
|
357 |
+
2. "Olvídate de [Problem] con [Solution] para conseguir [Result]"
|
358 |
+
3. "Dile adiós a [Problem] gracias a [Solution] y disfruta de [Result]"
|
359 |
+
""",
|
360 |
+
"examples": [
|
361 |
+
"¿Cansado de perder tiempo con estrategias que no funcionan? Descubre nuestro sistema probado y logra resultados en la mitad del tiempo.",
|
362 |
+
"Olvídate de las dietas restrictivas con nuestro método de nutrición intuitiva para conseguir el cuerpo que deseas sin sacrificios.",
|
363 |
+
"Dile adiós al insomnio gracias a nuestra técnica de relajación profunda y disfruta de un descanso reparador cada noche."
|
364 |
+
]
|
365 |
}
|
366 |
}
|