setIsShowOnboardingHome(false)}
/>
{buttonTextFormatter(t("aura-money_compatibility-button"))}
{buttonTextFormatter(t("aura-10_breath-button"))}
{buttonTextFormatter(
t("Receive an In-Depth Analysis and Today’s Horoscope")
)}
{/* SLIDERS */}
{"Your Besties' Horoscope"}
{compatibilities.map((item, index) => (
{
handleBestiesHoroscope(item);
}}
/>
))}
{"Prediction Based on Your Moons"}
{predictionMoonsPeriods.map((item, index) => (
{
handlePredictionMoon(item);
}}
/>
))}
{/* END SLIDERS */}
{"Energy Vampirism"}
{/* SLIDERS */}
{t("Your Name's Horoscope")}
{predictionMoonsPeriods.map((item, index) => (
{
handleNameHoroscope(item);
}}
/>
))}
{/* END SLIDERS */}
{"AI-based unique Walpapers"}
{/* SLIDERS */}
{t("au.thermal_compatibility.result_title")}
{compatibilities.map((item, index) => (
{
handleThermal(item);
}}
/>
))}
{/* END SLIDERS */}
{/*
{dailyForecast &&
dailyForecast.forecasts.map((forecast, index) => (
{t("aura.personal_aura.button")}
{forecast.body}
))}
*/}