+
{"Your Besties' Horoscope"}
- {bestiesHoroscopes.map((item, index) => (
+ {compatibilities.map((item, index) => (
+
+
+ {"Prediction Based on Your Moons"}
+
+
+ {predictionMoonsPeriods.map((item, index) => (
+ {
+ handlePredictionMoon(item);
+ }}
+ />
+ ))}
+
+
+
+ {"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) => (
- {/* {forecast.category} */}
{t("aura.personal_aura.button")}
@@ -259,7 +394,7 @@ function HomePage(): JSX.Element {
))}
-
+