81 lines
3.2 KiB
XML
81 lines
3.2 KiB
XML
export const getLongText = (locale: string) => {
|
|
if (locale === "es") {
|
|
return (
|
|
<>
|
|
AURA es la única aplicación precisa con un análisis fiable de la línea
|
|
del destino, verificado por profesionales y garantizado para
|
|
proporcionar predicciones precisas.
|
|
<br />
|
|
<br />
|
|
AURA ya ha ayudado a millones de personas a encontrar la felicidad y
|
|
descubrir toda la verdad sobre sus relaciones.
|
|
<br />
|
|
<br />
|
|
Tu análisis del destino, que cambiará tu vida por completo, ¡está casi
|
|
listo! Antes de proporcionártelo, nos gustaría ofrecerte la oportunidad
|
|
de elegir la cantidad que consideres razonable para probar AURA durante
|
|
7 días y que creas justa para los cambios que te sucederán:
|
|
<br />
|
|
<br />
|
|
• Descubrirás todos los secretos más íntimos que las estrellas tienen
|
|
preparados para ti y resolverás problemas de relación en solo un mes;
|
|
<br />
|
|
<br />
|
|
• Pondrás fin, de una vez por todas, a asuntos pendientes y olvidarás
|
|
los problemas que te han estado atormentando durante años (si no
|
|
décadas);
|
|
<br />
|
|
<br />
|
|
• Ahorrarás cientos de dólares en predicciones astrológicas falsas y
|
|
adivinos no profesionales;
|
|
<br />
|
|
<br />
|
|
• Recibirás no solo un análisis personal, sino también horóscopos
|
|
diarios personalizados, aprenderás quién y cómo está drenando tu energía
|
|
y obtendrás otras lecturas personalizadas.
|
|
<br />
|
|
<br />
|
|
El período de prueba de 7 días nos cuesta $13.76, pero por favor elige
|
|
la cantidad que más te convenga:
|
|
</>
|
|
);
|
|
}
|
|
return (
|
|
<>
|
|
AURA is the only accurate app with reliable fate line analysis, verified
|
|
by professionals and guaranteed to provide precise predictions.
|
|
<br />
|
|
<br />
|
|
AURA has already helped millions of people find happiness and discover the
|
|
whole truth about their relationships.
|
|
<br />
|
|
<br />
|
|
Your fate analysis, which will completely change your life, is almost
|
|
ready! Before we provide it to you, we would like to offer you the
|
|
opportunity to choose the amount you consider reasonable to try AURA for 7
|
|
days and which you think is fair for the changes that will happen to you:
|
|
<br />
|
|
<br />
|
|
You will discover all the most intimate secrets that the stars have
|
|
prepared for you and solve relationship issues within just one month;
|
|
<br />
|
|
<br />
|
|
You will once and for all put the finishing touches on unresolved issues
|
|
and forget about problems that have been haunting you for years (if not
|
|
decades);
|
|
<br />
|
|
<br />
|
|
You will save hundreds of dollars on fake and unprofessional astrological
|
|
predictions and fortune tellers;
|
|
<br />
|
|
<br />
|
|
You will receive not only a personal analysis but also personalized daily
|
|
horoscopes, learn who and how is draining your energy, and get other
|
|
personalized readings.
|
|
<br />
|
|
<br />A 7-day trial period costs us $13.76, but please choose the amount
|
|
that suits you best:
|
|
</>
|
|
);
|
|
};
|