Merge pull request #2 from pennyteenycat/horoscope

Изменил гороскопы
This commit is contained in:
pennyteenycat 2025-07-01 00:06:48 +02:00 committed by GitHub
commit 1d9d7705fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,10 +18,10 @@ const TABS: Tab<Period>[] = [
const HOROSCOPE_TEXT = {
today:
"Today, Cancer men should trust their intuition — it will guide them through a tricky moment. A pleasant surprise from a loved one is likely. Spend the evening in comfort and calm. Today, Cancer men should trust their intuition — it will guide them through a tricky moment. A pleasant surprise from a loved one is likely. Spend the evening in comfort and calm.",
week: "Weekly horoscope text...",
month: "Monthly horoscope text...",
year: "Yearly horoscope text...",
"Trust your instincts — theyll help you navigate a small but unexpected challenge. A kind gesture or uplifting message may come your way, reminding you of your deeper connections. Make time this evening to unwind and recharge, even if just for a little while.",
week: "This week brings subtle shifts. Something youve been waiting for might finally begin to move — slowly, but in the right direction. Stay grounded when things feel uncertain, and dont ignore the small signs around you. Theyre pointing you where you need to go. By the weekend, clarity begins to settle in..",
month: "A period of quiet transformation is unfolding. You may find yourself rethinking certain priorities or discovering a new sense of purpose in familiar routines. Theres no rush — let things evolve naturally. Conversations that happen mid-month could carry more meaning than they seem at first. Listen closely.",
year: "The year ahead holds both growth and gentle reminders of what truly matters. There may be moments when youre pulled in many directions, but your inner compass will remain strong — trust it. Youll build something meaningful this year, even if it takes time. Stay open, stay curious, and stay kind to yourself along the way.",
};
export default function Horoscope() {