tedo-publisher 1.3.253 → 1.3.255

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. package/dist/embodiedmoments/data.d.ts +231 -0
  2. package/dist/embodiedmoments/data.js +1 -0
  3. package/dist/embodiedmoments/filters.d.ts +28 -0
  4. package/dist/embodiedmoments/filters.js +1 -0
  5. package/dist/embodiedmoments/helpers.d.ts +3 -0
  6. package/dist/embodiedmoments/helpers.js +1 -0
  7. package/dist/embodiedmoments/index.d.ts +15 -0
  8. package/dist/embodiedmoments/index.js +1 -0
  9. package/dist/embodiedmoments/prompts/data.d.ts +7 -0
  10. package/dist/embodiedmoments/prompts/data.js +1 -0
  11. package/dist/embodiedmoments/prompts/gpt35turbo/articles.d.ts +6 -0
  12. package/dist/embodiedmoments/prompts/gpt35turbo/articles.js +1 -0
  13. package/dist/embodiedmoments/prompts/gpt4oMini/articles.d.ts +6 -0
  14. package/dist/embodiedmoments/prompts/gpt4oMini/articles.js +1 -0
  15. package/dist/embodiedmoments/prompts/images.d.ts +4 -0
  16. package/dist/embodiedmoments/prompts/images.js +1 -0
  17. package/dist/embodiedmoments/seo.d.ts +23 -0
  18. package/dist/embodiedmoments/seo.js +1 -0
  19. package/dist/embodiedmoments/styles/colors.css +1 -0
  20. package/dist/embodiedmoments/styles/fonts.css +1 -0
  21. package/dist/embodiedmoments/styles/global.css +1 -0
  22. package/dist/embodiedmoments/styles/sizing.css +1 -0
  23. package/dist/embodiedmoments/styles/theme.css +1 -0
  24. package/dist/embodiedmoments/styles/vars.css +1 -0
  25. package/dist/meditateway/data.d.ts +162 -0
  26. package/dist/meditateway/data.js +1 -0
  27. package/dist/meditateway/filters.d.ts +28 -0
  28. package/dist/meditateway/filters.js +1 -0
  29. package/dist/meditateway/helpers.d.ts +3 -0
  30. package/dist/meditateway/helpers.js +1 -0
  31. package/dist/meditateway/index.d.ts +15 -0
  32. package/dist/meditateway/index.js +1 -0
  33. package/dist/meditateway/prompts/data.d.ts +7 -0
  34. package/dist/meditateway/prompts/data.js +1 -0
  35. package/dist/meditateway/prompts/gpt35turbo/articles.d.ts +6 -0
  36. package/dist/meditateway/prompts/gpt35turbo/articles.js +1 -0
  37. package/dist/meditateway/prompts/gpt4oMini/articles.d.ts +6 -0
  38. package/dist/meditateway/prompts/gpt4oMini/articles.js +1 -0
  39. package/dist/meditateway/prompts/images.d.ts +4 -0
  40. package/dist/meditateway/prompts/images.js +1 -0
  41. package/dist/meditateway/seo.d.ts +23 -0
  42. package/dist/meditateway/seo.js +1 -0
  43. package/dist/meditateway/styles/colors.css +1 -0
  44. package/dist/meditateway/styles/fonts.css +1 -0
  45. package/dist/meditateway/styles/global.css +1 -0
  46. package/dist/meditateway/styles/sizing.css +1 -0
  47. package/dist/meditateway/styles/theme.css +1 -0
  48. package/dist/meditateway/styles/vars.css +1 -0
  49. package/dist/theserenitystream/data.d.ts +1 -1
  50. package/dist/tranquilyx/data.d.ts +1 -1
  51. package/package.json +1 -1
@@ -0,0 +1,231 @@
1
+ export declare const dataStructure: {
2
+ mindfulnessMeditation: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ beginnerMeditations: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ advancedTechniques: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ morningMeditationSessions: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ other: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ };
32
+ };
33
+ sleepMeditation: {
34
+ title: string;
35
+ description: string;
36
+ slug: string;
37
+ children: {
38
+ sleepHygieneTips: {
39
+ title: string;
40
+ description: string;
41
+ slug: string;
42
+ children: null;
43
+ };
44
+ guidedSleepSessions: {
45
+ title: string;
46
+ description: string;
47
+ slug: string;
48
+ children: null;
49
+ };
50
+ nighttimeRelaxation: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ other: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ };
63
+ };
64
+ stressReliefMeditation: {
65
+ title: string;
66
+ description: string;
67
+ slug: string;
68
+ children: {
69
+ quickStressBusters: {
70
+ title: string;
71
+ description: string;
72
+ slug: string;
73
+ children: null;
74
+ };
75
+ deepBreathingExercises: {
76
+ title: string;
77
+ description: string;
78
+ slug: string;
79
+ children: null;
80
+ };
81
+ stressManagementStrategies: {
82
+ title: string;
83
+ description: string;
84
+ slug: string;
85
+ children: null;
86
+ };
87
+ other: {
88
+ title: string;
89
+ description: string;
90
+ slug: string;
91
+ children: null;
92
+ };
93
+ };
94
+ };
95
+ anxietyReductionMeditation: {
96
+ title: string;
97
+ description: string;
98
+ slug: string;
99
+ children: {
100
+ guidedAnxietySessions: {
101
+ title: string;
102
+ description: string;
103
+ slug: string;
104
+ children: null;
105
+ };
106
+ groundingTechniques: {
107
+ title: string;
108
+ description: string;
109
+ slug: string;
110
+ children: null;
111
+ };
112
+ mindfulnessForAnxiety: {
113
+ title: string;
114
+ description: string;
115
+ slug: string;
116
+ children: null;
117
+ };
118
+ other: {
119
+ title: string;
120
+ description: string;
121
+ slug: string;
122
+ children: null;
123
+ };
124
+ };
125
+ };
126
+ workplaceMindfulness: {
127
+ title: string;
128
+ description: string;
129
+ slug: string;
130
+ children: {
131
+ focusAndProductivity: {
132
+ title: string;
133
+ description: string;
134
+ slug: string;
135
+ children: null;
136
+ };
137
+ mindfulBreaks: {
138
+ title: string;
139
+ description: string;
140
+ slug: string;
141
+ children: null;
142
+ };
143
+ stressReductionAtWork: {
144
+ title: string;
145
+ description: string;
146
+ slug: string;
147
+ children: null;
148
+ };
149
+ other: {
150
+ title: string;
151
+ description: string;
152
+ slug: string;
153
+ children: null;
154
+ };
155
+ };
156
+ };
157
+ childrenMeditation: {
158
+ title: string;
159
+ description: string;
160
+ slug: string;
161
+ children: {
162
+ funGuidedMeditations: {
163
+ title: string;
164
+ description: string;
165
+ slug: string;
166
+ children: null;
167
+ };
168
+ anxietyReliefForKids: {
169
+ title: string;
170
+ description: string;
171
+ slug: string;
172
+ children: null;
173
+ };
174
+ bedtimeMeditationsForChildren: {
175
+ title: string;
176
+ description: string;
177
+ slug: string;
178
+ children: null;
179
+ };
180
+ other: {
181
+ title: string;
182
+ description: string;
183
+ slug: string;
184
+ children: null;
185
+ };
186
+ };
187
+ };
188
+ meditationResources: {
189
+ title: string;
190
+ description: string;
191
+ slug: string;
192
+ children: {
193
+ articlesOnMeditation: {
194
+ title: string;
195
+ description: string;
196
+ slug: string;
197
+ children: null;
198
+ };
199
+ benefitsOfMeditation: {
200
+ title: string;
201
+ description: string;
202
+ slug: string;
203
+ children: null;
204
+ };
205
+ expertGuides: {
206
+ title: string;
207
+ description: string;
208
+ slug: string;
209
+ children: null;
210
+ };
211
+ other: {
212
+ title: string;
213
+ description: string;
214
+ slug: string;
215
+ children: null;
216
+ };
217
+ };
218
+ };
219
+ };
220
+ export declare const authors: Record<string, string>;
221
+ export declare const authorsNames: string[];
222
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83E\uDDD8\u200D\u2640\uFE0F\uD83D\uDE34\uD83E\uDDD8\u200D\u2642\uFE0F\uD83C\uDF1F";
223
+ export declare const categories: ("mindfulnessMeditation" | "sleepMeditation" | "stressReliefMeditation" | "anxietyReductionMeditation" | "workplaceMindfulness" | "childrenMeditation" | "meditationResources")[];
224
+ export declare const subcategories: string[];
225
+ export declare const subsubcategories: string[];
226
+ export type Category = keyof typeof dataStructure;
227
+ export type CategoryNode = (typeof dataStructure)[Category];
228
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
229
+ export declare const startDate = "2024-09-12T00:00:00Z";
230
+ export declare const devBucketName = "idn-embodiedmoments-dev";
231
+ export declare const prodBucketName = "idn-embodiedmoments";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={mindfulnessMeditation:{title:"Mindfulness Meditation: Your Path to Inner Peace 🧘‍♀️",description:"Explore our mindfulness meditation collection to enhance your peace, manage anxiety, improve sleep, and reduce stress for a balanced life. 🌟",slug:"mindfulness-meditation",children:{beginnerMeditations:{title:"Beginner Meditations: Start Your Mindfulness Journey 🌀",description:"Discover easy and effective guided meditations for beginners seeking to cultivate mindfulness and tranquility in their daily lives. 🌼",slug:"beginner-meditations",children:null},advancedTechniques:{title:"Advanced Techniques: Deepen Your Mindfulness Practice 🌌",description:"Elevate your meditation skills with advanced techniques that promote deeper mindfulness, stress relief, and enhanced focus. 🌈",slug:"advanced-techniques",children:null},morningMeditationSessions:{title:"Morning Meditation Sessions: Start Your Day Mindfully ☀️",description:"Engage in uplifting morning meditation sessions designed to awaken your mind, set intentions, and cultivate positivity for the day ahead. 🌅",slug:"morning-meditation-sessions",children:null},other:{title:"Other Mindfulness Resources: Explore More Techniques 🌿",description:"Delve into a variety of additional mindfulness resources for enhancing meditation practices and achieving mental well-being. 🍀",slug:"other-mindfulness-resources",children:null}}},sleepMeditation:{title:"Transform Your Sleep with Effective Guided Meditations 🌙",description:"Explore effective sleep meditations to enhance your nighttime routine. Rest better and wake refreshed with EmbodiedMoments' expert guidance! 💤",slug:"transform-your-sleep",children:{sleepHygieneTips:{title:"Essential Sleep Hygiene Tips for Better Rest 🛌",description:"Discover expert tips on sleep hygiene to improve your nightly routine. Sleep better, feel refreshed, and embrace tranquility! 🌟",slug:"sleep-hygiene-tips",children:null},guidedSleepSessions:{title:"Guided Sleep Sessions for Deep Rest and Relaxation 🌌",description:"Immerse yourself in guided sleep sessions designed to usher you into deep relaxation. Drift into sleep with nurturing techniques. 🌠",slug:"guided-sleep-sessions",children:null},nighttimeRelaxation:{title:"Nighttime Relaxation Techniques for Serenity 🌜",description:"Unwind before sleep with effective nighttime relaxation techniques. Find your peace and enhance your bedtime routine with us. 🌈",slug:"nighttime-relaxation",children:null},other:{title:"Additional Sleep Resources for Enhanced Well-Being 📚",description:"Explore additional resources and articles related to sleep. Learn new techniques to enhance your mindfulness and sleep quality. 📖",slug:"additional-sleep-resources",children:null}}},stressReliefMeditation:{title:"Stress Relief Meditation: Discover Inner Peace 🌸",description:"Explore our Stress Relief Meditation section to find guided sessions that help you manage anxiety, improve sleep, and achieve mindfulness. Find tranquility today! ✨",slug:"stress-relief-meditation",children:{quickStressBusters:{title:"Quick Stress Busters: Instant Relaxation Techniques 🌟",description:"Need to alleviate stress fast? Our Quick Stress Busters offer effective techniques for immediate relief. Short meditations designed to fit your busy schedule. 🕊️",slug:"quick-stress-busters",children:null},deepBreathingExercises:{title:"Deep Breathing Exercises: Calm Your Mind 🌬️",description:"Practice deep breathing exercises to soothe your mind and body. Our guided sessions help reduce anxiety and promote relaxation. Breathe deep and relax! 💖",slug:"deep-breathing-exercises",children:null},stressManagementStrategies:{title:"Stress Management Strategies: Empower Your Mind 💪",description:"Discover effective stress management strategies through our curated meditations. Equip yourself with the tools to navigate stress and find balance. 🤗",slug:"stress-management-strategies",children:null},other:{title:"Other Meditation Techniques: Explore Diverse Practices 🧘‍♂️",description:"Dive into a variety of other meditation techniques tailored for stress relief. Enhance your mindfulness journey with unique and insightful sessions. 🌼",slug:"other-meditation-techniques",children:null}}},anxietyReductionMeditation:{title:"Explore Anxiety Reduction Meditation Techniques for Everyday Peace 🧘‍♀️",description:"Discover effective anxiety reduction meditation techniques designed to bring tranquility and balance into your life. Start your journey to mindfulness today! 🌼",slug:"anxiety-reduction-meditation",children:{guidedAnxietySessions:{title:"Guided Anxiety Sessions: Find Calm and Clarity 🕊️",description:"Experience profound relaxation with guided anxiety sessions. Each session is crafted to help you navigate through anxiety and find inner peace. 🌟",slug:"guided-anxiety-sessions",children:null},groundingTechniques:{title:"Grounding Techniques: Reconnect with the Present Moment 🌲",description:"Learn grounding techniques that help you stay connected to the present and reduce anxiety. A crucial tool for mindfulness and emotional balance! 🌈",slug:"grounding-techniques",children:null},mindfulnessForAnxiety:{title:"Mindfulness for Anxiety: Cultivate Inner Peace ✨",description:"Unlock the power of mindfulness practices designed specifically to combat anxiety and foster a sense of calm. Embrace tranquility with mindful awareness. 🌸",slug:"mindfulness-for-anxiety",children:null},other:{title:"Other Meditation Techniques for Anxiety Relief 💖",description:"Explore various meditation techniques that assist in relieving anxiety beyond traditional practices. Find what resonates best with your needs today! 🌻",slug:"other-meditation-techniques-for-anxiety",children:null}}},workplaceMindfulness:{title:"Workplace Mindfulness: Enhance Focus and Combat Stress 🧘‍♂️",description:"Discover how workplace mindfulness can elevate focus, enhance productivity, and reduce stress. Find your peace within the hustle and bustle! 🌱",slug:"workplace-mindfulness",children:{focusAndProductivity:{title:"Boost Your Focus and Productivity with Mindfulness 📈",description:"Learn effective mindfulness techniques to boost your focus and productivity at work. Achieve more with less stress! 🌟",slug:"focus-and-productivity",children:null},mindfulBreaks:{title:"Embrace Mindful Breaks for Better Mental Clarity ☕️",description:"Discover the importance of mindful breaks during work hours to enhance mental clarity and overall well-being. Take a moment for yourself! 🌼",slug:"mindful-breaks",children:null},stressReductionAtWork:{title:"Effective Stress Reduction Techniques for the Workplace ⏳",description:"Explore guided techniques to effectively reduce stress at work. Create a balanced work environment and thrive! 🌈",slug:"stress-reduction-at-work",children:null},other:{title:"Explore Other Mindfulness Practices for Workplace Wellness 🌟",description:"Delve into a variety of other mindfulness practices tailored for workplace wellness. Embrace tranquility in your work life! 🌻",slug:"other",children:null}}},childrenMeditation:{title:"Explore Engaging Children's Meditation for Mindfulness 🧘‍♂️",description:"Discover fun and calming children's meditation sessions designed to enhance mindfulness, relieve anxiety, and promote better sleep. ✨",slug:"childrens-meditation",children:{funGuidedMeditations:{title:"Fun Guided Meditations for Kids 🎉",description:"Engage your child with our fun guided meditations that foster creativity and imagination while making mindfulness enjoyable! 🌈",slug:"fun-guided-meditations",children:null},anxietyReliefForKids:{title:"Anxiety Relief Techniques for Kids 🌟",description:"Help children cope with anxiety through specially crafted meditations that teach them calming practices and boost their confidence. 🌼",slug:"anxiety-relief-for-kids",children:null},bedtimeMeditationsForChildren:{title:"Bedtime Meditations for Peaceful Sleep 😴",description:"Ensure a restful night for your child with soothing bedtime meditations that promote relaxation and tranquility before sleep. 🌙",slug:"bedtime-meditations-for-children",children:null},other:{title:"Other Mindfulness Resources for Children 🧠",description:"Explore various resources and articles on mindfulness tailored for children, enhancing their emotional well-being and focus. 📚",slug:"other-resources-for-children",children:null}}},meditationResources:{title:"Explore the World of Meditation for Mindfulness and Relaxation 🧘‍♂️",description:"Discover insightful articles and resources on meditation practices. Enhance your mental well-being through mindfulness and relaxation techniques daily! 🌟",slug:"meditation-resources",children:{articlesOnMeditation:{title:"Comprehensive Articles on Meditation 📝",description:"Dive into an extensive collection of articles explaining meditation practices, techniques, and their numerous benefits for your mental health. 📖",slug:"articles-on-meditation",children:null},benefitsOfMeditation:{title:"Uncover the Benefits of Meditation 🌼",description:"Learn about the transformative benefits of meditation for stress relief, enhanced focus, improved sleep, and overall mental health. 💪",slug:"benefits-of-meditation",children:null},expertGuides:{title:"Guides from Meditation Experts 👨‍🏫",description:"Access expert guides on various meditation techniques to enhance your practice, perfect for beginners and seasoned practitioners alike. 🌈",slug:"expert-guides",children:null},other:{title:"Additional Meditation Resources 📚",description:"Explore other valuable resources related to meditation, from tools to apps that can assist you on your mindfulness journey. 🌍",slug:"other-resources",children:null}}}},t=e.AUTHORS_INFO.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:[i.description]})),{}),n=e.AUTHORS_INFO.map((e=>e.name)),s="🧘‍♀️😴🧘‍♂️🌟",r=Object.keys(i),o=[],l=[];for(const e of r){const t=i[e];if(null==t?void 0:t.children){o.push(...Object.keys(t.children));for(const e of o){const i=t.children[e];(null==i?void 0:i.children)&&l.push(...Object.keys(i.children))}}}const a="2024-09-12T00:00:00Z",d="embodiedmoments",u=`idn-${d}-dev`,c=`idn-${d}`;exports.DEFAULT_DESCRIPTION_EMOJIS=s,exports.authors=t,exports.authorsNames=n,exports.categories=r,exports.dataStructure=i,exports.devBucketName=u,exports.prodBucketName=c,exports.startDate=a,exports.subcategories=o,exports.subsubcategories=l;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ MindfulnessMoments = "Mindfulness Moments",
3
+ SleepSolutions = "Sleep Solutions",
4
+ AnxietyAlleviation = "Anxiety Alleviation",
5
+ StressReliefStrategies = "Stress Relief Strategies",
6
+ WorkplaceWellness = "Workplace Wellness"
7
+ }
8
+ type MindfulnessMomentsValues = 'Breath Awareness' | 'Gratitude Practices' | 'Presence Exercises' | 'Body Scan Meditations';
9
+ type SleepSolutionsValues = 'Deep Sleep Techniques' | 'Sleep-Inducing Visualizations' | 'Relaxation Before Bed' | 'Short Sleep Breaks';
10
+ type AnxietyAlleviationValues = 'Grounding Techniques' | 'Anxiety Release Meditations' | 'Calm Breathing' | 'Positive Affirmations';
11
+ type StressReliefStrategiesValues = 'Stress Management Techniques' | 'Progressive Muscle Relaxation' | 'Nature-Inspired Meditations' | 'Guided Visualizations';
12
+ type WorkplaceWellnessValues = 'Focus and Concentration Meditations' | 'Mindful Transition Breaks' | 'Productivity Boosters' | 'Workplace Stress Reduction';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.MindfulnessMoments]: MindfulnessMomentsValues[];
15
+ [FiltersNames.SleepSolutions]: SleepSolutionsValues[];
16
+ [FiltersNames.AnxietyAlleviation]: AnxietyAlleviationValues[];
17
+ [FiltersNames.StressReliefStrategies]: StressReliefStrategiesValues[];
18
+ [FiltersNames.WorkplaceWellness]: WorkplaceWellnessValues[];
19
+ };
20
+ export declare const mindfulnessMomentsValues: MindfulnessMomentsValues[];
21
+ export declare const sleepSolutionsValues: SleepSolutionsValues[];
22
+ export declare const anxietyAlleviationValues: AnxietyAlleviationValues[];
23
+ export declare const stressReliefStrategiesValues: StressReliefStrategiesValues[];
24
+ export declare const workplaceWellnessValues: WorkplaceWellnessValues[];
25
+ export declare const initialFilters: ArticleFilters;
26
+ export declare const fullFilters: ArticleFilters;
27
+ export declare const getFiltersTypesJSON: () => string;
28
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.FiltersNames=void 0,(e=exports.FiltersNames||(exports.FiltersNames={})).MindfulnessMoments="Mindfulness Moments",e.SleepSolutions="Sleep Solutions",e.AnxietyAlleviation="Anxiety Alleviation",e.StressReliefStrategies="Stress Relief Strategies",e.WorkplaceWellness="Workplace Wellness";const s=["Breath Awareness","Gratitude Practices","Presence Exercises","Body Scan Meditations"],t=["Deep Sleep Techniques","Sleep-Inducing Visualizations","Relaxation Before Bed","Short Sleep Breaks"],i=["Grounding Techniques","Anxiety Release Meditations","Calm Breathing","Positive Affirmations"],l=["Stress Management Techniques","Progressive Muscle Relaxation","Nature-Inspired Meditations","Guided Visualizations"],r=["Focus and Concentration Meditations","Mindful Transition Breaks","Productivity Boosters","Workplace Stress Reduction"],o={[exports.FiltersNames.MindfulnessMoments]:[],[exports.FiltersNames.SleepSolutions]:[],[exports.FiltersNames.AnxietyAlleviation]:[],[exports.FiltersNames.StressReliefStrategies]:[],[exports.FiltersNames.WorkplaceWellness]:[]},n={[exports.FiltersNames.MindfulnessMoments]:s,[exports.FiltersNames.SleepSolutions]:t,[exports.FiltersNames.AnxietyAlleviation]:i,[exports.FiltersNames.StressReliefStrategies]:l,[exports.FiltersNames.WorkplaceWellness]:r},a=()=>JSON.stringify(n,null,2);exports.anxietyAlleviationValues=i,exports.fullFilters=n,exports.getFiltersTypesJSON=a,exports.initialFilters=o,exports.mindfulnessMomentsValues=s,exports.sleepSolutionsValues=t,exports.stressReliefStrategiesValues=l,exports.workplaceWellnessValues=r;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),s=require("./helpers.js"),r=require("./prompts/images.js"),o=require("./seo.js"),a=require("./prompts/gpt35turbo/articles.js"),p=require("./prompts/gpt4oMini/articles.js"),i=require("./prompts/data.js");exports.DEFAULT_DESCRIPTION_EMOJIS=e.DEFAULT_DESCRIPTION_EMOJIS,exports.authors=e.authors,exports.authorsNames=e.authorsNames,exports.categories=e.categories,exports.dataStructure=e.dataStructure,exports.devBucketName=e.devBucketName,exports.prodBucketName=e.prodBucketName,exports.startDate=e.startDate,exports.subcategories=e.subcategories,exports.subsubcategories=e.subsubcategories,Object.defineProperty(exports,"FiltersNames",{enumerable:!0,get:function(){return t.FiltersNames}}),exports.anxietyAlleviationValues=t.anxietyAlleviationValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.mindfulnessMomentsValues=t.mindfulnessMomentsValues,exports.sleepSolutionsValues=t.sleepSolutionsValues,exports.stressReliefStrategiesValues=t.stressReliefStrategiesValues,exports.workplaceWellnessValues=t.workplaceWellnessValues,exports.getDefaultImagesFrontmatter=s.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=s.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=r.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=r.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=r.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=o.AUTHORS_INFO,exports.AUTHORS_META=o.AUTHORS_META,exports.PAGES_SEO=o.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return o.PageNames}}),exports.gpt35Articles=a,exports.gpt4oMiniArticles=p,exports.END_STEP=i.END_STEP,exports.FILTERS_INFO=i.FILTERS_INFO,exports.IMAGES_PROHIBITED_WORDS=i.IMAGES_PROHIBITED_WORDS,exports.START_STEP=i.START_STEP,exports.TARGET_AUDIENCE=i.TARGET_AUDIENCE,exports.ZERO_SECTION=i.ZERO_SECTION,exports.portalInfo=i.portalInfo;
@@ -0,0 +1,7 @@
1
+ export declare const portalInfo = "The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: EmbodiedMoments is an immersive infotainment portal that provides a comprehensive collection of guided meditations tailored to enhance mindfulness, combat anxiety, improve sleep, and alleviate stress. Our platform is dedicated to helping individuals cultivate a more balanced and tranquil lifestyle through the practice of meditation.\n - Detailed description: EmbodiedMoments serves as a digital haven for those seeking solace and tranquility in a fast-paced world. Our portal offers a wide array of guided meditation sessions designed for various needs\u2014whether you're looking to improve your sleep quality, reduce anxiety, manage stress effectively, or simply enhance your overall mindfulness. Each meditation session is crafted by experienced practitioners, ensuring that you receive the highest quality of guidance. Users can explore content categorized by specific themes such as 'Morning Meditations', 'Evening Relaxation', and 'Workplace Mindfulness', making it easy to find the session that suits their current state of mind. In addition, we feature articles and resources that deepen your understanding of meditation practices and their benefits, helping you to integrate mindfulness into your daily life seamlessly. With an engaging, user-friendly interface, EmbodiedMoments is committed to promoting mental health and emotional well-being through the transformative power of guided meditation.\n - Target audience: Our target audience includes individuals of all ages who are seeking relief from anxiety, stress, and sleep disturbances. Specifically, we cater to busy professionals looking for quick and effective mindfulness techniques, students striving for focus and calm amidst academic pressures, and anyone interested in improving their overall mental health. Additionally, our portal is a resource for meditation beginners and enthusiasts who desire structured guidance as they embark on their mindfulness journey.\n\n";
2
+ export declare const ZERO_SECTION = "This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Benefits of Guided Meditation\n - Enhancing Mindfulness\n - Reducing Anxiety\n\n## Types of Guided Meditations\n - Morning Meditations\n - Evening Relaxation\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Benefits of Guided Meditation, IF it's applicable to the theme of the article.\n";
3
+ export declare const START_STEP = "highlighting the key points that will be discussed and the relevance of the topic";
4
+ export declare const END_STEP = "synthesizing the information presented throughout";
5
+ export declare const TARGET_AUDIENCE = "includes individuals of all ages who are seeking relief from anxiety";
6
+ export declare const IMAGES_PROHIBITED_WORDS = "any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling";
7
+ export declare const FILTERS_INFO: string;
@@ -0,0 +1 @@
1
+ "use strict";var e;const i="The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: EmbodiedMoments is an immersive infotainment portal that provides a comprehensive collection of guided meditations tailored to enhance mindfulness, combat anxiety, improve sleep, and alleviate stress. Our platform is dedicated to helping individuals cultivate a more balanced and tranquil lifestyle through the practice of meditation.\n - Detailed description: EmbodiedMoments serves as a digital haven for those seeking solace and tranquility in a fast-paced world. Our portal offers a wide array of guided meditation sessions designed for various needs—whether you're looking to improve your sleep quality, reduce anxiety, manage stress effectively, or simply enhance your overall mindfulness. Each meditation session is crafted by experienced practitioners, ensuring that you receive the highest quality of guidance. Users can explore content categorized by specific themes such as 'Morning Meditations', 'Evening Relaxation', and 'Workplace Mindfulness', making it easy to find the session that suits their current state of mind. In addition, we feature articles and resources that deepen your understanding of meditation practices and their benefits, helping you to integrate mindfulness into your daily life seamlessly. With an engaging, user-friendly interface, EmbodiedMoments is committed to promoting mental health and emotional well-being through the transformative power of guided meditation.\n - Target audience: Our target audience includes individuals of all ages who are seeking relief from anxiety, stress, and sleep disturbances. Specifically, we cater to busy professionals looking for quick and effective mindfulness techniques, students striving for focus and calm amidst academic pressures, and anyone interested in improving their overall mental health. Additionally, our portal is a resource for meditation beginners and enthusiasts who desire structured guidance as they embark on their mindfulness journey.\n\n",t="This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Benefits of Guided Meditation\n - Enhancing Mindfulness\n - Reducing Anxiety\n\n## Types of Guided Meditations\n - Morning Meditations\n - Evening Relaxation\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Benefits of Guided Meditation, IF it's applicable to the theme of the article.\n",n="highlighting the key points that will be discussed and the relevance of the topic",a="synthesizing the information presented throughout",o="includes individuals of all ages who are seeking relief from anxiety",s="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",r=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category\n$FILTERNAME: []\nResponse in valid json, adhering strictly to json interface below, include every field present in it, but include values in array only suitable for article, all array values are optional!\n${require("../filters.js").getFiltersTypesJSON()}`;exports.END_STEP=a,exports.FILTERS_INFO=r,exports.IMAGES_PROHIBITED_WORDS=s,exports.START_STEP=n,exports.TARGET_AUDIENCE=o,exports.ZERO_SECTION=t,exports.portalInfo=i;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt35turbo/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),p=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),i=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=i,exports.getFiltersPrompt=p,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt4oMini/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),i=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),p=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=p,exports.getFiltersPrompt=i,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,4 @@
1
+ import { GetOpenAiBasedImagePrompt, GetStableDiffusionImagePrompt } from 'src/common/types';
2
+ export declare const getStableDiffusionImagePrompt: GetStableDiffusionImagePrompt;
3
+ export declare const getOpenAiBasedImagePrompt: GetOpenAiBasedImagePrompt;
4
+ export declare const getOpenAiBasedImagePromptDalle2: GetOpenAiBasedImagePrompt;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("../../common/prompts/images.js");const a=({title:a,alt:o,articleTitle:t})=>({prompt:`Award-winning hyper-real cinematic photo of a ${a}, ${o}, for an article ${t} from professional mindfulness photograph for a glossy meditation magazine, meditation style photography, glossy mindfulness magazine, photorealistic, ultra realistic, maximum detail, highly detailed, commercial photography, foreground focus, mindfulness.com, instagram, 4K, 8K, volumetric light, cinematic, octane render, uplight, no blur, depth of field, dof, film, bokeh, foreground focus, 35mm photograph`,negativePrompt:e.SD_NEGATIVE_PROMPT}),o=({title:e,alt:a,articleTitle:o})=>`I NEED a hyper-real illustration of a ${e} at food style photography, ${a}, for an article ${o} for a glossy recipe magazine, photorealistic, ultra realistic, maximum detail, highly detailed, food style, food style photography, professional food photography, commercial photography, foreground focus, recipes.com, delish.com, epicurious, instagram, 4K, 8K, volumetric light, octane render, uplight, no blur, depth of field, dof, bokeh, foreground focus. Please exclude any: Photocamera, videocamera, Spotlight, soffit, ramp, scanners, strobe, soffit truss, film props, radio, cooking timer, watches, clocks, men, woman, people, hand, nands, leg, legs, font, username, error, words, letters, digits, autograph, trademark, name, easy-negative, cartoon, worst quality, low quality, blind, bad eyes, ugly eyes, dead eyes, greyscale, monochrome, vignette, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, censored, rabs, muscular, rib, blurry, blur, grainy, teeth, low resolution, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art, morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, duplicate, airbrushed,, anime, semi-realistic, cgi, render, 3D, blender, digital art, manga, amateur, 3D, 3D Game, 3D Game Scene, 3D Character, bad hands, , bad body, bad face, bad teeth, bad arms, bad legs, deformities, drawing, deformed iris, deformed pupils, deformed, painting, crayon, sketch, graphite, impressionist, noisy, poorly drawn hands, poorly drawn face, poorly drawn eyes, mutation, bad proportions, cloned face, disfigured, gross proportions, malformed limbs, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, incoherent from this hyper-real illustration of a ${e}`,t=({title:e})=>`\n\tPhotorealistic highly detailed image of ingredients for ${e}, arranged professionally as if for a food photography shoot. image should showcase maximum detail realism, with a focus on foreground, emulating the style of a high-definition, 8k resolution professional food photograph. lighting should be volumetric and uplit, with a depth of field and bokeh effect, avoiding any blur for clarity. overall aesthetic should be reminiscent of the Kodak Portrait 800 style.\n\tNegative Prompt:\n\teasy-negative, cartoon, worst quality, low quality, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, blurry, blur, grainy, teeth, low resolution, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, airbrushed, anime, semi-realistic, cgi, render, 3D, blender, manga, amateur, 3D, 3D Game, drawing, sketch\n`;exports.getOpenAiBasedImagePrompt=o,exports.getOpenAiBasedImagePromptDalle2=t,exports.getStableDiffusionImagePrompt=a;
@@ -0,0 +1,23 @@
1
+ export interface PageSeoData {
2
+ title: string;
3
+ description: string;
4
+ }
5
+ export declare enum PageNames {
6
+ Authors = "authors",
7
+ Home = "home",
8
+ NotFound = "not-found",
9
+ AboutUs = "about-us",
10
+ PrivacyPolicy = "privacy-policy",
11
+ Terms = "terms",
12
+ Sitemap = "sitemap"
13
+ }
14
+ export type PagesSeo = Record<PageNames, PageSeoData>;
15
+ export interface AuthorInfo {
16
+ name: string;
17
+ description: string;
18
+ meta_title: string;
19
+ meta_description: string;
20
+ }
21
+ export declare const PAGES_SEO: PagesSeo;
22
+ export declare const AUTHORS_INFO: AuthorInfo[];
23
+ export declare const AUTHORS_META: Record<string, PageSeoData>;
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.PageNames=void 0,(e=exports.PageNames||(exports.PageNames={})).Authors="authors",e.Home="home",e.NotFound="not-found",e.AboutUs="about-us",e.PrivacyPolicy="privacy-policy",e.Terms="terms",e.Sitemap="sitemap";const i={[exports.PageNames.Authors]:{title:"Meet the Mindful Creators at EmbodiedMoments",description:"Discover the insights and expertise of our writers dedicated to helping you achieve mindfulness and tranquility. ✍️✨"},[exports.PageNames.Home]:{title:"EmbodiedMoments: Your Hub for Guided Meditation",description:"Explore soothing guided meditations for mindfulness, sleep, and stress relief. 🌙🧘‍♀️ Join us to cultivate peace in every moment!"},[exports.PageNames.NotFound]:{title:"404 - Page Not Found | EmbodiedMoments",description:"Oops! The page you're looking for doesn't exist. Let's get you back to tranquility. 🌀🔍"},[exports.PageNames.AboutUs]:{title:"About EmbodiedMoments: Your Path to Inner Peace",description:"Learn about our mission to create a supportive space for mindfulness and meditation. 🌼🌿 Join us on the journey to serenity!"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | EmbodiedMoments",description:"Your privacy matters to us. Read our policy to learn how we protect your information. 🔒📜"},[exports.PageNames.Terms]:{title:"Terms of Service | EmbodiedMoments",description:"Understand our terms and conditions for using EmbodiedMoments. Let's create a serene and respectful community together. 📋🌈"},[exports.PageNames.Sitemap]:{title:"Sitemap | EmbodiedMoments",description:"Navigate easily through our resources with our sitemap. Find the guided meditations and articles you need! 🗺️🧘"}},a=[{name:"Sandeep Kumar",description:"Sandeep Kumar is a seasoned mindfulness coach and writer from India with over 10 years of experience in teaching meditation practices. He specializes in guided meditation for stress relief and sleep improvement, providing practical tips for incorporating mindfulness into daily life. His approach combines traditional techniques with modern psychology, making his insights invaluable for readers seeking tranquility and balance.",meta_title:"Sandeep Kumar - Mindfulness and Meditation Expert at EmbodiedMoments",meta_description:"Explore the insights of Sandeep Kumar, a mindfulness coach focusing on guided meditation. Discover techniques for stress relief, sleep improvement, and overall mental wellness."},{name:"Anjali Patel",description:"Anjali Patel is a holistic wellness writer and meditation trainer based in Mumbai. With a deep-rooted interest in mental health, she has been crafting articles on meditation practices aimed at alleviating anxiety and enhancing emotional well-being for over 5 years. Anjali’s writings reflect her own positive experiences with guided meditations, inspiring readers to find peace in their lives.",meta_title:"Anjali Patel - Holistic Wellness Writer at EmbodiedMoments",meta_description:"Read Anjali Patel's expert writings on holistic wellness and guided meditation techniques for anxiety relief and emotional health at EmbodiedMoments."},{name:"Rajesh Mehta",description:"Rajesh Mehta is a mindfulness advocate and writer with over 15 years of experience in the wellness industry. He believes in the transformative power of meditation for stress and anxiety management. Rajesh conducts workshops and writes extensively, focusing on the practical aspects of cultivating mindfulness in busy urban lives.",meta_title:"Rajesh Mehta - Mindfulness Advocate and Writer at EmbodiedMoments",meta_description:"Discover Rajesh Mehta's articles on mindfulness and meditation techniques, as he provides insights into managing stress and anxiety through practical solutions at EmbodiedMoments."},{name:"Priya Sharma",description:"Priya Sharma is a psychotherapist and mindfulness writer based in Delhi. With a specialization in Guided Imagery, she helps individuals explore their inner landscapes for better mental health. Her unique style integrates therapeutic practices and guided meditations, making her articles a treasure trove for those seeking mental clarity and relaxation.",meta_title:"Priya Sharma - Psychotherapist and Mindfulness Writer at EmbodiedMoments",meta_description:"Explore the world of Guided Imagery with Priya Sharma, a psychotherapist dedicated to mental clarity and relaxation through meditation techniques at EmbodiedMoments."},{name:"Ravi Singh",description:"Ravi Singh is a meditation mentor and community leader known for his work in promoting mindfulness in the workplace. He has over 12 years of experience and believes that meditation can significantly enhance productivity and well-being. His practical insights and relatable style make his writings highly approachable for anyone looking to integrate mindfulness into their profession.",meta_title:"Ravi Singh - Meditation Mentor & Workplace Mindfulness Expert at EmbodiedMoments",meta_description:"Learn from Ravi Singh’s expertise on workplace mindfulness and meditation benefits for productivity and mental well-being at EmbodiedMoments."},{name:"Neha Reddy",description:"Neha Reddy is a passionate wellness blogger and guided meditation practitioner from Hyderabad. She has been writing about self-care practices for over 6 years, focusing on holistic methods to combat anxiety and stress. Neha's articles are packed with actionable tips, making mindfulness accessible for everyone.",meta_title:"Neha Reddy - Wellness Blogger and Guided Meditation Expert at EmbodiedMoments",meta_description:"Join Neha Reddy on a journey of self-care and mindfulness with her engaging articles on guided meditation for stress relief and anxiety at EmbodiedMoments."},{name:"Deepak Joshi",description:"Deepak Joshi is a spiritual author and meditation teacher specializing in mindfulness practices. With over a decade in personal development and coaching, he shares his insights through profound articles aimed at helping readers achieve a state of calm and focus. Deepak’s experience in spiritual retreats enhances his writings, offering readers a unique perspective on meditation.",meta_title:"Deepak Joshi - Spiritual Author and Meditation Teacher at EmbodiedMoments",meta_description:"Explore Deepak Joshi's spiritual writings and meditation teachings for achieving calmness and focus in your everyday life at EmbodiedMoments."},{name:"Sofia Khan",description:"Sofia Khan is a mindfulness strategist and author with a focus on improving mental health through meditation. With a background in psychology, she combines research-oriented approaches with practical meditation exercises. Her articles aim to equip her audience with the tools necessary to overcome stress and anxiety in today’s fast-paced world.",meta_title:"Sofia Khan - Mindfulness Strategist and Author at EmbodiedMoments",meta_description:"Delve into Sofia Khan's research-driven articles on mindfulness and guided meditation techniques to combat stress and improve mental health at EmbodiedMoments."},{name:"Vikram Malhotra",description:"Vikram Malhotra is a meditation enthusiast and wellness advocate hailing from Chennai. He has developed an extensive online platform for guided meditations focused on various aspects, including sleep and relaxation. His engaging and practical writing style attracts readers looking for effective strategies to improve their mental wellness.",meta_title:"Vikram Malhotra - Meditation Enthusiast and Wellness Advocate at EmbodiedMoments",meta_description:"Uncover Vikram Malhotra's effective strategies for guided meditation and wellness practices aimed at enhancing sleep and relaxation at EmbodiedMoments."},{name:"Tara Gupta",description:"Tara Gupta is a mental wellness writer and meditation facilitator from Kolkata. With over 8 years of experience in mental health advocacy, her articles help demystify the meditation process while providing support for individuals dealing with anxiety. Her compassionate approach makes her content relatable and helpful for many.",meta_title:"Tara Gupta - Mental Wellness Writer and Meditation Facilitator at EmbodiedMoments",meta_description:"Engage with Tara Gupta's supportive articles on meditation and mental wellness strategies aimed at helping individuals manage anxiety effectively at EmbodiedMoments."},{name:"Sadhana Rani",description:"Sadhana Rani is a mindfulness coach and meditation expert based in India, with over 10 years of experience in guiding individuals towards serenity and self-awareness. She holds multiple certifications in various meditation practices and has worked with clients from diverse backgrounds, helping them navigate anxiety, sleep issues, and work-related stress.",meta_title:"Sadhana Rani | Mindfulness Coach & Meditation Expert at EmbodiedMoments",meta_description:"Explore the calming teachings of Sadhana Rani, a mindfulness coach and meditation expert with over a decade of experience in helping individuals achieve inner peace and well-being at EmbodiedMoments."},{name:"Anil Kumar",description:"Anil Kumar is a seasoned writer and mental health advocate who blends his knowledge of psychology with ancient Indian meditation techniques. With over 15 years of experience writing about mindfulness, anxiety, and stress relief, Anil shares practical insights and actionable advice to help readers foster mental wellness.",meta_title:"Anil Kumar | Mental Health Advocate & Writer at EmbodiedMoments",meta_description:"Discover the insightful articles of Anil Kumar, a mental health advocate and writer with 15 years of experience in mindfulness and meditation techniques at EmbodiedMoments."},{name:"Maya Suresh",description:"Maya Suresh is a holistic health expert specializing in mindfulness and meditation. With a background in Ayurveda, she incorporates traditional practices into her writing, offering readers a unique perspective on stress management and sleep enhancement derived from ancient wisdom.",meta_title:"Maya Suresh | Holistic Health Expert at EmbodiedMoments",meta_description:"Delve into the holistic healing approach of Maya Suresh, a renowned holistic health expert specializing in mindfulness and meditation techniques at EmbodiedMoments."},{name:"Ravi Patel",description:"Ravi Patel is a corporate wellness consultant and meditation facilitator with a focus on workplace mindfulness. With over 12 years of experience in enhancing employee well-being, Ravi writes about practical mindfulness techniques that can be seamlessly integrated into busy work schedules.",meta_title:"Ravi Patel | Corporate Wellness Consultant at EmbodiedMoments",meta_description:"Learn from the expertise of Ravi Patel, a corporate wellness consultant dedicated to bringing mindfulness techniques to the workplace for better mental health at EmbodiedMoments."},{name:"Neha Joshi",description:"Neha Joshi is a renowned yoga and meditation instructor who guides her students towards achieving mental clarity and relaxation. With a decade of experience in teaching and practicing meditation, Neha's articles emphasize the importance of mindfulness in daily life.",meta_title:"Neha Joshi | Yoga and Meditation Instructor at EmbodiedMoments",meta_description:"Transform your life with the teachings of Neha Joshi, a yoga and meditation instructor dedicated to promoting mindfulness and mental clarity at EmbodiedMoments."},{name:"Priya Menon",description:"Priya Menon is a writer and mental wellness enthusiast specializing in sleep meditation and relaxation techniques. With over 8 years of experience, her articles provide valuable tips and insights for those seeking a peaceful night's sleep through mindfulness practices.",meta_title:"Priya Menon | Mental Wellness Writer at EmbodiedMoments",meta_description:"Unlock better sleep with Priya Menon, a mental wellness writer dedicated to sharing valuable insights on sleep meditation and relaxation at EmbodiedMoments."},{name:"Sunil Verma",description:"Sunil Verma is a qualified life coach and meditation trainer who has spent the last 10 years helping individuals achieve emotional balance. He empowers people to embrace mindfulness as a tool for managing stress and enhancing their overall quality of life.",meta_title:"Sunil Verma | Life Coach & Meditation Trainer at EmbodiedMoments",meta_description:"Get inspired by the motivational teachings of Sunil Verma, a life coach and meditation trainer helping individuals achieve emotional balance at EmbodiedMoments."},{name:"Deepa Nair",description:"Deepa Nair is a spiritual practitioner and mindfulness writer who focuses on the intersection of spirituality and meditation. Her rich knowledge gained from years of personal practice provides readers with profound insights into achieving mental peace and clarity.",meta_title:"Deepa Nair | Spiritual Practitioner & Mindfulness Writer at EmbodiedMoments",meta_description:"Immerse yourself in the spiritual insights of Deepa Nair, a practitioner and mindfulness writer guiding others towards mental peace at EmbodiedMoments."},{name:"Vikram Choudhary",description:"Vikram Choudhary is a mental fitness advocate and author specializing in stress reduction techniques through meditation. With years of research and practical application, he offers clear guidance on how to implement mindfulness practices into everyday life.",meta_title:"Vikram Choudhary | Mental Fitness Advocate & Author at EmbodiedMoments",meta_description:"Enhance your mental fitness with insights from Vikram Choudhary, a meditation expert specializing in stress reduction techniques at EmbodiedMoments."},{name:"Aditi Sharma",description:"Aditi Sharma is a certified meditation instructor with over a decade of experience in mindfulness practices. With a background in psychology, she focuses on helping individuals cope with stress and anxiety through guided meditation techniques. Aditi has conducted numerous workshops and retreats, sharing her knowledge on the importance of mental well-being and mindfulness.",meta_title:"Aditi Sharma - Expert in Guided Meditation and Mindfulness",meta_description:"Discover the calming influence of meditation with Aditi Sharma, a seasoned mindfulness expert dedicated to helping individuals achieve peace and reduce anxiety through guided practices."},{name:"Ravi Kapoor",description:"Ravi Kapoor is a yoga and meditation teacher specializing in holistic health. He integrates eastern philosophies into modern practices, aiming to alleviate work-related stress and promote better sleep. With a vibrant online following, Ravi regularly writes about the intersection of mindfulness and productivity.",meta_title:"Ravi Kapoor - Yoga and Meditation Teacher",meta_description:"Join Ravi Kapoor on a journey of self-discovery through yoga and meditation, focusing on enhancing productivity while reducing stress and improving sleep quality."},{name:"Neha Patil",description:"Neha Patil is a wellness advocate and meditation facilitator who has worked extensively with corporate clients. With a passion for stress management and mental resilience, she provides practical insights and techniques to navigate the challenges of modern-day work life.",meta_title:"Neha Patil - Corporate Wellness and Mindfulness Expert",meta_description:"Explore Neha Patil’s transformative approach to corporate wellness, offering valuable strategies for managing anxiety and enhancing mindfulness in the workplace."},{name:"Anirudh Singh",description:"Anirudh Singh is a meditation coach and author dedicated to making mindfulness accessible to all. His writings blend traditional meditation techniques with accessible language, allowing readers from all walks of life to find peace and clarity amidst chaos.",meta_title:"Anirudh Singh - Meditation Coach and Author",meta_description:"Dive into the world of mindfulness with Anirudh Singh, a passionate coach who simplifies meditation techniques to help you combat stress and enhance well-being."},{name:"Pooja Mehta",description:"Pooja Mehta is a holistic health practitioner with a focus on guided meditative practices for emotional resilience. She encourages individuals to harness creativity and self-expression as tools for mental health, particularly in managing anxiety and fostering tranquility.",meta_title:"Pooja Mehta - Holistic Health Practitioner",meta_description:"Unlock your emotional potential with Pooja Mehta’s unique approach to guided meditation, specializing in creative self-expression and stress management."},{name:"Karan Joshi",description:"Karan Joshi is a mindfulness coach who integrates mindfulness into daily routines. With certifications in therapeutic modalities, he emphasizes practical solutions for work-related stress and sleep issues, creating engaging content for a modern audience.",meta_title:"Karan Joshi - Mindfulness Coach and Writer",meta_description:"Transform your daily life with Karan Joshi’s expert advice on incorporating mindfulness into your routine, focusing on stress reduction and improved sleep quality."},{name:"Sanjana Roy",description:"Sanjana Roy is a renowned speaker and author on mindfulness and meditation, with extensive experience in therapeutic applications of guided practices. Her workshops have helped countless individuals manage stress and improve mental clarity.",meta_title:"Sanjana Roy - Mindfulness Speaker and Author",meta_description:"Join Sanjana Roy as she shares her insights on harnessing the power of mindfulness to tackle anxiety and foster inner peace through guided meditation."},{name:"Vikram Oberoi",description:"Vikram Oberoi is an educator and mindfulness writer who focuses on the benefits of meditation for overall well-being. His expertise includes creating programs for managing stress and enhancing focus in both personal and professional settings.",meta_title:"Vikram Oberoi - Mindfulness Educator and Writer",meta_description:"Discover the benefits of meditation with Vikram Oberoi, an educator dedicated to guiding you towards reduced anxiety and improved mental health in everyday life."},{name:"Anisha Nair",description:"Anisha Nair is a meditation facilitator and mental health advocate who believes in the power of mindfulness to combat stress and anxiety. Her articles promote practical strategies for integrating meditation into daily life.",meta_title:"Anisha Nair - Meditation Facilitator and Advocate",meta_description:"Experience the journey of self-care with Anisha Nair, a committed advocate for mental wellness through meditation, specializing in helping individuals overcome stress."},{name:"Riya Sethi",description:"Riya Sethi is an experienced guided meditation leader who emphasizes the role of mindfulness in fostering emotional intelligence. Through her writings, she provides tools and techniques for achieving deeper self-awareness and reducing daily stressors.",meta_title:"Riya Sethi - Guided Meditation Leader",meta_description:"Enhance your emotional intelligence and well-being with Riya Sethi, a skilled guided meditation leader dedicated to helping individuals navigate stress and anxiety effectively."},{name:"Deepak Chopra",description:"Deepak Chopra is a renowned author and speaker on mindfulness and holistic health. With over 85 books to his name, Chopra's work integrates Eastern wellness concepts with Western medicine. He has gained international recognition for his teachings on meditation and stress management, making him a leading figure in the field.",meta_title:"Deepak Chopra | Mindfulness and Meditation Expert",meta_description:"Explore insights and guidance from Deepak Chopra, a globally recognized authority on mindfulness and meditation, as he shares his expertise in stress relief and personal growth."},{name:"Sadhguru Jaggi Vasudev",description:"Sadhguru is a yogi, mystic, and visionary who founded the Isha Foundation. With a focus on inner engineering and personal transformation, he has been a guiding light for individuals seeking mindfulness skills to combat stress and anxiety.",meta_title:"Sadhguru Jaggi Vasudev | Yogi & Mindfulness Mentor",meta_description:"Delve into the wisdom of Sadhguru Jaggi Vasudev, an esteemed yogi and mindfulness mentor, dedicated to helping individuals experience stress relief and enhanced well-being."},{name:"Pema Chödrön",description:"Pema Chödrön is a distinguished American Tibetan Buddhist nun and author of several bestselling books on mindfulness and compassion. She offers profound insights on dealing with anxiety and stress, emphasizing the importance of awareness and presence in everyday life.",meta_title:"Pema Chödrön | Expert in Mindfulness and Compassion",meta_description:"Immerse yourself in the teachings of Pema Chödrön, a revered Buddhist author, as she navigates mindfulness practices for overcoming stress and fostering tranquility."},{name:"Thich Nhat Hanh",description:"Thich Nhat Hanh was a Vietnamese Zen Master, spiritual leader, and prolific author known for his teachings on mindfulness and peace. His practical techniques foster anxiety alleviation and promote emotional well-being, making him a beloved figure in the meditation community.",meta_title:"Thich Nhat Hanh | Mindfulness and Peace Practitioner",meta_description:"Discover the transformative teachings of Thich Nhat Hanh, a leading mindfulness expert whose wisdom helps combat anxiety and cultivate inner peace."},{name:"SwanIsh Ghosh",description:"SwanIsh Ghosh is a certified meditation instructor who specializes in guided meditation for mindfulness and stress relief. He brings a unique blend of ancient mindfulness practices and modern techniques to help individuals overcome anxiety and enhance their mental health.",meta_title:"SwanIsh Ghosh | Guided Meditation Instructor",meta_description:"Experience the art of mindfulness with SwanIsh Ghosh, a guided meditation instructor dedicated to helping people achieve stress relief and mental clarity."},{name:"Anita Moorjani",description:"Anita Moorjani is a motivational speaker and author known for her book 'Dying to Be Me.' After a near-death experience, she became a passionate advocate for mindfulness and self-love, helping others alleviate stress and anxiety through her story and teachings.",meta_title:"Anita Moorjani | Mindfulness Advocate and Speaker",meta_description:"Join Anita Moorjani on her transformative journey as she shares insights on self-love and mindfulness for reducing anxiety and promoting holistic well-being."},{name:"Jaggi Vasudev",description:"Jaggi Vasudev is an Indian spiritual leader and founder of the Isha Foundation, focusing on yoga and meditation practices. Known for his engaging talks on stress management, his teachings inspire individuals to achieve inner peace through mindfulness.",meta_title:"Jaggi Vasudev | Founder of Isha Foundation",meta_description:"Explore the mindfulness teachings of Jaggi Vasudev, a spiritual leader guiding you toward stress relief and inner balance through meditation."},{name:"Gurudev Sri Sri Ravi Shankar",description:"Gurudev Sri Sri Ravi Shankar is a global humanitarian leader and founder of the Art of Living Foundation. He offers breath-based meditation techniques that help alleviate stress and anxiety, promoting emotional wellness and mindfulness.",meta_title:"Gurudev Sri Sri Ravi Shankar | Humanitarian & Meditation Teacher",meta_description:"Learn from Gurudev Sri Sri Ravi Shankar, a renowned humanitarian and meditation teacher, as he shares powerful techniques for stress relief and mindfulness."},{name:"Rajshree Patel",description:"Rajshree Patel is a global speaker and meditation teacher specializing in mindfulness and emotional intelligence. Through her workshops and written works, she empowers individuals to manage stress and cultivate a more mindful lifestyle.",meta_title:"Rajshree Patel | Mindfulness and Emotional Intelligence Coach",meta_description:"Uncover the wisdom of Rajshree Patel, a mindfulness and emotional intelligence coach dedicated to helping individuals overcome stress through meditation practices."},{name:"Emma Whitefield",description:"Emma Whitefield is a certified mindfulness coach and meditation instructor with over 8 years of experience. She combines her background in psychology with mindfulness techniques to help individuals alleviate stress and anxiety. Emma has contributed to numerous wellness blogs and is passionate about promoting holistic health through guided meditation.",meta_title:"Emma Whitefield - Mindfulness Coach and Meditation Expert",meta_description:"Discover Emma Whitefield's expertise in mindfulness and meditation. Learn how her unique approach helps ease stress and anxiety through guided meditation."},{name:"Rajesh Patil",description:"Based in India, Rajesh Patil is a seasoned meditation teacher and author. With a deep understanding of ancient techniques and modern practices, he has been guiding individuals towards inner peace for over a decade. His articles focus on practical meditation approaches that suit a busy lifestyle.",meta_title:"Rajesh Patil - Meditation Teacher and Author",meta_description:"Explore Rajesh Patil's insights on practical meditation for busy lives. Join him in discovering tranquility and reducing stress through ancient and modern techniques."},{name:"Sophia Chen",description:"Sophia Chen is a wellness writer and certified yoga instructor based in Canada. With a focus on mindful living and stress management, she provides readers with comprehensive guides on meditation practices. Her work promotes mental health awareness and emphasizes the importance of self-care.",meta_title:"Sophia Chen - Wellness Writer & Yoga Instructor",meta_description:"Learn from Sophia Chen's insights on mindful living and meditation. Dive into her guides on stress management and enhancing mental well-being through self-care."},{name:"Carlos Mendez",description:"Carlos Mendez is a clinical psychologist and mindfulness expert from Mexico. With over 15 years of experience in mental health, he utilizes guided meditation as a therapeutic tool. His engaging articles provide scientific insights into the benefits of mindfulness for anxiety and work stress.",meta_title:"Carlos Mendez - Psychologist & Mindfulness Expert",meta_description:"Discover the science behind mindfulness with Carlos Mendez. Read his expert articles on guided meditation for mental health, anxiety relief, and workplace stress."},{name:"Aisha Khan",description:"Aisha Khan is a meditation facilitator and content creator from the UK. She specializes in sleep meditation and has developed unique techniques to help people achieve better sleep. Aisha’s creative approach is reflected in her articles, which inspire readers to incorporate mindfulness into their daily routines.",meta_title:"Aisha Khan - Sleep Meditation Facilitator",meta_description:"Sleep better with Aisha Khan's expert guidance on sleep meditation. Embrace mindfulness and transform your nightly routine with her practical tips and techniques."},{name:"Liam O'Connor",description:"Liam O'Connor is an experienced outdoor educator and mindfulness practitioner from Ireland. He believes that nature can enhance the meditation experience and often incorporates this into his work. His writing emphasizes the connection between the natural world and mental well-being.",meta_title:"Liam O'Connor - Outdoor Educator & Mindfulness Practitioner",meta_description:"Connect with nature through meditation with Liam O'Connor. Explore his insights on enhancing mindfulness practices outdoors for stress relief and emotional balance."},{name:"Fatima Al-Sabah",description:"Fatima Al-Sabah is a wellness advocate and meditation guide from Kuwait. With a background in social work, she focuses on community wellness and teaches group meditation sessions. Her articles highlight the importance of collective healing and mental health support.",meta_title:"Fatima Al-Sabah - Wellness Advocate & Meditation Guide",meta_description:"Join Fatima Al-Sabah in exploring the power of collective healing through meditation. Read her articles on community wellness and anxiety management."},{name:"Andrei Petrov",description:"Andrei Petrov is a psychologist and mindfulness trainer based in Russia. He offers workshops and online courses focused on managing workplace stress through mindfulness. His insightful articles aim to help professionals integrate meditation practices into their busy schedules.",meta_title:"Andrei Petrov - Psychologist & Mindfulness Trainer",meta_description:"Manage workplace stress with insights from Andrei Petrov. Discover how to incorporate mindfulness and meditation into your professional life for better mental health."},{name:"Isabella Rossi",description:"Isabella Rossi is a certified life coach and meditation expert from Italy. Her approach combines holistic health practices with professional development, guiding individuals to find balance and clarity in their lives. Isabella’s articles encourage readers to explore mindful practices for personal growth.",meta_title:"Isabella Rossi - Life Coach & Meditation Expert",meta_description:"Enhance your personal growth journey with Isabella Rossi. Explore her expert articles on meditation and mindfulness techniques for finding balance and clarity."},{name:"Tariq Jalal",description:"Tariq Jalal is a meditation teacher and author from Pakistan. He specializes in mindfulness for anxiety and stress relief, providing accessible techniques for beginners. His work aims to create a supportive space for individuals seeking solace and tranquility through guided meditation.",meta_title:"Tariq Jalal - Meditation Teacher & Author",meta_description:"Find tranquility with Tariq Jalal's mindfulness practices. Read his articles for accessible techniques to reduce anxiety and stress through guided meditation."},{name:"Dr. Sarah Thompson",description:"Dr. Sarah Thompson is a licensed psychologist with over 15 years of experience in mindfulness and cognitive behavioral therapy. She specializes in using guided meditation techniques to help her clients alleviate anxiety and stress. Her articles provide invaluable insights for those looking to cultivate a more peaceful mind.",meta_title:"Dr. Sarah Thompson - Mindfulness and Meditation Expert",meta_description:"Explore Dr. Sarah Thompson's expert articles on guided meditation for mindfulness, anxiety relief, and stress management at EmbodiedMoments."},{name:"Mark Bennett",description:"Mark Bennett is a meditation coach and wellness enthusiast based in New Zealand. With a background in psychology and over a decade of meditation practice, he shares practical tips and insights to enhance sleep and overall well-being through guided meditation.",meta_title:"Mark Bennett - Meditation Coach and Wellness Advocate",meta_description:"Discover Mark Bennett's insightful articles on sleep improvement and stress reduction through guided meditation at EmbodiedMoments."},{name:"Priya Patel",description:"Priya Patel is a mindfulness author and yoga instructor from India. With extensive training in various meditation techniques, she writes about integrating mindfulness into daily life, particularly focusing on managing work stress and anxiety.",meta_title:"Priya Patel - Mindfulness Author and Yoga Instructor",meta_description:"Read Priya Patel's articles on mindfulness practices for managing work stress and enhancing your daily life at EmbodiedMoments."},{name:"Liam Johnson",description:"Liam Johnson, a certified meditation teacher from Canada, has developed unique guided meditation scripts that help individuals cope with anxiety and improve their focus. His evidence-based approach has helped countless readers achieve their personal wellness goals.",meta_title:"Liam Johnson - Certified Meditation Teacher",meta_description:"Explore Liam Johnson's evidence-based guided meditations for anxiety relief and focus enhancement at EmbodiedMoments."},{name:"Amina Sayeed",description:"Amina Sayeed is a wellness blogger and mindfulness coach from Kenya. With a passion for mental health, she uses her platform to share the therapeutic benefits of guided meditation in overcoming stress and improving sleep patterns.",meta_title:"Amina Sayeed - Wellness Blogger and Mindfulness Coach",meta_description:"Dive into Amina Sayeed's blogs on the therapeutic benefits of guided meditation for stress and sleep at EmbodiedMoments."},{name:"Emily Nguyen",description:"Emily Nguyen is a holistic health writer and meditation facilitator based in Australia. With a blend of Eastern and Western healing practices, she teaches readers how to find balance in their lives through effective guided meditation techniques.",meta_title:"Emily Nguyen - Holistic Health Writer and Meditation Facilitator",meta_description:"Discover Emily Nguyen's holistic approach to guided meditation for work-life balance and wellness at EmbodiedMoments."},{name:"Carlos Ramirez",description:"Carlos Ramirez is a life coach and meditation expert from Brazil. He focuses on helping professionals manage work-related stress through tailored guided meditation sessions, aiming to boost productivity and mental clarity.",meta_title:"Carlos Ramirez - Life Coach and Meditation Expert",meta_description:"Learn from Carlos Ramirez's expert insights on managing work stress through guided meditation at EmbodiedMoments."},{name:"Sofia Chang",description:"Sofia Chang is a renowned author and mindfulness educator from Taiwan. With a strong focus on children's mental health, she creates guided meditations aimed at helping kids cope with anxiety and sleep issues, promoting overall emotional well-being.",meta_title:"Sofia Chang - Mindfulness Educator and Author",meta_description:"Explore Sofia Chang's articles on children's guided meditation for anxiety and sleep at EmbodiedMoments."},{name:"James O'Brien",description:"James O'Brien is a former corporate executive turned meditation teacher from Ireland. After experiencing burnout himself, he dedicated his life to teaching others how to manage stress through guided meditation, focusing on corporate wellness.",meta_title:"James O'Brien - Corporate Wellness and Meditation Teacher",meta_description:"Gain insights from James O'Brien on stress management and corporate wellness through guided meditation at EmbodiedMoments."},{name:"Fatima Noor",description:"Fatima Noor is a mental health advocate and meditation practitioner based in the UK. With her articles, she emphasizes the accessibility of guided meditation techniques for everyone, especially those battling anxiety and sleep disturbances.",meta_title:"Fatima Noor - Mental Health Advocate and Meditation Practitioner",meta_description:"Read Fatima Noor's accessible insights on guided meditation for anxiety relief and better sleep at EmbodiedMoments."}],t=a.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:{title:i.meta_title,description:i.meta_description}})),{});exports.AUTHORS_INFO=a,exports.AUTHORS_META=t,exports.PAGES_SEO=i;
@@ -0,0 +1 @@
1
+ :root{--gray-4-a:rgba(0,0,0,0.45);--text-secondary:rgba(0,0,0,0.65);--text-primary:rgba(0,0,0,0.88);--border-color-border-secondary:#F0F0F0;--background-color-bg-base:#FFF;}
@@ -0,0 +1 @@
1
+ :root{--font-size-xx-small:0.625rem;--font-size-x-small:0.75rem;--font-size-small:0.875rem;--font-size-medium:1rem;--font-size-large:1.25rem;--font-size-x-large:1.5rem;--font-size-xx-large:2rem;--h1-font-size:38px;--h1-line-height:46px;--h2-font-size:30px;--h2-line-height:38px;--h3-font-size:24px;--h3-line-height:32px;--h4-font-size:20px;--h4-line-height:28px;--h5-font-size:16px;--h5-line-height:24px;}
@@ -0,0 +1 @@
1
+ html,body,#root {height:100%;width:100%;}body {display:flex;flex-direction:column;align-items:center;margin:0;padding:0;background-color:var(--background-color-bg-base);}#___gatsby {width:100%;}.ant-app {height:100%;}.ant-dropdown-menu,.ant-select-dropdown,.ant-select-selector,.ant-popover-inner {border-radius:8px!important;}
@@ -0,0 +1 @@
1
+ :root{--gap-lg:24px;--gap-md:16px;--gap-sm:12px;--gap-xs:8px;--gap-xss:4px;--padding-lg:24px;--padding-md:16px;--padding-sm:12px;--padding-xs:8px;--padding-xss:4px;--margin-hg:36px;--margin-lg:24px;--margin-md:16px;--margin-sm:12px;--margin-xs:8px;--margin-xss:4px;}
@@ -0,0 +1 @@
1
+ :root {--theme-color-9:#4b3c6a;--theme-color-8:#6b527a;--theme-color-7:#8d6daf;--theme-color-6:#a89bc8;--theme-color-5:#c0b3e9;--theme-color-3:#e8d4e8;--theme-color-2:#f5ebf7;--color-bg-layout:#ffffff;--color-bg-hover:#e4d7e0;--article-border-radius:20px;--btn-border-radius:15px;--category-border-radius:25px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -0,0 +1,162 @@
1
+ export declare const dataStructure: {
2
+ mindfulnessMeditation: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ beginnerMindfulnessPractices: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ advancedMindfulnessTechniques: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ mindfulBreathingExercises: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ mindfulnessInDailyLife: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ other: {
32
+ title: string;
33
+ description: string;
34
+ slug: string;
35
+ children: null;
36
+ };
37
+ };
38
+ };
39
+ sleepMeditation: {
40
+ title: string;
41
+ description: string;
42
+ slug: string;
43
+ children: {
44
+ guidedSleepMeditations: {
45
+ title: string;
46
+ description: string;
47
+ slug: string;
48
+ children: null;
49
+ };
50
+ techniquesForSleepInduction: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ meditationMusicForSleep: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ sleepHygieneTips: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ other: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ };
75
+ };
76
+ anxietyReliefMeditation: {
77
+ title: string;
78
+ description: string;
79
+ slug: string;
80
+ children: {
81
+ guidedMeditationsForAnxiety: {
82
+ title: string;
83
+ description: string;
84
+ slug: string;
85
+ children: null;
86
+ };
87
+ breathingTechniquesForAnxiety: {
88
+ title: string;
89
+ description: string;
90
+ slug: string;
91
+ children: null;
92
+ };
93
+ reducingNegativeThoughtPatterns: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ mindfulnessForAnxietyManagement: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ other: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ };
112
+ };
113
+ stressManagementMeditation: {
114
+ title: string;
115
+ description: string;
116
+ slug: string;
117
+ children: {
118
+ guidedStressReliefPractices: {
119
+ title: string;
120
+ description: string;
121
+ slug: string;
122
+ children: null;
123
+ };
124
+ workplaceMeditationTechniques: {
125
+ title: string;
126
+ description: string;
127
+ slug: string;
128
+ children: null;
129
+ };
130
+ mindfulnessForStressReduction: {
131
+ title: string;
132
+ description: string;
133
+ slug: string;
134
+ children: null;
135
+ };
136
+ stressManagementTips: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ other: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ };
149
+ };
150
+ };
151
+ export declare const authors: Record<string, string>;
152
+ export declare const authorsNames: string[];
153
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83E\uDDD8\uD83C\uDF19\uD83D\uDE0C\uD83C\uDF00";
154
+ export declare const categories: ("mindfulnessMeditation" | "sleepMeditation" | "anxietyReliefMeditation" | "stressManagementMeditation")[];
155
+ export declare const subcategories: string[];
156
+ export declare const subsubcategories: string[];
157
+ export type Category = keyof typeof dataStructure;
158
+ export type CategoryNode = (typeof dataStructure)[Category];
159
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
160
+ export declare const startDate = "2024-09-12T00:00:00Z";
161
+ export declare const devBucketName = "idn-meditateway-dev";
162
+ export declare const prodBucketName = "idn-meditateway";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={mindfulnessMeditation:{title:"Explore Mindfulness Meditation Practices for Inner Peace 🧘‍♂️",description:"Discover the world of mindfulness meditation with techniques aimed at enhancing your daily life, relieving stress, and boosting overall well-being. 🌟",slug:"mindfulness-meditation",children:{beginnerMindfulnessPractices:{title:"Beginner Mindfulness Practices for a Calm Start 🌱",description:"Start your meditation journey with easy beginner mindfulness practices. Learn methods that promote relaxation and enhance mental clarity. 🧘‍♀️",slug:"beginner-mindfulness-practices",children:null},advancedMindfulnessTechniques:{title:"Advanced Mindfulness Techniques for Deeper Meditation 🧠",description:"Level up your meditation routine with advanced mindfulness techniques that deepen your practice and enhance emotional resilience. 🌌",slug:"advanced-mindfulness-techniques",children:null},mindfulBreathingExercises:{title:"Calm Your Mind with Mindful Breathing Exercises 💨",description:"Explore effective breathing exercises that promote mindfulness and relaxation, perfect for combating anxiety and stress. 🌈",slug:"mindful-breathing-exercises",children:null},mindfulnessInDailyLife:{title:"Incorporate Mindfulness in Daily Life for Better Focus 🌅",description:"Learn to integrate mindfulness into your daily routines to improve focus, reduce stress, and cultivate a sense of peace wherever you are. 🌿",slug:"mindfulness-in-daily-life",children:null},other:{title:"Other Mindfulness Meditation Resources to Explore 🔍",description:"Delve into additional mindfulness meditation resources, including tips, articles, and guides that support your meditation journey. 📚",slug:"other-mindfulness-resources",children:null}}},sleepMeditation:{title:"Explore Relaxing Sleep Meditation Techniques for Better Rest 🌙",description:"Discover how to use sleep meditation for peaceful nights and a refreshed mind. Understand mindfulness for improved sleep experience. 💤",slug:"sleep-meditation",children:{guidedSleepMeditations:{title:"Guided Sleep Meditations for Deep Relaxation 🌌",description:"Immerse yourself in guided sleep meditations designed to promote deep relaxation and restful sleep. Find your calm tonight! 🌠",slug:"guided-sleep-meditations",children:null},techniquesForSleepInduction:{title:"Effective Techniques for Sleep Induction and Serenity 💤",description:"Learn various techniques for sleep induction that unlock serenity and help you fall asleep faster. Wake up rejuvenated! ✨",slug:"techniques-for-sleep-induction",children:null},meditationMusicForSleep:{title:"Soothing Meditation Music for a Peaceful Sleep 🎶",description:"Experience soothing meditation music specially curated for peaceful sleep and relaxation. Drift off to tranquility tonight! 🎧",slug:"meditation-music-for-sleep",children:null},sleepHygieneTips:{title:"Essential Sleep Hygiene Tips for Restful Nights 🌜",description:"Enhance your sleep with essential hygiene tips. Learn how to cultivate a sleep-friendly environment for better quality rest! 🛏️",slug:"sleep-hygiene-tips",children:null},other:{title:"Additional Resources on Sleep Meditation Practices 📖",description:"Explore a collection of additional resources and articles on sleep meditation that cater to your unique needs and interests. 🌱",slug:"other-sleep-meditation-resources",children:null}}},anxietyReliefMeditation:{title:"Anxiety Relief Meditation Techniques to Calm Your Mind 🧘‍♀️",description:"Explore effective anxiety relief meditation techniques designed to enhance your mental well-being and promote tranquility. Start your journey today! 🌈",slug:"anxiety-relief-meditation",children:{guidedMeditationsForAnxiety:{title:"Guided Meditations for Anxiety Relief 🌟",description:"Discover a collection of guided meditations specifically crafted for anxiety relief. Find peace and harmony in your daily life. ✨",slug:"guided-meditations-for-anxiety",children:null},breathingTechniquesForAnxiety:{title:"Breathing Techniques to Alleviate Anxiety 🌬️",description:"Learn powerful breathing techniques that help alleviate anxiety and bring calm to your mind. Breathe deep and find your center. 🕊️",slug:"breathing-techniques-for-anxiety",children:null},reducingNegativeThoughtPatterns:{title:"Reducing Negative Thought Patterns for Peace of Mind 🌼",description:"Explore methods to reduce negative thought patterns and foster a positive mindset. Achieve inner peace with practical strategies. 🌻",slug:"reducing-negative-thought-patterns",children:null},mindfulnessForAnxietyManagement:{title:"Mindfulness Techniques for Anxiety Management 🧘‍♂️",description:"Implement mindfulness techniques that effectively manage anxiety and enhance your overall mental wellness. Step into a mindful life! 🌿",slug:"mindfulness-for-anxiety-management",children:null},other:{title:"Other Resources for Anxiety Relief 🌈",description:"Explore additional resources and methods for anxiety relief that can complement your meditation practice. Your guide to serenity! ✈️",slug:"other-resources-for-anxiety-relief",children:null}}},stressManagementMeditation:{title:"Stress Management Meditation Practices for Inner Peace 🌿",description:"Explore effective stress management meditation techniques. Learn how to find tranquility and enhance your mindfulness journey with MeditateWay! 🌈",slug:"stress-management-meditation",children:{guidedStressReliefPractices:{title:"Guided Stress Relief Practices to Embrace Calm 🧘‍♂️",description:"Discover guided stress relief practices that promote relaxation. Experience tranquility and mindfulness with our effective meditation techniques! ✨",slug:"guided-stress-relief-practices",children:null},workplaceMeditationTechniques:{title:"Workplace Meditation Techniques for Stress-Free Productivity 💼",description:"Transform your workplace with meditation techniques designed to relieve stress. Boost productivity and balance work-life with these practices! 💡",slug:"workplace-meditation-techniques",children:null},mindfulnessForStressReduction:{title:"Mindfulness for Stress Reduction: Effective Techniques 🌸",description:"Enhance your mindfulness to effectively reduce stress. Learn actionable techniques that can help you find peace in your daily life! 🍃",slug:"mindfulness-for-stress-reduction",children:null},stressManagementTips:{title:"Essential Tips for Effective Stress Management 📋",description:"Unlock essential tips for managing stress effectively. Explore insights on mindfulness and meditation tailored for your busy life! 🌼",slug:"stress-management-tips",children:null},other:{title:"Other Meditation Techniques for Stress Relief 🌌",description:"Explore a variety of other meditation techniques that can help relieve stress. Find the perfect method for your unique journey! 🌟",slug:"other-meditation-techniques",children:null}}}},t=e.AUTHORS_INFO.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:[i.description]})),{}),n=e.AUTHORS_INFO.map((e=>e.name)),s="🧘🌙😌🌀",r=Object.keys(i),o=[],l=[];for(const e of r){const t=i[e];if(null==t?void 0:t.children){o.push(...Object.keys(t.children));for(const e of o){const i=t.children[e];(null==i?void 0:i.children)&&l.push(...Object.keys(i.children))}}}const a="2024-09-12T00:00:00Z",d="meditateway",c=`idn-${d}-dev`,u=`idn-${d}`;exports.DEFAULT_DESCRIPTION_EMOJIS=s,exports.authors=t,exports.authorsNames=n,exports.categories=r,exports.dataStructure=i,exports.devBucketName=c,exports.prodBucketName=u,exports.startDate=a,exports.subcategories=o,exports.subsubcategories=l;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ MindfulnessFocus = "Mindfulness Focus",
3
+ SleepEnhancement = "Sleep Enhancement",
4
+ AnxietyManagement = "Anxiety Management",
5
+ StressRelief = "Stress Relief",
6
+ WorkProductivity = "Work Productivity"
7
+ }
8
+ type MindfulnessFocusValues = 'Beginner Techniques' | 'Advanced Practices' | 'Mindful Breathing' | 'Daily Mindfulness Rituals';
9
+ type SleepEnhancementValues = 'Guided Sleep Meditations' | 'Sleep Hygiene Tips' | 'Relaxation Techniques' | 'Bedtime Rituals';
10
+ type AnxietyManagementValues = 'Grounding Exercises' | 'Breathing Techniques' | 'Visualization Practices' | 'Affirmation Strategies';
11
+ type StressReliefValues = 'Quick Relaxation Tips' | 'Meditation for Busy Lives' | 'Nature Sounds for Stress' | 'Journaling and Meditation';
12
+ type WorkProductivityValues = 'Meditation for Concentration' | 'Midday Mindfulness Breaks' | 'Focus-Boosting Techniques' | 'Meditative Workflow Strategies';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.MindfulnessFocus]: MindfulnessFocusValues[];
15
+ [FiltersNames.SleepEnhancement]: SleepEnhancementValues[];
16
+ [FiltersNames.AnxietyManagement]: AnxietyManagementValues[];
17
+ [FiltersNames.StressRelief]: StressReliefValues[];
18
+ [FiltersNames.WorkProductivity]: WorkProductivityValues[];
19
+ };
20
+ export declare const mindfulnessFocusValues: MindfulnessFocusValues[];
21
+ export declare const sleepEnhancementValues: SleepEnhancementValues[];
22
+ export declare const anxietyManagementValues: AnxietyManagementValues[];
23
+ export declare const stressReliefValues: StressReliefValues[];
24
+ export declare const workProductivityValues: WorkProductivityValues[];
25
+ export declare const initialFilters: ArticleFilters;
26
+ export declare const fullFilters: ArticleFilters;
27
+ export declare const getFiltersTypesJSON: () => string;
28
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.FiltersNames=void 0,(e=exports.FiltersNames||(exports.FiltersNames={})).MindfulnessFocus="Mindfulness Focus",e.SleepEnhancement="Sleep Enhancement",e.AnxietyManagement="Anxiety Management",e.StressRelief="Stress Relief",e.WorkProductivity="Work Productivity";const s=["Beginner Techniques","Advanced Practices","Mindful Breathing","Daily Mindfulness Rituals"],t=["Guided Sleep Meditations","Sleep Hygiene Tips","Relaxation Techniques","Bedtime Rituals"],i=["Grounding Exercises","Breathing Techniques","Visualization Practices","Affirmation Strategies"],n=["Quick Relaxation Tips","Meditation for Busy Lives","Nature Sounds for Stress","Journaling and Meditation"],r=["Meditation for Concentration","Midday Mindfulness Breaks","Focus-Boosting Techniques","Meditative Workflow Strategies"],a={[exports.FiltersNames.MindfulnessFocus]:[],[exports.FiltersNames.SleepEnhancement]:[],[exports.FiltersNames.AnxietyManagement]:[],[exports.FiltersNames.StressRelief]:[],[exports.FiltersNames.WorkProductivity]:[]},o={[exports.FiltersNames.MindfulnessFocus]:s,[exports.FiltersNames.SleepEnhancement]:t,[exports.FiltersNames.AnxietyManagement]:i,[exports.FiltersNames.StressRelief]:n,[exports.FiltersNames.WorkProductivity]:r},l=()=>JSON.stringify(o,null,2);exports.anxietyManagementValues=i,exports.fullFilters=o,exports.getFiltersTypesJSON=l,exports.initialFilters=a,exports.mindfulnessFocusValues=s,exports.sleepEnhancementValues=t,exports.stressReliefValues=n,exports.workProductivityValues=r;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),s=require("./helpers.js"),r=require("./prompts/images.js"),o=require("./seo.js"),a=require("./prompts/gpt35turbo/articles.js"),p=require("./prompts/gpt4oMini/articles.js"),i=require("./prompts/data.js");exports.DEFAULT_DESCRIPTION_EMOJIS=e.DEFAULT_DESCRIPTION_EMOJIS,exports.authors=e.authors,exports.authorsNames=e.authorsNames,exports.categories=e.categories,exports.dataStructure=e.dataStructure,exports.devBucketName=e.devBucketName,exports.prodBucketName=e.prodBucketName,exports.startDate=e.startDate,exports.subcategories=e.subcategories,exports.subsubcategories=e.subsubcategories,Object.defineProperty(exports,"FiltersNames",{enumerable:!0,get:function(){return t.FiltersNames}}),exports.anxietyManagementValues=t.anxietyManagementValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.mindfulnessFocusValues=t.mindfulnessFocusValues,exports.sleepEnhancementValues=t.sleepEnhancementValues,exports.stressReliefValues=t.stressReliefValues,exports.workProductivityValues=t.workProductivityValues,exports.getDefaultImagesFrontmatter=s.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=s.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=r.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=r.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=r.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=o.AUTHORS_INFO,exports.AUTHORS_META=o.AUTHORS_META,exports.PAGES_SEO=o.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return o.PageNames}}),exports.gpt35Articles=a,exports.gpt4oMiniArticles=p,exports.END_STEP=i.END_STEP,exports.FILTERS_INFO=i.FILTERS_INFO,exports.IMAGES_PROHIBITED_WORDS=i.IMAGES_PROHIBITED_WORDS,exports.START_STEP=i.START_STEP,exports.TARGET_AUDIENCE=i.TARGET_AUDIENCE,exports.ZERO_SECTION=i.ZERO_SECTION,exports.portalInfo=i.portalInfo;
@@ -0,0 +1,7 @@
1
+ export declare const portalInfo = "The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: MeditateWay is an infotainment articles portal dedicated to guided meditation practices that enhance mindfulness, promote better sleep, alleviate anxiety, manage stress, and improve focus at work. The portal serves as a comprehensive resource for individuals seeking tranquility and inner peace through meditation.\n - Detailed description: MeditateWay is a user-friendly online platform designed to provide valuable insights and resources on guided meditation techniques. With a focus on promoting mental well-being, the portal features a wide range of articles covering various aspects of meditation, including mindfulness practices tailored for daily life, sleep induction techniques, anxiety relief strategies, and stress management tips. Each article is carefully crafted to be informative and actionable, catering to users at different stages of their meditation journey. The site also emphasizes the importance of creating a dedicated space for meditation and offers suggestions on how to incorporate these practices effectively into a busy lifestyle. Additionally, MeditateWay aims to foster a sense of community by encouraging readers to share their experiences and thoughts on meditation, making it not just a source of information but a nurturing environment for personal growth and mindfulness.\n - Target audience: MeditateWay primarily targets individuals ranging from beginners to experienced meditators who are looking to enhance their mental health and overall well-being. The audience includes busy professionals seeking stress relief, students aiming for better focus, individuals dealing with anxiety, and anyone interested in personal development through mindfulness. The portal is designed to appeal to those seeking easy-to-understand and practical guidance in integrating meditation into their daily routines.\n\n";
2
+ export declare const ZERO_SECTION = "This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Benefits of Guided Meditation\n - Understanding Mindfulness\n - Effects on Sleep Quality\n\n## Techniques and Practices\n - Overview of Guided Meditation\n - Different Types of Meditation\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Benefits of Guided Meditation, IF it's applicable to the theme of the article.\n";
3
+ export declare const START_STEP = "highlighting the key points that will be discussed and the relevance of the topic";
4
+ export declare const END_STEP = "synthesizing the information presented throughout";
5
+ export declare const TARGET_AUDIENCE = "all ages who are interested in improving their mental health";
6
+ export declare const IMAGES_PROHIBITED_WORDS = "any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling";
7
+ export declare const FILTERS_INFO: string;
@@ -0,0 +1 @@
1
+ "use strict";var e;const t="The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: MeditateWay is an infotainment articles portal dedicated to guided meditation practices that enhance mindfulness, promote better sleep, alleviate anxiety, manage stress, and improve focus at work. The portal serves as a comprehensive resource for individuals seeking tranquility and inner peace through meditation.\n - Detailed description: MeditateWay is a user-friendly online platform designed to provide valuable insights and resources on guided meditation techniques. With a focus on promoting mental well-being, the portal features a wide range of articles covering various aspects of meditation, including mindfulness practices tailored for daily life, sleep induction techniques, anxiety relief strategies, and stress management tips. Each article is carefully crafted to be informative and actionable, catering to users at different stages of their meditation journey. The site also emphasizes the importance of creating a dedicated space for meditation and offers suggestions on how to incorporate these practices effectively into a busy lifestyle. Additionally, MeditateWay aims to foster a sense of community by encouraging readers to share their experiences and thoughts on meditation, making it not just a source of information but a nurturing environment for personal growth and mindfulness.\n - Target audience: MeditateWay primarily targets individuals ranging from beginners to experienced meditators who are looking to enhance their mental health and overall well-being. The audience includes busy professionals seeking stress relief, students aiming for better focus, individuals dealing with anxiety, and anyone interested in personal development through mindfulness. The portal is designed to appeal to those seeking easy-to-understand and practical guidance in integrating meditation into their daily routines.\n\n",i="This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Benefits of Guided Meditation\n - Understanding Mindfulness\n - Effects on Sleep Quality\n\n## Techniques and Practices\n - Overview of Guided Meditation\n - Different Types of Meditation\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Benefits of Guided Meditation, IF it's applicable to the theme of the article.\n",n="highlighting the key points that will be discussed and the relevance of the topic",a="synthesizing the information presented throughout",o="all ages who are interested in improving their mental health",r="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",s=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category\n$FILTERNAME: []\nResponse in valid json, adhering strictly to json interface below, include every field present in it, but include values in array only suitable for article, all array values are optional!\n${require("../filters.js").getFiltersTypesJSON()}`;exports.END_STEP=a,exports.FILTERS_INFO=s,exports.IMAGES_PROHIBITED_WORDS=r,exports.START_STEP=n,exports.TARGET_AUDIENCE=o,exports.ZERO_SECTION=i,exports.portalInfo=t;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt35turbo/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),p=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),i=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=i,exports.getFiltersPrompt=p,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt4oMini/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),i=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),p=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=p,exports.getFiltersPrompt=i,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,4 @@
1
+ import { GetOpenAiBasedImagePrompt, GetStableDiffusionImagePrompt } from 'src/common/types';
2
+ export declare const getStableDiffusionImagePrompt: GetStableDiffusionImagePrompt;
3
+ export declare const getOpenAiBasedImagePrompt: GetOpenAiBasedImagePrompt;
4
+ export declare const getOpenAiBasedImagePromptDalle2: GetOpenAiBasedImagePrompt;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("../../common/prompts/images.js");const a=({title:a,alt:o,articleTitle:t})=>({prompt:`Award-winning hyper-real cinematic photo of a ${a}, ${o}, for an article ${t} from professional mindfulness photograph for a glossy meditation magazine, meditation style photography, glossy mindfulness magazine, photorealistic, ultra realistic, maximum detail, highly detailed, commercial photography, foreground focus, mindfulness.com, instagram, 4K, 8K, volumetric light, cinematic, octane render, uplight, no blur, depth of field, dof, film, bokeh, foreground focus, 35mm photograph`,negativePrompt:e.SD_NEGATIVE_PROMPT}),o=({title:e,alt:a,articleTitle:o})=>`I NEED a hyper-real illustration of a ${e} at food style photography, ${a}, for an article ${o} for a glossy recipe magazine, photorealistic, ultra realistic, maximum detail, highly detailed, food style, food style photography, professional food photography, commercial photography, foreground focus, recipes.com, delish.com, epicurious, instagram, 4K, 8K, volumetric light, octane render, uplight, no blur, depth of field, dof, bokeh, foreground focus. Please exclude any: Photocamera, videocamera, Spotlight, soffit, ramp, scanners, strobe, soffit truss, film props, radio, cooking timer, watches, clocks, men, woman, people, hand, nands, leg, legs, font, username, error, words, letters, digits, autograph, trademark, name, easy-negative, cartoon, worst quality, low quality, blind, bad eyes, ugly eyes, dead eyes, greyscale, monochrome, vignette, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, censored, rabs, muscular, rib, blurry, blur, grainy, teeth, low resolution, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art, morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, duplicate, airbrushed,, anime, semi-realistic, cgi, render, 3D, blender, digital art, manga, amateur, 3D, 3D Game, 3D Game Scene, 3D Character, bad hands, , bad body, bad face, bad teeth, bad arms, bad legs, deformities, drawing, deformed iris, deformed pupils, deformed, painting, crayon, sketch, graphite, impressionist, noisy, poorly drawn hands, poorly drawn face, poorly drawn eyes, mutation, bad proportions, cloned face, disfigured, gross proportions, malformed limbs, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, incoherent from this hyper-real illustration of a ${e}`,t=({title:e})=>`\n\tPhotorealistic highly detailed image of ingredients for ${e}, arranged professionally as if for a food photography shoot. image should showcase maximum detail realism, with a focus on foreground, emulating the style of a high-definition, 8k resolution professional food photograph. lighting should be volumetric and uplit, with a depth of field and bokeh effect, avoiding any blur for clarity. overall aesthetic should be reminiscent of the Kodak Portrait 800 style.\n\tNegative Prompt:\n\teasy-negative, cartoon, worst quality, low quality, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, blurry, blur, grainy, teeth, low resolution, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, airbrushed, anime, semi-realistic, cgi, render, 3D, blender, manga, amateur, 3D, 3D Game, drawing, sketch\n`;exports.getOpenAiBasedImagePrompt=o,exports.getOpenAiBasedImagePromptDalle2=t,exports.getStableDiffusionImagePrompt=a;
@@ -0,0 +1,23 @@
1
+ export interface PageSeoData {
2
+ title: string;
3
+ description: string;
4
+ }
5
+ export declare enum PageNames {
6
+ Authors = "authors",
7
+ Home = "home",
8
+ NotFound = "not-found",
9
+ AboutUs = "about-us",
10
+ PrivacyPolicy = "privacy-policy",
11
+ Terms = "terms",
12
+ Sitemap = "sitemap"
13
+ }
14
+ export type PagesSeo = Record<PageNames, PageSeoData>;
15
+ export interface AuthorInfo {
16
+ name: string;
17
+ description: string;
18
+ meta_title: string;
19
+ meta_description: string;
20
+ }
21
+ export declare const PAGES_SEO: PagesSeo;
22
+ export declare const AUTHORS_INFO: AuthorInfo[];
23
+ export declare const AUTHORS_META: Record<string, PageSeoData>;
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.PageNames=void 0,(e=exports.PageNames||(exports.PageNames={})).Authors="authors",e.Home="home",e.NotFound="not-found",e.AboutUs="about-us",e.PrivacyPolicy="privacy-policy",e.Terms="terms",e.Sitemap="sitemap";const i={[exports.PageNames.Authors]:{title:"Meet Our Mindfulness Experts | MeditateWay",description:"Discover the wisdom of our meditation experts 🧘‍♂️ at MeditateWay, dedicated to helping you achieve mindfulness, better sleep, and reduced anxiety. Unlock your potential today!"},[exports.PageNames.Home]:{title:"Welcome to MeditateWay | Your Guide to Mindfulness & Relaxation",description:"Explore guided meditations for sleep 💤, anxiety relief 😌, and stress management 🌿 at MeditateWay. Start your journey to inner peace today!"},[exports.PageNames.NotFound]:{title:"Page Not Found | MeditateWay",description:"Oops! 🥺 The page you are looking for does not exist. Explore our guided meditations and find your path to relaxation at MeditateWay."},[exports.PageNames.AboutUs]:{title:"About MeditateWay | Your Path to Inner Peace",description:"Learn about MeditateWay 🌟, your trusted source for guided meditations aimed at enhancing mindfulness, combatting stress, and helping you sleep better. Join our community!"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | MeditateWay",description:"Your privacy matters! 🔒 Read our Privacy Policy to understand how MeditateWay safeguards your personal information while you focus on mindfulness and relaxation."},[exports.PageNames.Terms]:{title:"Terms and Conditions | MeditateWay",description:"Familiarize yourself with our Terms and Conditions 📜. At MeditateWay, we prioritize transparency and trust in your meditation journey."},[exports.PageNames.Sitemap]:{title:"Sitemap | MeditateWay for Easy Navigation",description:"Navigate your meditation journey with ease! 🗺️ View our Sitemap to find guided meditations for mindfulness, sleep, and anxiety at MeditateWay."}},a=[{name:"Dr. Radhika Sharma",description:"Dr. Radhika Sharma is a renowned psychologist and mindfulness coach from India, with over 15 years of experience in helping individuals cope with stress and anxiety through guided meditation techniques. She has authored several books on mindfulness and has conducted workshops globally. Her passion lies in making mindfulness accessible to everyone.",meta_title:"Dr. Radhika Sharma - Expert in Mindfulness and Guided Meditation",meta_description:"Explore the insights of Dr. Radhika Sharma, a seasoned psychologist specializing in mindfulness and stress management through guided meditation. Discover her expertise at MeditateWay."},{name:"Amit Joshi",description:"Amit Joshi is a meditation teacher and wellness advocate with over a decade of experience focusing on mindfulness for better sleep and relaxation. He shares practical techniques and personal experiences to help others lead a more balanced life. His workshops have transformed the lives of many.",meta_title:"Amit Joshi - Meditation Teacher and Wellness Advocate",meta_description:"Join Amit Joshi, an expert in meditation and wellness, as he guides you through techniques for improved sleep and anxiety relief at MeditateWay."},{name:"Priya Varma",description:"Priya Varma is a wellness writer and meditation advocate, known for her engaging articles on mindfulness and stress reduction. With a background in holistic health, she brings a unique perspective to the practice of guided meditation, helping individuals find inner peace amidst chaos.",meta_title:"Priya Varma - Wellness Writer and Mindfulness Advocate",meta_description:"Discover insightful articles by Priya Varma, a wellness writer at MeditateWay, focusing on mindfulness, stress reduction, and guided meditation practices."},{name:"Anil Kapoor",description:"Anil Kapoor is an experienced corporate trainer and mindfulness coach who specializes in integrating meditation into the workplace. With a strong background in leadership development, he helps organizations enhance employee well-being through guided relaxation techniques.",meta_title:"Anil Kapoor - Corporate Trainer and Mindfulness Coach",meta_description:"Learn from Anil Kapoor, a mindfulness coach who specializes in workplace meditation techniques, enhancing employee well-being at MeditateWay."},{name:"Sanjana Patel",description:"Sanjana Patel is an author and mindfulness expert who has dedicated her career to promoting mental health through meditation. She organizes community workshops and has a significant online presence, advocating for mental wellness and self-care practices.",meta_title:"Sanjana Patel - Author and Mindfulness Expert",meta_description:"Explore the works of Sanjana Patel, a passionate mindfulness expert dedicated to promoting mental health through guided meditation at MeditateWay."},{name:"Dr. Vikram Singh",description:"Dr. Vikram Singh is a psychiatrist and meditation practitioner who incorporates mindfulness techniques into therapeutic practices for anxiety and stress management. He has published numerous articles and provides training on mental health awareness.",meta_title:"Dr. Vikram Singh - Psychiatrist and Meditation Practitioner",meta_description:"Gain insights from Dr. Vikram Singh, a psychiatrist specializing in anxiety and stress management through mindfulness and guided meditation at MeditateWay."},{name:"Neha Mehta",description:"Neha Mehta is a yoga instructor and meditation facilitator with a rich background in Ayurveda. She designs programs that integrate mindful movement with guided meditation, helping individuals achieve holistic wellness and reduce stress.",meta_title:"Neha Mehta - Yoga Instructor and Meditation Facilitator",meta_description:"Join Neha Mehta, a yoga instructor and meditation facilitator, as she shares her techniques for stress reduction and holistic wellness at MeditateWay."},{name:"Rajesh Kumar",description:"Rajesh Kumar is a spiritual coach and meditation guide specializing in ancient Indian meditation techniques. He has transformed countless lives through his teachings focused on peace, self-awareness, and inner tranquility, making him a respected figure in the meditation community.",meta_title:"Rajesh Kumar - Spiritual Coach and Meditation Guide",meta_description:"Explore the spiritual journey with Rajesh Kumar, an expert on ancient Indian meditation techniques for peace and self-awareness at MeditateWay."},{name:"Sophie Iyer",description:"Sophie Iyer is a mindfulness educator and community advocate passionate about mental health initiatives. Her engaging content revolves around incorporating mindfulness into daily routines to combat anxiety and stress effectively.",meta_title:"Sophie Iyer - Mindfulness Educator and Community Advocate",meta_description:"Discover mindfulness routines with Sophie Iyer, a passionate educator and advocate for mental health through meditation at MeditateWay."},{name:"Koel Sen",description:"Koel Sen is a meditation practitioner and focused on empowering individuals through guided meditation for personal growth. With her unique perspective rooted in Indian traditions, she offers workshops and writing that inspire mindfulness in everyday life.",meta_title:"Koel Sen - Meditation Practitioner and Empowerment Coach",meta_description:"Learn about personal growth through guided meditation with Koel Sen, an esteemed practitioner focusing on mindfulness practices at MeditateWay."},{name:"Deepak Chopra",description:"Deepak Chopra is a renowned author, speaker, and physician, best known for his contributions to the fields of alternative medicine and mind-body healing. With over 90 books to his name, many of which have become bestsellers, he focuses on the integration of meditation and mindfulness for personal well-being. His expertise spans various subjects, including anxiety relief, stress management, and holistic health.",meta_title:"Deepak Chopra - Mindfulness and Meditation Expert | MeditateWay",meta_description:"Explore insights from Deepak Chopra, a leading voice in meditation and holistic health. Discover his articles on mindfulness, sleep, anxiety, and stress management at MeditateWay."},{name:"Sadhguru Jaggi Vasudev",description:"Sadhguru is a yogi, mystic, and author whose work emphasizes the importance of inner well-being through meditation and mindfulness practices. Founder of the Isha Foundation, he has dedicated his life to raising human consciousness and addressing societal issues. His practical advice on stress and anxiety is rooted in ancient wisdom blended with modern understanding.",meta_title:"Sadhguru - Yogi and Mindfulness Advocate | MeditateWay",meta_description:"Join Sadhguru on a journey of inner transformation through mindfulness and meditation. Read his expert articles on managing stress, anxiety, and enhancing sleep at MeditateWay."},{name:"Pema Chödrön",description:"Pema Chödrön, an American-born Tibetan Buddhist nun, brings a unique perspective to meditation and mindfulness, infusing Buddhist principles with practical advice. Her teachings focus on bringing awareness to the present moment, overcoming anxiety, and transforming suffering into compassion. Pema's compassionate approach resonates with many seeking inner peace and clarity.",meta_title:"Pema Chödrön - Buddhist Nun and Mindfulness Teacher | MeditateWay",meta_description:"Discover meditation techniques and insights from Pema Chödrön, as she guides you through mindfulness practices for anxiety, stress, and sleep at MeditateWay."},{name:"Sukhraj Singh",description:"Sukhraj Singh is a mindfulness coach and author specializing in guided meditation techniques tailored for anxiety and stress relief. With over a decade of experience in the wellness industry, he offers practical insights that merge modern psychology with traditional meditation practices. His compassionate style helps individuals navigate life's challenges with ease.",meta_title:"Sukhraj Singh - Mindfulness Coach and Meditation Expert | MeditateWay",meta_description:"Learn from Sukhraj Singh, a mindfulness coach focused on guided meditation for stress and anxiety relief. Explore his articles for practical techniques at MeditateWay."},{name:"Radhanath Swami",description:"Radhanath Swami is a spiritual leader and author whose teachings on meditation emphasize the importance of mindfulness and connection with the self. He has spent over four decades exploring spiritual practices and promotes a holistic approach to mental health, intertwining meditation with everyday life to manage stress and anxiety.",meta_title:"Radhanath Swami - Spiritual Leader and Mindfulness Advocate | MeditateWay",meta_description:"Delve into the teachings of Radhanath Swami, a prominent figure in meditation and mindfulness, as he shares insights for overcoming stress and anxiety at MeditateWay."},{name:"Gaur Gopal Das",description:"Gaur Gopal Das is a motivational speaker and lifestyle coach who integrates ancient Indian philosophy with modern-day challenges. His discussions focus on mindfulness, mental well-being, and inner peace, offering readers practical advice on dealing with stress and anxiety. Gaur's relatable style makes his teachings accessible to a wide audience.",meta_title:"Gaur Gopal Das - Motivational Speaker and Meditation Mentor | MeditateWay",meta_description:"Join Gaur Gopal Das as he shares motivational insights and techniques for mindfulness and meditation to help combat stress and anxiety at MeditateWay."},{name:"Chittaranjan Das",description:"Chittaranjan Das, a wellness educator and author, promotes mindfulness and meditation as effective tools for managing anxiety and stress. With a background in psychology and alternative therapies, he combines traditional and modern practices to help individuals enhance their mental health and achieve a balanced state of mind.",meta_title:"Chittaranjan Das - Wellness Educator and Meditation Specialist | MeditateWay",meta_description:"Discover the insights of Chittaranjan Das, a wellness educator dedicated to mindfulness and meditation practices for stress relief and mental clarity at MeditateWay."},{name:"Anita Moorjani",description:"Anita Moorjani is an author and inspirational speaker who shares her life-changing experiences and insights on healing through self-love and meditation. Her work emphasizes the importance of mindfulness in overcoming stress and anxiety, encouraging readers to embrace their true selves to foster inner peace and wellness.",meta_title:"Anita Moorjani - Author and Healing Advocate | MeditateWay",meta_description:"Explore the transformative insights of Anita Moorjani on self-love, meditation, and mindfulness for managing anxiety and stress at MeditateWay."},{name:"Vishen Lakhiani",description:"Vishen Lakhiani is the founder of Mindvalley and an advocate for personal growth through mindfulness and meditation. His innovative approach combines various techniques that aim to reduce stress and enhance overall well-being. Through his writings, he provides actionable tips for incorporating mindfulness into daily life.",meta_title:"Vishen Lakhiani - Mindfulness and Personal Growth Advocate | MeditateWay",meta_description:"Join Vishen Lakhiani on a journey of personal growth through meditation and mindfulness. Discover tips for stress relief and mental clarity at MeditateWay."},{name:"Seema Kumar",description:"Seema Kumar is a mental health advocate and meditation teacher who focuses on helping individuals achieve mindfulness for improved well-being. With years of experience in mental health counseling, she offers practical techniques to combat anxiety and stress while promoting a balanced lifestyle through meditation.",meta_title:"Seema Kumar - Mental Health Advocate and Meditation Teacher | MeditateWay",meta_description:"Learn from Seema Kumar, a mental health advocate dedicated to promoting mindfulness and meditation for stress reduction and emotional well-being at MeditateWay."},{name:"Sanjay Gupta",description:"Sanjay Gupta is a mindfulness coach and author with over a decade of experience in meditation practices. He hails from Rishikesh, the yoga capital of the world, and incorporates ancient techniques with modern practices to help individuals manage stress and anxiety.",meta_title:"Sanjay Gupta - Mindfulness Coach and Meditation Expert",meta_description:"Explore the journey of Sanjay Gupta, a Rishikesh-based mindfulness coach specializing in guided meditation techniques to enhance mental well-being and alleviate stress."},{name:"Anita Sharma",description:"Anita Sharma is a clinical psychologist and certified yoga instructor dedicated to promoting mental health through guided meditation. With extensive training in mindfulness and relaxation techniques, she helps her clients find peace in their busy lives.",meta_title:"Anita Sharma - Clinical Psychologist and Yoga Instructor",meta_description:"Join Anita Sharma, a clinical psychologist and yoga instructor, as she guides you through meditative practices aimed at enhancing mindfulness and reducing anxiety."},{name:"Rajesh Mehta",description:"Rajesh Mehta is a renowned life coach and meditation teacher who empowers individuals to navigate daily challenges with grace. His workshops focus on techniques for stress reduction and improving sleep quality through guided meditation.",meta_title:"Rajesh Mehta - Life Coach and Meditation Teacher",meta_description:"Discover the teachings of Rajesh Mehta, a life coach dedicated to helping you cultivate mindfulness and enhance sleep through tailored guided meditation sessions."},{name:"Priya Kapoor",description:"Priya Kapoor is an award-winning author and meditation facilitator with over five years of experience in helping individuals embrace mindfulness. Her articles often reflect her unique perspectives on overcoming anxiety through meditation.",meta_title:"Priya Kapoor - Author and Meditation Facilitator",meta_description:"Learn from Priya Kapoor, an award-winning author, as she shares her insights and guided meditation practices to help you manage anxiety and enhance mindfulness."},{name:"Arjun Desai",description:"Arjun Desai is a digital wellness advocate and meditation expert who specializes in helping professionals reduce work-related stress. With years of experience in corporate wellness programs, he offers practical meditation techniques that fit into a busy schedule.",meta_title:"Arjun Desai - Digital Wellness Advocate and Meditation Expert",meta_description:"Meet Arjun Desai, a digital wellness advocate focused on integrating mindful practices into busy work lives through effective guided meditation."},{name:"Neha Singh",description:"Neha Singh is a meditation instructor and passionate advocate for mental well-being. With a background in psychology, she focuses on utilizing guided meditation for enhancing sleep quality and reducing anxiety.",meta_title:"Neha Singh - Meditation Instructor and Mental Wellness Advocate",meta_description:"Join Neha Singh, a meditation instructor with a focus on mental wellness, for insightful practices designed to improve sleep and alleviate stress."},{name:"Karan Patel",description:"Karan Patel is a holistic wellness coach and meditation practitioner specializing in stress relief and mindfulness. His diverse background in traditional Indian healing systems equips him to bring a unique approach to modern meditation techniques.",meta_title:"Karan Patel - Holistic Wellness Coach and Meditation Practitioner",meta_description:"Discover holistic techniques with Karan Patel, a wellness coach specializing in meditation practices that aim to relieve stress and promote overall well-being."},{name:"Rita Varma",description:"Rita Varma is a certified mindfulness practitioner who dedicates herself to helping individuals cultivate inner peace. With experience in group meditation sessions and one-on-one coaching, she provides transformative guided meditation experiences.",meta_title:"Rita Varma - Certified Mindfulness Practitioner",meta_description:"Engage with Rita Varma, a certified mindfulness practitioner, and explore her guided meditation techniques focused on achieving inner peace and stress relief."},{name:"Vikram Choudhary",description:"Vikram Choudhary is an educator and meditation expert with a focus on integrating mindfulness practices into educational settings. His workshops aim to develop stress management techniques for students and professionals alike.",meta_title:"Vikram Choudhary - Educator and Meditation Expert",meta_description:"Join Vikram Choudhary, an educator specialized in mindfulness, as he guides you through meditation practices tailored for stress relief and enhanced focus."},{name:"Meera Nair",description:"Meera Nair is a former attorney turned mindfulness educator known for her transformative guided meditation sessions. With a passion for helping people navigate high-pressure environments, she uses meditation to promote relaxation and mental clarity.",meta_title:"Meera Nair - Mindfulness Educator and Guided Meditation Specialist",meta_description:"Transform your mental wellness with Meera Nair, an experienced mindfulness educator offering guided meditation to reduce stress and enhance clarity."},{name:"Ravi Sharma",description:"Ravi Sharma is a meditation coach based in India with over a decade of experience in mindfulness practices. With certifications from leading meditation institutes, he has helped thousands of individuals manage stress, anxiety, and improve their sleep through guided meditations.",meta_title:"Ravi Sharma - Mindfulness and Meditation Expert",meta_description:"Discover the calming insights of Ravi Sharma, a meditation coach with over 10 years of experience in helping people navigate stress, anxiety, and sleep issues through his expert-guided meditations."},{name:"Anjali Kapoor",description:"Anjali Kapoor is a wellness writer and mindfulness facilitator with a background in psychology. Her articles often explore the intersection of mental wellness and meditation, providing readers with practical tools to enhance their mindfulness practice.",meta_title:"Anjali Kapoor - Wellness Writer and Mindfulness Specialist",meta_description:"Explore the works of Anjali Kapoor, a writer specializing in mindfulness and mental wellness, as she shares insightful articles on managing stress and anxiety through guided meditation."},{name:"Vikram Mehta",description:"Vikram Mehta is a seasoned mindfulness and meditation instructor recognized for his innovative approach to mindfulness. His extensive training and personal research into ancient Indian practices inform his contemporary teachings.",meta_title:"Vikram Mehta - Innovator in Mindfulness and Meditation",meta_description:"Learn from Vikram Mehta, an innovative meditation instructor offering fresh perspectives and techniques for achieving mindfulness and serenity in daily life."},{name:"Sonia Das",description:"Sonia Das is an expert in Ayurvedic wellness and guided meditation. She combines ancient wisdom with modern techniques to help alleviate anxiety and improve sleep quality, providing a holistic approach to mental health.",meta_title:"Sonia Das - Ayurvedic Wellness and Meditation Expert",meta_description:"Join Sonia Das on a journey of holistic well-being as she shares her expertise in Ayurveda and guided meditation to help you manage stress and achieve a peaceful mind."},{name:"Neelam Singh",description:"Neelam Singh is a certified breathwork instructor and meditation teacher known for her dynamic meditation workshops. With years of experience, she specializes in helping users access deep relaxation and mindfulness through innovative techniques.",meta_title:"Neelam Singh - Breathwork and Meditation Teacher",meta_description:"Discover the transformative power of breathwork and meditation with Neelam Singh, a renowned teacher dedicated to guiding you toward deeper mindfulness and relaxation."},{name:"Rajesh Gupta",description:"Rajesh Gupta is a life coach and mindfulness author focused on stress management through meditation practices. His engaging writing style brings a unique understanding of mental health and personal growth.",meta_title:"Rajesh Gupta - Life Coach and Mindfulness Author",meta_description:"Enhance your mindfulness journey with insights from Rajesh Gupta, a life coach specializing in stress reduction and meditation practices tailored for personal growth."},{name:"Isha Patel",description:"Isha Patel is a mental health advocate and mindfulness author with a passion for helping others find peace through guided meditation. Her work encompasses various meditation styles and personal development techniques.",meta_title:"Isha Patel - Mental Health Advocate and Mindfulness Writer",meta_description:"Explore Isha Patel's writings on guided meditation and mental health, focusing on techniques that empower individuals to conquer anxiety and improve sleep."},{name:"Arjun Chatterjee",description:"Arjun Chatterjee, a psychiatrist with a deep interest in meditation, utilizes his medical background to write informative articles on mindfulness and mental health integration. His deep insights bridge science and spirituality.",meta_title:"Arjun Chatterjee - Psychiatrist and Meditation Advocate",meta_description:"Discover the unique perspective of Arjun Chatterjee as a psychiatrist who integrates meditation and mindfulness into mental health practices to promote overall well-being."},{name:"Kiran Rao",description:"Kiran Rao is a renowned motivational speaker and meditation mentor specializing in workplace mindfulness. Through her articles, she provides actionable insights on enhancing productivity and reducing stress in professional environments.",meta_title:"Kiran Rao - Workplace Mindfulness and Meditation Mentor",meta_description:"Learn from Kiran Rao's expertise in workplace mindfulness and meditation, as she shares strategies to create a stress-free work environment and enhance productivity."},{name:"Sarah Peterson",description:"Sarah Peterson is a certified meditation instructor and mindfulness coach with over 10 years of experience in guiding individuals towards inner peace and emotional resilience. She specializes in techniques for managing anxiety and enhancing sleep quality through guided meditation. Her articles also explore the integration of mindfulness practices into daily life.",meta_title:"Sarah Peterson - Mindfulness Expert & Meditation Instructor at MeditateWay",meta_description:"Explore articles by Sarah Peterson, a certified meditation instructor, focused on mindfulness techniques for anxiety, stress relief, and improving sleep at MeditateWay."},{name:"James O’Connor",description:"James O’Connor is a renowned author and speaker on mindfulness and personal development. With a background in psychology, he has dedicated the last 15 years to researching the effects of meditation on the human mind. His work is widely published and he aims to help others find calm and clarity in their lives.",meta_title:"James O’Connor - Mindfulness Advocate & Author at MeditateWay",meta_description:"Read insightful articles by James O’Connor on the transformative power of mindfulness and meditation for a balanced, stress-free life, exclusively at MeditateWay."},{name:"Ananya Singh",description:"Ananya Singh is an Ayurvedic wellness coach and meditation facilitator from India. With a focus on holistic health, she provides guidance on stress management and improved sleep through traditional practices. Her unique perspective blends ancient wisdom with modern mindfulness methods.",meta_title:"Ananya Singh - Ayurvedic Wellness Coach & Meditation Facilitator at MeditateWay",meta_description:"Discover the holistic approach to mindfulness and stress relief with Ananya Singh's articles at MeditateWay, combining Ayurveda and modern techniques."},{name:"Michael Brown",description:"Michael Brown is a corporate wellness consultant and mindfulness trainer with a decade of experience in implementing mindfulness programs in workplace settings. His practical approach helps organizations reduce stress and increase productivity through guided meditation.",meta_title:"Michael Brown - Corporate Mindfulness Consultant at MeditateWay",meta_description:"Learn from Michael Brown, a corporate wellness consultant, as he shares effective mindfulness strategies for reducing workplace stress at MeditateWay."},{name:"Elena Rodriguez",description:"Elena Rodriguez is a licensed therapist and meditation coach with a focus on anxiety reduction and emotional wellness. With countless success stories, she shares guided techniques that empower individuals to overcome stress and anxiety through self-reflection and mindfulness.",meta_title:"Elena Rodriguez - Therapist & Meditation Coach at MeditateWay",meta_description:"Read articles by Elena Rodriguez, a licensed therapist providing effective meditation techniques for anxiety and stress relief at MeditateWay."},{name:"David Chen",description:"David Chen is a mindfulness educator and public speaker who has taught mindfulness meditation around the globe for over 12 years. His articles delve into the science of meditation and offer practical tips for integrating mindfulness into everyday life.",meta_title:"David Chen - Global Mindfulness Educator at MeditateWay",meta_description:"Explore the science and practice of mindfulness with David Chen, a global educator sharing insights and tips for stress relief at MeditateWay."},{name:"Aisha Khan",description:"Aisha Khan is a mindfulness trainer who specializes in sleep meditation techniques. With a Master’s in Psychology, she blends her knowledge of mental health with meditation practices to help individuals sleep better and manage stress effectively.",meta_title:"Aisha Khan - Sleep Meditation Specialist at MeditateWay",meta_description:"Join Aisha Khan as she shares sleep meditation techniques and mindfulness practices for stress relief and improved sleep at MeditateWay."},{name:"Nathan Smith",description:"Nathan Smith is a best-selling author and mindfulness coach dedicated to helping people find balance in their busy lives. He focuses on work-related stress and offers guided meditation techniques to enhance focus and productivity.",meta_title:"Nathan Smith - Mindfulness Author & Coach at MeditateWay",meta_description:"Discover productivity-enhancing meditation strategies with Nathan Smith, a best-selling author and mindfulness coach at MeditateWay."},{name:"Lila Thompson",description:"Lila Thompson is a professional yoga instructor and guided meditation specialist. She combines yoga practices with meditation techniques to promote holistic well-being for managing stress and anxiety. Her unique style encourages individuals to connect with their breath.",meta_title:"Lila Thompson - Yoga & Meditation Specialist at MeditateWay",meta_description:"Explore the intersection of yoga and meditation with Lila Thompson, sharing effective practices for stress management and mental clarity at MeditateWay."},{name:"Oscar Martinez",description:"Oscar Martinez is a lifestyle blogger and mindfulness educator who emphasizes the importance of self-care through meditation. His engaging writing offers relatable insights and practical advice on how to manage anxiety and improve sleep in today’s fast-paced world.",meta_title:"Oscar Martinez - Mindfulness Lifestyle Blogger at MeditateWay",meta_description:"Join Oscar Martinez as he shares relatable insights and practical advice on mindfulness and self-care for anxiety and sleep at MeditateWay."},{name:"Sarah Johnson",description:"Sarah Johnson is a certified mindfulness coach and meditation teacher with over 10 years of experience in guiding individuals towards achieving mental clarity and emotional balance. She has worked with diverse groups, from corporate teams to university students, helping them unlock the transformative power of mindfulness.",meta_title:"Sarah Johnson | Mindfulness Coach at MeditateWay",meta_description:"Discover the insights and techniques of Sarah Johnson, a mindfulness coach with over a decade of experience in meditation and stress management at MeditateWay."},{name:"Daniel Lee",description:"Daniel Lee is a holistic wellness practitioner and author focusing on sleep and anxiety management through guided meditation. With a background in psychology and wellness coaching, Daniel brings a unique perspective to his teachings, aiding individuals in overcoming insomnia and stress.",meta_title:"Daniel Lee | Sleep and Anxiety Expert at MeditateWay",meta_description:"Explore the calming strategies of Daniel Lee, a wellness coach specializing in guided meditation for sleep and anxiety at MeditateWay."},{name:"Amara Patel",description:"Amara Patel is an experienced yoga and meditation instructor known for her engaging and nurturing approach to stress relief and mindfulness practices. With certifications in various meditation techniques, she empowers individuals through tailored guided meditations.",meta_title:"Amara Patel | Yoga and Meditation Instructor at MeditateWay",meta_description:"Join Amara Patel on a journey of relaxation and mindfulness through her personalized guided meditations at MeditateWay."},{name:"Tomás Reyes",description:"Tomás Reyes is a mindfulness advocate and author from Spain, who specializes in using guided meditation to promote productivity and mental wellness in the workplace. His workshops have helped teams improve focus and reduce stress in corporate environments.",meta_title:"Tomás Reyes | Workplace Mindfulness Expert at MeditateWay",meta_description:"Learn from Tomás Reyes, an expert in workplace mindfulness through guided meditation, at MeditateWay."},{name:"Lila Moreau",description:"Lila Moreau is a passionate mental health advocate and guided meditation author from Brazil, dedicated to helping individuals cope with anxiety and stress. Through her compassionate approach, she provides tools and techniques for emotional resilience.",meta_title:"Lila Moreau | Mental Health Advocate at MeditateWay",meta_description:"Meet Lila Moreau, a guided meditation author dedicated to anxiety management and emotional resilience at MeditateWay."},{name:"Henry Kim",description:"Henry Kim is a meditation facilitator and writer based in Korea, focusing on the transformational power of mindfulness. With over 15 years in the field, Henry offers practical guidance for those seeking balance in their busy lives.",meta_title:"Henry Kim | Mindfulness Facilitator at MeditateWay",meta_description:"Unlock the secrets of mindfulness with Henry Kim, a seasoned meditation facilitator at MeditateWay."},{name:"Emma Stone",description:"Emma Stone is an international speaker and meditation author from Canada, specializing in techniques for sleep and relaxation. Her engaging writing and workshops empower readers to embrace mindfulness practices as part of their everyday lives.",meta_title:"Emma Stone | Sleep and Relaxation Author at MeditateWay",meta_description:"Explore the world of sleep and relaxation with Emma Stone, an influential meditation author at MeditateWay."},{name:"Raj Malhotra",description:"Raj Malhotra is a seasoned wellness coach and guided meditation expert from India. His rich knowledge of traditional and modern meditation techniques enables him to create powerful guided practices for anxiety reduction and stress management.",meta_title:"Raj Malhotra | Guided Meditation Expert at MeditateWay",meta_description:"Discover the transformative meditative practices of Raj Malhotra, a guided meditation expert at MeditateWay."},{name:"Nina Thompson",description:"Nina Thompson is a clinical psychologist and mindfulness practitioner with over 20 years of experience in addressing stress and anxiety through meditation. Her evidence-based approach combines psychology with meditation for holistic mental wellness.",meta_title:"Nina Thompson | Clinical Psychologist and Mindfulness Practitioner at MeditateWay",meta_description:"Gain insights into anxiety and stress relief from Nina Thompson, a clinical psychologist and mindfulness practitioner at MeditateWay."},{name:"Luca Giovanni",description:"Luca Giovanni is an Italian meditation coach focused on creativity and self-expression through mindfulness. With a background in art therapy, he integrates artistic practices with guided meditation to foster personal growth.",meta_title:"Luca Giovanni | Creativity and Mindfulness Coach at MeditateWay",meta_description:"Unleash your creativity with the guidance of Luca Giovanni, a meditation coach at MeditateWay."}],t=a.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:{title:i.meta_title,description:i.meta_description}})),{});exports.AUTHORS_INFO=a,exports.AUTHORS_META=t,exports.PAGES_SEO=i;
@@ -0,0 +1 @@
1
+ :root{--gray-4-a:rgba(0,0,0,0.45);--text-secondary:rgba(0,0,0,0.65);--text-primary:rgba(0,0,0,0.88);--border-color-border-secondary:#F0F0F0;--background-color-bg-base:#FFF;}
@@ -0,0 +1 @@
1
+ :root{--font-size-xx-small:0.625rem;--font-size-x-small:0.75rem;--font-size-small:0.875rem;--font-size-medium:1rem;--font-size-large:1.25rem;--font-size-x-large:1.5rem;--font-size-xx-large:2rem;--h1-font-size:38px;--h1-line-height:46px;--h2-font-size:30px;--h2-line-height:38px;--h3-font-size:24px;--h3-line-height:32px;--h4-font-size:20px;--h4-line-height:28px;--h5-font-size:16px;--h5-line-height:24px;}
@@ -0,0 +1 @@
1
+ html,body,#root {height:100%;width:100%;}body {display:flex;flex-direction:column;align-items:center;margin:0;padding:0;background-color:var(--background-color-bg-base);}#___gatsby {width:100%;}.ant-app {height:100%;}.ant-dropdown-menu,.ant-select-dropdown,.ant-select-selector,.ant-popover-inner {border-radius:8px!important;}
@@ -0,0 +1 @@
1
+ :root{--gap-lg:24px;--gap-md:16px;--gap-sm:12px;--gap-xs:8px;--gap-xss:4px;--padding-lg:24px;--padding-md:16px;--padding-sm:12px;--padding-xs:8px;--padding-xss:4px;--margin-hg:36px;--margin-lg:24px;--margin-md:16px;--margin-sm:12px;--margin-xs:8px;--margin-xss:4px;}
@@ -0,0 +1 @@
1
+ :root {--theme-color-9:#0a4d68;--theme-color-8:#0a9ebe;--theme-color-7:#1ab7d1;--theme-color-6:#5bdbe3;--theme-color-5:#85e4eb;--theme-color-3:#a4e4ed;--theme-color-2:#d1f0f4;--color-bg-layout:#f0f4f8;--color-bg-hover:#e0e4e8;--article-border-radius:25px;--btn-border-radius:15px;--category-border-radius:20px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -262,7 +262,7 @@ export declare const dataStructure: {
262
262
  export declare const authors: Record<string, string>;
263
263
  export declare const authorsNames: string[];
264
264
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83E\uDDD8\u200D\u2640\uFE0F\uD83C\uDF19\uD83D\uDE0C\uD83D\uDCBC";
265
- export declare const categories: ("mindfulnessMeditation" | "stressReduction" | "sleepEnhancement" | "anxietyManagement" | "focusAndProductivity" | "personalWellnessJourneys" | "resourcesAndTools")[];
265
+ export declare const categories: ("mindfulnessMeditation" | "focusAndProductivity" | "stressReduction" | "sleepEnhancement" | "anxietyManagement" | "personalWellnessJourneys" | "resourcesAndTools")[];
266
266
  export declare const subcategories: string[];
267
267
  export declare const subsubcategories: string[];
268
268
  export type Category = keyof typeof dataStructure;
@@ -177,7 +177,7 @@ export declare const dataStructure: {
177
177
  export declare const authors: Record<string, string>;
178
178
  export declare const authorsNames: string[];
179
179
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83E\uDDD8\u200D\u2642\uFE0F\uD83D\uDE34\uD83D\uDE0C\uD83C\uDF3F";
180
- export declare const categories: ("mindfulnessMeditation" | "stressManagement" | "sleepMeditation" | "anxietyRelief" | "workProductivity" | "otherCategories")[];
180
+ export declare const categories: ("mindfulnessMeditation" | "sleepMeditation" | "stressManagement" | "anxietyRelief" | "workProductivity" | "otherCategories")[];
181
181
  export declare const subcategories: string[];
182
182
  export declare const subsubcategories: string[];
183
183
  export type Category = keyof typeof dataStructure;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tedo-publisher",
3
- "version": "1.3.253",
3
+ "version": "1.3.255",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [