tedo-publisher 1.3.381 → 1.3.382

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. package/dist/aviarynow/data.d.ts +248 -0
  2. package/dist/aviarynow/data.js +1 -0
  3. package/dist/aviarynow/filters.d.ts +28 -0
  4. package/dist/aviarynow/filters.js +1 -0
  5. package/dist/aviarynow/helpers.d.ts +3 -0
  6. package/dist/aviarynow/helpers.js +1 -0
  7. package/dist/aviarynow/index.d.ts +15 -0
  8. package/dist/aviarynow/index.js +1 -0
  9. package/dist/aviarynow/prompts/data.d.ts +7 -0
  10. package/dist/aviarynow/prompts/data.js +1 -0
  11. package/dist/aviarynow/prompts/gpt35turbo/articles.d.ts +6 -0
  12. package/dist/aviarynow/prompts/gpt35turbo/articles.js +1 -0
  13. package/dist/aviarynow/prompts/gpt4oMini/articles.d.ts +6 -0
  14. package/dist/aviarynow/prompts/gpt4oMini/articles.js +1 -0
  15. package/dist/aviarynow/prompts/images.d.ts +4 -0
  16. package/dist/aviarynow/prompts/images.js +1 -0
  17. package/dist/aviarynow/seo.d.ts +23 -0
  18. package/dist/aviarynow/seo.js +1 -0
  19. package/dist/aviarynow/styles/colors.css +1 -0
  20. package/dist/aviarynow/styles/fonts.css +1 -0
  21. package/dist/aviarynow/styles/global.css +1 -0
  22. package/dist/aviarynow/styles/sizing.css +1 -0
  23. package/dist/aviarynow/styles/theme.css +1 -0
  24. package/dist/aviarynow/styles/vars.css +1 -0
  25. package/dist/luxebathe/data.d.ts +14 -0
  26. package/dist/luxebathe/data.js +1 -0
  27. package/dist/luxebathe/filters.d.ts +28 -0
  28. package/dist/luxebathe/filters.js +1 -0
  29. package/dist/luxebathe/helpers.d.ts +3 -0
  30. package/dist/luxebathe/helpers.js +1 -0
  31. package/dist/luxebathe/index.d.ts +15 -0
  32. package/dist/luxebathe/index.js +1 -0
  33. package/dist/luxebathe/prompts/data.d.ts +7 -0
  34. package/dist/luxebathe/prompts/data.js +1 -0
  35. package/dist/luxebathe/prompts/gpt35turbo/articles.d.ts +6 -0
  36. package/dist/luxebathe/prompts/gpt35turbo/articles.js +1 -0
  37. package/dist/luxebathe/prompts/gpt4oMini/articles.d.ts +6 -0
  38. package/dist/luxebathe/prompts/gpt4oMini/articles.js +1 -0
  39. package/dist/luxebathe/prompts/images.d.ts +4 -0
  40. package/dist/luxebathe/prompts/images.js +1 -0
  41. package/dist/luxebathe/seo.d.ts +23 -0
  42. package/dist/luxebathe/seo.js +1 -0
  43. package/dist/luxebathe/styles/colors.css +1 -0
  44. package/dist/luxebathe/styles/fonts.css +1 -0
  45. package/dist/luxebathe/styles/global.css +1 -0
  46. package/dist/luxebathe/styles/sizing.css +1 -0
  47. package/dist/luxebathe/styles/theme.css +1 -0
  48. package/dist/luxebathe/styles/vars.css +1 -0
  49. package/package.json +1 -1
@@ -0,0 +1,248 @@
1
+ export declare const dataStructure: {
2
+ petBirdCare: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ nutritionGuidelines: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ habitatSetup: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ healthCare: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ groomingTips: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ ownerResponsibilities: {
32
+ title: string;
33
+ description: string;
34
+ slug: string;
35
+ children: null;
36
+ };
37
+ other: {
38
+ title: string;
39
+ description: string;
40
+ slug: string;
41
+ children: null;
42
+ };
43
+ };
44
+ };
45
+ birdSpecies: {
46
+ title: string;
47
+ description: string;
48
+ slug: string;
49
+ children: {
50
+ parrots: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ canaries: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ finches: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ budgerigars: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ cockatiels: {
75
+ title: string;
76
+ description: string;
77
+ slug: string;
78
+ children: null;
79
+ };
80
+ other: {
81
+ title: string;
82
+ description: string;
83
+ slug: string;
84
+ children: null;
85
+ };
86
+ };
87
+ };
88
+ trainingAndBehavior: {
89
+ title: string;
90
+ description: string;
91
+ slug: string;
92
+ children: {
93
+ trainingTechniques: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ behaviorUnderstanding: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ tricksAndGames: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ socializationTips: {
112
+ title: string;
113
+ description: string;
114
+ slug: string;
115
+ children: null;
116
+ };
117
+ other: {
118
+ title: string;
119
+ description: string;
120
+ slug: string;
121
+ children: null;
122
+ };
123
+ };
124
+ };
125
+ bondingWithBirds: {
126
+ title: string;
127
+ description: string;
128
+ slug: string;
129
+ children: {
130
+ emotionalBonds: {
131
+ title: string;
132
+ description: string;
133
+ slug: string;
134
+ children: null;
135
+ };
136
+ interactiveActivities: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ communicationMethods: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ responsibleOwnership: {
149
+ title: string;
150
+ description: string;
151
+ slug: string;
152
+ children: null;
153
+ };
154
+ other: {
155
+ title: string;
156
+ description: string;
157
+ slug: string;
158
+ children: null;
159
+ };
160
+ };
161
+ };
162
+ birdEntertainment: {
163
+ title: string;
164
+ description: string;
165
+ slug: string;
166
+ children: {
167
+ uniqueBirdTraits: {
168
+ title: string;
169
+ description: string;
170
+ slug: string;
171
+ children: null;
172
+ };
173
+ quirkyAnecdotes: {
174
+ title: string;
175
+ description: string;
176
+ slug: string;
177
+ children: null;
178
+ };
179
+ birdWatchingActivities: {
180
+ title: string;
181
+ description: string;
182
+ slug: string;
183
+ children: null;
184
+ };
185
+ toysAndEnrichment: {
186
+ title: string;
187
+ description: string;
188
+ slug: string;
189
+ children: null;
190
+ };
191
+ other: {
192
+ title: string;
193
+ description: string;
194
+ slug: string;
195
+ children: null;
196
+ };
197
+ };
198
+ };
199
+ birdBreedingAndGenetics: {
200
+ title: string;
201
+ description: string;
202
+ slug: string;
203
+ children: {
204
+ breedingBasics: {
205
+ title: string;
206
+ description: string;
207
+ slug: string;
208
+ children: null;
209
+ };
210
+ geneticConsiderations: {
211
+ title: string;
212
+ description: string;
213
+ slug: string;
214
+ children: null;
215
+ };
216
+ incubationAndHatching: {
217
+ title: string;
218
+ description: string;
219
+ slug: string;
220
+ children: null;
221
+ };
222
+ caretakerRoles: {
223
+ title: string;
224
+ description: string;
225
+ slug: string;
226
+ children: null;
227
+ };
228
+ other: {
229
+ title: string;
230
+ description: string;
231
+ slug: string;
232
+ children: null;
233
+ };
234
+ };
235
+ };
236
+ };
237
+ export declare const authors: Record<string, string>;
238
+ export declare const authorsNames: string[];
239
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83D\uDC26\uD83D\uDD4A\uFE0F\uD83C\uDF08\uD83D\uDCDA";
240
+ export declare const categories: ("petBirdCare" | "birdSpecies" | "trainingAndBehavior" | "bondingWithBirds" | "birdEntertainment" | "birdBreedingAndGenetics")[];
241
+ export declare const subcategories: string[];
242
+ export declare const subsubcategories: string[];
243
+ export type Category = keyof typeof dataStructure;
244
+ export type CategoryNode = (typeof dataStructure)[Category];
245
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
246
+ export declare const startDate = "2024-08-09T00:00:00Z";
247
+ export declare const devBucketName = "idn-aviarynow-dev";
248
+ export declare const prodBucketName = "idn-aviarynow";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={petBirdCare:{title:"Comprehensive Guide to Pet Bird Care 🦜",description:"Explore essential guidelines for pet bird care at AviaryNow. Learn about nutrition, health, habitat setup, grooming, and responsibilities for happy birds! 🌈",slug:"pet-bird-care",children:{nutritionGuidelines:{title:"Essential Nutrition Guidelines for Healthy Pet Birds 🍽️🦜",description:"Discover the best nutrition guidelines to ensure your pet bird enjoys a balanced diet. Keep them healthy and happy with essential feeding tips! 🌟",slug:"nutrition-guidelines",children:null},habitatSetup:{title:"Creating the Perfect Habitat for Your Pet Bird 🏠🌿",description:"Learn how to set up a comfortable and stimulating habitat for your pet bird. Enjoy tips on space, enrichment, and safety for your feathered friend! 🌞",slug:"habitat-setup",children:null},healthCare:{title:"Health Care Essentials for Your Pet Bird 🩺🐦",description:"Find crucial health care information to keep your pet bird in optimal condition. Discover tips on veterinary care, illness prevention, and health checks! 🌼",slug:"health-care",children:null},groomingTips:{title:"Grooming Tips for Your Feathered Friend 🌟✂️",description:"Get expert grooming tips for your pet bird to ensure their feathers and beak look great! Learn how to make grooming a stress-free experience for your bird. 💖",slug:"grooming-tips",children:null},ownerResponsibilities:{title:"Understanding Owner Responsibilities for Pet Bird Care 🐦❤️",description:"Gain insights into the essential responsibilities of being a pet bird owner. From socialization to care, learn what it takes to keep your bird thriving! 🏡",slug:"owner-responsibilities",children:null},other:{title:"Additional Resources for Pet Bird Enthusiasts 📚🦜",description:"Explore a collection of additional resources related to pet birds. Find entertaining articles and useful tips that enhance your bird-keeping journey! ✨",slug:"other",children:null}}},birdSpecies:{title:"Explore Diverse Bird Species: Care & Fun Facts 🦜",description:"Dive into the wonderful world of bird species with insights on care, behaviors, and interesting facts at AviaryNow. 🐦",slug:"bird-species",children:{parrots:{title:"All About Parrots: Smart and Colorful Companions 🌈",description:"Discover the vibrant world of parrots, their remarkable intelligence, and the care they require to thrive. 🦜❤️",slug:"parrots",children:null},canaries:{title:"Canaries: The Charming Singers of the Avian World 🎶",description:"Learn about the delightful canaries, their melodious songs, and tips for their care. Embrace the joy they bring! 🐤💛",slug:"canaries",children:null},finches:{title:"Finches: Small Birds with Big Personalities 🐦✨",description:"Uncover the unique traits of finches, their lively behaviors, and how to provide the best habitat for them! 🥳🌼",slug:"finches",children:null},budgerigars:{title:"Budgerigars: Affectionate Budgies and Their Care! 💚",description:"Get insights into caring for budgerigars, their playful nature, and how to create a happy home for your little friend. 🐦🏡",slug:"budgerigars",children:null},cockatiels:{title:"Cockatiels: Friendly Companions Full of Charm 🥰",description:"Explore the wonderful world of cockatiels, their endearing behaviors, and how to nurture a strong bond with your pet! 🎉🐣",slug:"cockatiels",children:null},other:{title:"Other Bird Species: A Guide to Diverse Avian Friends 🌍",description:"Dive into the lesser-known bird species, their care requirements, and fascinating facts about these amazing creatures! 🦢🐦",slug:"other",children:null}}},trainingAndBehavior:{title:"Mastering Pet Bird Training and Behavior Techniques 🌟",description:"Discover effective training methods and insightful behavior understanding for your pet birds. Enhance their lives and your bond! 🐦✨",slug:"pet-bird-training-behaviors",children:{trainingTechniques:{title:"Effective Training Techniques for Pet Birds 🦜",description:"Explore proven strategies and techniques to effectively train your pet birds. A deeper bond awaits you both! 🐣",slug:"training-techniques-pet-birds",children:null},behaviorUnderstanding:{title:"Understanding Pet Bird Behavior 🔍",description:"Delve into the fascinating world of pet bird behavior. Learn what makes your avian companion tick and how to interpret their actions! 🌈",slug:"understanding-bird-behavior",children:null},tricksAndGames:{title:"Fun Tricks and Games for Your Feathered Friends 🎉",description:"Engage your pet birds with exciting tricks and interactive games that stimulate their minds and strengthen your bond! 🧩",slug:"tricks-games-for-birds",children:null},socializationTips:{title:"Socialization Tips for Happy Pet Birds 🐥",description:"Learn effective socialization tips to help your pet birds thrive in their environment and interact positively with you! 🌼",slug:"socialization-tips-for-birds",children:null},other:{title:"Other Insights on Bird Training and Behavior 📚",description:"Explore a variety of other insights and unconventional tips regarding pet bird training and behavior for a harmonious home! 🏡",slug:"other-bird-training-insights",children:null}}},bondingWithBirds:{title:"Strengthening Bonds with Pet Birds: Emotional Connections & Activities 🐦💞",description:"Discover ways to build emotional bonds with your pet birds through interaction, communication, and responsible ownership. Uncover tips and tricks! 🌟",slug:"bonding-with-birds",children:{emotionalBonds:{title:"Emotional Bonds with Pet Birds: Creating Lifelong Connections 💖🐤",description:"Explore the depths of emotional bonds between birds and their caregivers. Learn how to nurture these connections for happy, healthy pets! 🌈",slug:"emotional-bonds",children:null},interactiveActivities:{title:"Interactive Activities: Fun Ways to Engage with Your Bird 🎉🦜",description:"Find a variety of interactive activities to enhance your relationship with your pet bird. Learn how to keep your feathered friend entertained! 🏡",slug:"interactive-activities",children:null},communicationMethods:{title:"Communication Methods: Speak the Language of Your Pet Bird 💬🐦",description:"Learn effective communication methods with your bird. Discover how to understand their needs and foster a stronger connection! 📚❤️",slug:"communication-methods",children:null},responsibleOwnership:{title:"Responsible Ownership: Caring for Your Pet Bird Like Family 🏠💚",description:"Understand responsible ownership of pet birds and the commitment it requires. Elevate your bird's life with love and care! 🥇🐥",slug:"responsible-ownership",children:null},other:{title:"Other Bonding Techniques: Unique Ways to Connect with Your Birds 🔍✨",description:"Uncover unique techniques and insights into bonding with your pet birds. Woodworking, imaginative play, and more await you! 🎨🐦",slug:"other-bonding-techniques",children:null}}},birdEntertainment:{title:"Explore Bird Entertainment: Unique Traits & Quirky Anecdotes 🐦",description:"Dive into the entertaining world of pet birds with unique traits, amusing stories, and engaging activities for owners and enthusiasts alike! 🌟",slug:"bird-entertainment",children:{uniqueBirdTraits:{title:"Discover Unique Bird Traits: Fascinating Avian Personalities 🦜",description:"Uncover the unique traits of various pet birds that make them special companions! Fun facts and insights await every bird enthusiast! 🌈",slug:"unique-bird-traits",children:null},quirkyAnecdotes:{title:"Quirky Anecdotes: Hilarious Bird Tales & Adventures 😂",description:"Delight in a collection of quirky and funny bird stories that showcase the playful antics of our feathered friends! Join the laughter! 🎉",slug:"quirky-anecdotes",children:null},birdWatchingActivities:{title:"Engaging Bird Watching Activities: Connect with Nature 🕊️",description:"Explore interactive bird watching activities that foster a deeper connection with your pet birds and the natural world around you! 🌍",slug:"bird-watching-activities",children:null},toysAndEnrichment:{title:"Toys and Enrichment: Fun Ways to Stimulate Your Pet Bird 🎲",description:"Discover the best toys and enrichment ideas to keep your pet bird happy, healthy, and entertained with engaging activities! 🎈",slug:"toys-and-enrichment",children:null},other:{title:"Other Bird Entertainment: Unique Topics and Fun Ideas 🎉",description:"Explore various other entertaining topics and fun ideas related to pet birds. There's always something new and exciting to discover! 🥳",slug:"other-bird-entertainment",children:null}}},birdBreedingAndGenetics:{title:"Mastering Bird Breeding & Genetics: A Comprehensive Guide 🌟",description:"Explore the essential aspects of bird breeding and genetics. Get valuable insights on incubation, caretaker roles, and much more! 🐦✨",slug:"bird-breeding-genetics",children:{breedingBasics:{title:"Breeding Basics: A Beginner's Guide to Pet Bird Reproduction 🐣",description:"Dive into the fundamental principles of breeding pet birds. Understand the key elements for successful bird reproduction and care! 🐦❤️",slug:"breeding-basics",children:null},geneticConsiderations:{title:"Genetic Considerations for Bird Breeders: Essential Insights 🧬",description:"Uncover the genetic factors that impact bird breeding. Learn about species traits and hereditary aspects essential for responsible breeding. 🦜🔍",slug:"genetic-considerations",children:null},incubationAndHatching:{title:"Incubation & Hatching: Nurturing Future Feathered Friends 🌱",description:"Learn about the vital incubation and hatching processes for pet birds. Tips and techniques that ensure healthy and happy hatchlings! 🐥💚",slug:"incubation-hatching",children:null},caretakerRoles:{title:"Caretaker Roles in Bird Breeding: Your Guide to Success 🌈",description:"Understand the crucial roles of caretakers during bird breeding. Discover responsibilities and best practices for nurturing bird families! 🐦🤝",slug:"caretaker-roles",children:null},other:{title:"Bird Breeding & Genetics: Miscellaneous Insights and Tips 📚",description:"Explore various aspects of bird breeding and genetics that don't fit neatly in the box. Discover tips that every bird enthusiast should know! 🦜✨",slug:"other-breeding-genetics",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)),r="🐦🕊️🌈📚",s=Object.keys(i),o=[],a=[];for(const e of s){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)&&a.push(...Object.keys(i.children))}}}const d="2024-08-09T00:00:00Z",l="aviarynow",c=`idn-${l}-dev`,h=`idn-${l}`;exports.DEFAULT_DESCRIPTION_EMOJIS=r,exports.authors=t,exports.authorsNames=n,exports.categories=s,exports.dataStructure=i,exports.devBucketName=c,exports.prodBucketName=h,exports.startDate=d,exports.subcategories=o,exports.subsubcategories=a;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ FeatheredFriends = "Feathered Friends",
3
+ CareCorner = "Care Corner",
4
+ TrainingTechniques = "Training Techniques",
5
+ FlyHighWithFun = "Fly High with Fun",
6
+ OwnerInsights = "Owner Insights"
7
+ }
8
+ type FeatheredFriendsValues = 'Budgies' | 'Cockatiels' | 'Lovebirds' | 'African Greys' | 'Canaries';
9
+ type CareCornerValues = 'Nutrition & Diet' | 'Habitat Setup' | 'Health & Wellness' | 'Behavioral Insights';
10
+ type TrainingTechniquesValues = 'Basic Commands' | 'Socialization Tips' | 'Trick Training' | 'Problem Solving';
11
+ type FlyHighWithFunValues = 'Quirky Anecdotes' | 'Personality Profiles' | 'Birding Stories';
12
+ type OwnerInsightsValues = 'First-Time Bird Parent Tips' | 'Behavior Understanding' | 'Enhanced Bonding Techniques' | 'Breeding Basics';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.FeatheredFriends]: FeatheredFriendsValues[];
15
+ [FiltersNames.CareCorner]: CareCornerValues[];
16
+ [FiltersNames.TrainingTechniques]: TrainingTechniquesValues[];
17
+ [FiltersNames.FlyHighWithFun]: FlyHighWithFunValues[];
18
+ [FiltersNames.OwnerInsights]: OwnerInsightsValues[];
19
+ };
20
+ export declare const filterValuesFeatheredFriends: FeatheredFriendsValues[];
21
+ export declare const filterValuesCareCorner: CareCornerValues[];
22
+ export declare const filterValuesTrainingTechniques: TrainingTechniquesValues[];
23
+ export declare const filterValuesFlyHighWithFun: FlyHighWithFunValues[];
24
+ export declare const filterValuesOwnerInsights: OwnerInsightsValues[];
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={})).FeatheredFriends="Feathered Friends",e.CareCorner="Care Corner",e.TrainingTechniques="Training Techniques",e.FlyHighWithFun="Fly High with Fun",e.OwnerInsights="Owner Insights";const s=["Budgies","Cockatiels","Lovebirds","African Greys","Canaries"],r=["Nutrition & Diet","Habitat Setup","Health & Wellness","Behavioral Insights"],i=["Basic Commands","Socialization Tips","Trick Training","Problem Solving"],t=["Quirky Anecdotes","Personality Profiles","Birding Stories"],n=["First-Time Bird Parent Tips","Behavior Understanding","Enhanced Bonding Techniques","Breeding Basics"],a={[exports.FiltersNames.FeatheredFriends]:[],[exports.FiltersNames.CareCorner]:[],[exports.FiltersNames.TrainingTechniques]:[],[exports.FiltersNames.FlyHighWithFun]:[],[exports.FiltersNames.OwnerInsights]:[]},l={[exports.FiltersNames.FeatheredFriends]:s,[exports.FiltersNames.CareCorner]:r,[exports.FiltersNames.TrainingTechniques]:i,[exports.FiltersNames.FlyHighWithFun]:t,[exports.FiltersNames.OwnerInsights]:n},o=()=>JSON.stringify(l,null,2);exports.filterValuesCareCorner=r,exports.filterValuesFeatheredFriends=s,exports.filterValuesFlyHighWithFun=t,exports.filterValuesOwnerInsights=n,exports.filterValuesTrainingTechniques=i,exports.fullFilters=l,exports.getFiltersTypesJSON=o,exports.initialFilters=a;
@@ -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"),r=require("./helpers.js"),s=require("./prompts/images.js"),i=require("./seo.js"),o=require("./prompts/gpt35turbo/articles.js"),a=require("./prompts/gpt4oMini/articles.js"),p=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.filterValuesCareCorner=t.filterValuesCareCorner,exports.filterValuesFeatheredFriends=t.filterValuesFeatheredFriends,exports.filterValuesFlyHighWithFun=t.filterValuesFlyHighWithFun,exports.filterValuesOwnerInsights=t.filterValuesOwnerInsights,exports.filterValuesTrainingTechniques=t.filterValuesTrainingTechniques,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.getDefaultImagesFrontmatter=r.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=r.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=s.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=s.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=s.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=i.AUTHORS_INFO,exports.AUTHORS_META=i.AUTHORS_META,exports.PAGES_SEO=i.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return i.PageNames}}),exports.gpt35Articles=o,exports.gpt4oMiniArticles=a,exports.END_STEP=p.END_STEP,exports.FILTERS_INFO=p.FILTERS_INFO,exports.IMAGES_PROHIBITED_WORDS=p.IMAGES_PROHIBITED_WORDS,exports.START_STEP=p.START_STEP,exports.TARGET_AUDIENCE=p.TARGET_AUDIENCE,exports.ZERO_SECTION=p.ZERO_SECTION,exports.portalInfo=p.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: AviaryNow is an authoritative infotainment portal dedicated to the world of pet birds, offering a wealth of information and entertainment for avian enthusiasts.\n - Detailed description: AviaryNow serves as a comprehensive resource for all who adore pet birds and wish to expand their knowledge on various aspects of avian care, behaviors, and fun facts. The portal features a range of articles covering essential topics such as pet bird nutrition, proper habitat setup, owner responsibilities, and the emotional bonds between birds and their caregivers. In addition to informational content, AviaryNow embraces the entertainment aspect of bird ownership by providing engaging articles on bird personalities, training tips, and quirky anecdotes that showcase the unique traits of various bird species. With its user-friendly layout and easily navigable categories, AviaryNow strives to be the go-to destination for both seasoned bird owners and novice bird enthusiasts alike.\n - Target audience: The primary audience for AviaryNow includes pet bird owners, aspiring bird parents, bird breeders, and avian lovers who seek reliable information and enjoyable content that enhances their understanding of pet birds. This encompasses individuals of various ages who might be looking for guidance on pet bird care, engaging activities, and tips for enriching their bird's environment.\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## Avian Care Basics\n - Importance of Proper Nutrition\n - Understanding Bird Species and Their Needs\n - Basics of Birds Habitat Setup\n - Grooming and Hygiene Tips\n\n## Interacting with Your Pet Bird\n - Building Trust and Connection\n - Training Techniques and Tips\n - Fun Activities for Bird Owners and Their Birds\n - Recognizing Bird Cues and Behaviors\n\n## Emotional Well-Being of Birds\n - The Role of Play and Socialization\n - Enhancing Birds' Emotional Health\n - Assessing Bird Stress and Remedies\n - Building Strong Human-Bird Bonds\n\n## Bird Health and Safety\n - Common Health Issues and Prevention\n - Routine Veterinary Care\n - Environmental Hazards to Avoid\n - Signs of Illness or Distress\n\n## Fun Facts and Quirky Insights\n - Unique Traits of Popular Bird Species\n - Historical and Cultural Significance of Birds\n - Famous Bird Owners and Their Stories\n\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 - Avian Care Basics, 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 = "pet bird owners, aspiring bird parents, bird breeders";
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: AviaryNow is an authoritative infotainment portal dedicated to the world of pet birds, offering a wealth of information and entertainment for avian enthusiasts.\n - Detailed description: AviaryNow serves as a comprehensive resource for all who adore pet birds and wish to expand their knowledge on various aspects of avian care, behaviors, and fun facts. The portal features a range of articles covering essential topics such as pet bird nutrition, proper habitat setup, owner responsibilities, and the emotional bonds between birds and their caregivers. In addition to informational content, AviaryNow embraces the entertainment aspect of bird ownership by providing engaging articles on bird personalities, training tips, and quirky anecdotes that showcase the unique traits of various bird species. With its user-friendly layout and easily navigable categories, AviaryNow strives to be the go-to destination for both seasoned bird owners and novice bird enthusiasts alike.\n - Target audience: The primary audience for AviaryNow includes pet bird owners, aspiring bird parents, bird breeders, and avian lovers who seek reliable information and enjoyable content that enhances their understanding of pet birds. This encompasses individuals of various ages who might be looking for guidance on pet bird care, engaging activities, and tips for enriching their bird's environment.\n\n",n="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## Avian Care Basics\n - Importance of Proper Nutrition\n - Understanding Bird Species and Their Needs\n - Basics of Birds Habitat Setup\n - Grooming and Hygiene Tips\n\n## Interacting with Your Pet Bird\n - Building Trust and Connection\n - Training Techniques and Tips\n - Fun Activities for Bird Owners and Their Birds\n - Recognizing Bird Cues and Behaviors\n\n## Emotional Well-Being of Birds\n - The Role of Play and Socialization\n - Enhancing Birds' Emotional Health\n - Assessing Bird Stress and Remedies\n - Building Strong Human-Bird Bonds\n\n## Bird Health and Safety\n - Common Health Issues and Prevention\n - Routine Veterinary Care\n - Environmental Hazards to Avoid\n - Signs of Illness or Distress\n\n## Fun Facts and Quirky Insights\n - Unique Traits of Popular Bird Species\n - Historical and Cultural Significance of Birds\n - Famous Bird Owners and Their Stories\n\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 - Avian Care Basics, IF it's applicable to the theme of the article.\n",t="highlighting the key points that will be discussed and the relevance of the topic",r="synthesizing the information presented throughout",a="pet bird owners, aspiring bird parents, bird breeders",o="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=r,exports.FILTERS_INFO=s,exports.IMAGES_PROHIBITED_WORDS=o,exports.START_STEP=t,exports.TARGET_AUDIENCE=a,exports.ZERO_SECTION=n,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:r})=>({prompt:`Award-winning hyper-realistic cinematic photography ${a}, ${o}, for article ${r} of professional animal photography for glossy birds magazine, birds photography, glossy birds magazine, photorealistic, ultra realistic, maximum detail, highly detailed, commercial photography, foreground focus, epicurious, instagram, 4K, 8K, volumetric light, cinematic, octane render, uplight, blur-free, depth of field, dof, film, bokeh, foreground focus, 35mm photography`,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}`,r=({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=r,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 Experts at AviaryNow | Pet Bird Enthusiasts",description:"Discover the passionate authors behind AviaryNow! 🦜 From bird care tips to fun facts, our experts are here for your feathery friend. ✨"},[exports.PageNames.Home]:{title:"AviaryNow - Your Ultimate Pet Bird Guide",description:"Welcome to AviaryNow! 🦜 Dive into a world of pet birds and discover tips, guides, and fun content. Your bird's happiness starts here! 🎉"},[exports.PageNames.NotFound]:{title:"Oops! Page Not Found - AviaryNow",description:"Uh-oh! 😔 It seems the page you’re looking for doesn’t exist. Check out our resources for pet birds! 🦜"},[exports.PageNames.AboutUs]:{title:"About AviaryNow | Your Trusted Pet Bird Resource",description:"Learn more about AviaryNow! 🌟 We're dedicated to providing the best resources for pet bird lovers everywhere. Join us in our avian adventure! 🦜"},[exports.PageNames.PrivacyPolicy]:{title:"AviaryNow Privacy Policy | Your Data Matters",description:"Your privacy is important to us! 🕊️ Read our privacy policy to understand how we protect your information at AviaryNow. 🔒"},[exports.PageNames.Terms]:{title:"AviaryNow Terms and Conditions | User Guidelines",description:"Understand the rules of AviaryNow! 📜 Read our terms and conditions to better engage with our community of pet bird lovers. 🦜"},[exports.PageNames.Sitemap]:{title:"AviaryNow Sitemap | Your Navigation Guide",description:"Find your way around AviaryNow! 🗺️ Our sitemap helps you locate the best pet bird resources. Happy exploring! 🦜✨"}},a=[{name:"Anjali Rao",description:"Anjali Rao is a bird behaviorist with over a decade of experience specializing in pet bird training and care. With a background in animal psychology, she combines her understanding of behavior with practical tips to help bird owners create a harmonious environment for their feathered companions.",meta_title:"Anjali Rao | Bird Behaviorist and Trainer",meta_description:"Discover expert insights on pet bird training and care with Anjali Rao, a seasoned bird behaviorist. Learn to strengthen the bond with your feathered friend."},{name:"Ravi Iyer",description:"Ravi Iyer is an avian veterinarian based in Bangalore with more than 15 years of experience in bird medicine. His unique dedication to avian health makes him a trusted resource for bird owners seeking advice on wellness, nutrition, and preventive care.",meta_title:"Ravi Iyer | Avian Veterinarian",meta_description:"Get expert veterinary advice for your pet birds from Ravi Iyer, a seasoned avian veterinarian. Ensure your feathered friends live healthy and happy lives."},{name:"Neelam Mehta",description:"Neelam Mehta is a passionate aviculturist and bird enthusiast with extensive experience in bird breeding and care. She shares her knowledge through articles that cover breeding tips, habitat setup, and the diet essentials for various bird species.",meta_title:"Neelam Mehta | Aviculturist and Bird Enthusiast",meta_description:"Explore the world of bird breeding and care with Neelam Mehta, aviculturist. Discover essential tips for ensuring the welfare of your pet birds."},{name:"Suresh Kumar",description:"Suresh Kumar is an environmentalist and pet bird advocate who has written extensively about the conservation of wild and domestic birds. His work focuses on ethical bird keeping and the impact of pet ownership on bird welfare and ecology.",meta_title:"Suresh Kumar | Environmentalist and Bird Advocate",meta_description:"Learn about ethical pet bird ownership and conservation from Suresh Kumar, an environmentalist dedicated to promoting bird welfare and ecology."},{name:"Priya Chand",description:"Priya Chand is a certified pet nutritionist who specializes in avian diets. With a graduate degree in animal nutrition, she helps bird owners design balanced meal plans that ensure the health and well-being of their pet birds.",meta_title:"Priya Chand | Avian Pet Nutritionist",meta_description:"Optimize your pet bird’s diet with guidance from Priya Chand, a certified avian pet nutritionist. Discover balanced meal plans tailored for your feathered friends."},{name:"Kabir Sharma",description:"Kabir Sharma is a bird photographer and educator who travels across India to document avian life. He regularly shares his insights on birdwatching and photography tips, encouraging key observation skills among fellow bird enthusiasts.",meta_title:"Kabir Sharma | Bird Photographer and Educator",meta_description:"Enhance your birdwatching skills with tips from Kabir Sharma, a talented bird photographer and educator. Discover the beauty of avian life through his lens."},{name:"Meera Subramanian",description:"Meera Subramanian is a compassionate pet bird rescuer and advocates for animal rights. Through her writing, she raises awareness about rescue efforts, rehabilitation, and responsible bird ownership to ensure happier lives for abandoned birds.",meta_title:"Meera Subramanian | Bird Rescuer and Advocate",meta_description:"Support bird rescue efforts with insights from Meera Subramanian, a dedicated bird rescuer. Learn more about responsible pet ownership and rehabilitation stories."},{name:"Vikrant Rao",description:"Vikrant Rao is a talented DIY enthusiast specializing in creating enriching toys and habitats for pet birds. He shares his creative ideas and construction tips to help bird owners provide mentally stimulating environments for their pets.",meta_title:"Vikrant Rao | DIY Bird Enrichment Specialist",meta_description:"Explore fun DIY projects for your pet birds with Vikrant Rao, a DIY enthusiast. Discover ways to stimulate your feathered friends creatively."},{name:"Aditi Nair",description:"Aditi Nair is a bird behavior consultant who specializes in addressing behavioral problems in pet birds. With a Master's degree in animal behavior, she offers valuable strategies for preventing and modifying undesirable behaviors.",meta_title:"Aditi Nair | Bird Behavior Consultant",meta_description:"Transform your pet bird’s behavior with advice from Aditi Nair, a qualified bird behavior consultant. Learn effective techniques for behavioral modification."},{name:"Rahul Verma",description:"Rahul Verma is a passionate birdwatcher and tour guide specializing in birding tours across India. He shares personal stories along with practical tips for aspiring birdwatchers on where to find diverse avian species.",meta_title:"Rahul Verma | Birdwatcher and Guide",meta_description:"Join Rahul Verma for unforgettable birdwatching experiences in India. Discover the best locations and tips for spotting a variety of stunning birds."},{name:"Aditi Sharma",description:"Aditi Sharma is a wildlife biologist with over ten years of experience studying avian behavior. She holds a Master's in Zoology and is passionate about bird conservation, and she contributes to various publications about the care and nurturing of pet birds.",meta_title:"Aditi Sharma | Wildlife Biologist and Bird Enthusiast",meta_description:"Explore avian care and conservation with Aditi Sharma, a wildlife biologist specializing in pet birds and their behavioral needs. Dive into expert advice and tips for nurturing your feathered friends."},{name:"Rajiv Mehta",description:"Rajiv Mehta is a certified avian veterinarian with over 8 years of practice dedicated to pet bird health. His insights encompass dietary needs, behavioral training, and general well-being of birds, making him a trusted voice in the community.",meta_title:"Rajiv Mehta | Avian Veterinarian and Health Advocate",meta_description:"Get expert health advice for pet birds with Rajiv Mehta, an avian veterinarian providing critical insights into bird care and wellness for happy, healthy pets."},{name:"Neha Gupta",description:"Neha Gupta is a bird enthusiast and award-winning writer with a focus on bird care, training, and environmental awareness. Her passion has led her to become a key figure in animal welfare advocacy related to pet birds.",meta_title:"Neha Gupta | Bird Care Writer and Advocate",meta_description:"Join Neha Gupta as she shares insightful articles on bird care and environmental issues. Discover the best practices for keeping your pet birds healthy and happy."},{name:"Karan Singh",description:"Karan Singh is a pet bird trainer who specializes in positive reinforcement techniques. His 5+ years of experience translates into actionable advice for bird owners wanting to strengthen their bond with their pets through training.",meta_title:"Karan Singh | Pet Bird Trainer and Behavior Specialist",meta_description:"Master the art of training your pet bird with Karan Singh. Learn positive reinforcement techniques to enhance communication and build a strong bond with your feathered companion."},{name:"Riya Desai",description:"Riya Desai is an avian nutritionist with a focus on optimizing the diets of pet birds. Her extensive research and engaging writing help bird owners understand the importance of proper nutrition for their pets.",meta_title:"Riya Desai | Avian Nutritionist and Diet Specialist",meta_description:"Discover the world of avian nutrition with Riya Desai. Learn about the best dietary choices for your pet birds to ensure their health and longevity."},{name:"Manish Bhattacharya",description:"Manish Bhattacharya has over 7 years of experience as a pet bird rescuer and rehabilitator. He shares essential knowledge on rehabilitation, adoption, and bird welfare in his contributions to AviaryNow.",meta_title:"Manish Bhattacharya | Bird Rescuer and Rehabilitation Advocate",meta_description:"Gain insights into bird rescue and rehabilitation with Manish Bhattacharya, advocating for the welfare of pet birds in need."},{name:"Sita Sharma",description:"Sita Sharma is a published author and pet bird blogger with a passion for communicating the joys and challenges of bird ownership. Her firsthand experiences enrich her writings on care techniques and lifestyle integration.",meta_title:"Sita Sharma | Author and Bird Care Blogger",meta_description:"Enjoy engaging stories and practical advice from Sita Sharma on the joys of pet bird ownership, care techniques, and lifestyle integration with birds."},{name:"Veer Ghosh",description:"Veer Ghosh is an environmental scientist and passionate birdwatcher. His mission is to inspire pet bird owners by imparting knowledge about habitat preservation and the importance of our natural world.",meta_title:"Veer Ghosh | Environmental Scientist and Birdwatcher",meta_description:"Discover the connection between pet birds and environmental conservation with Veer Ghosh. Learn how we can protect our feathered friends and their habitats."},{name:"Priti Iyer",description:"Priti Iyer is an animal behaviorist with a specialization in the cognitive capacities of pet birds. With her years of research experience, she offers valuable insights on enhancing mental stimulation and well-being in pet birds.",meta_title:"Priti Iyer | Animal Behaviorist and Bird Cognition Expert",meta_description:"Unlock the cognitive potentials of your pet bird with Priti Iyer, an expert in animal behavior providing tips for mental enrichment and bonding."},{name:"Anil Bajaj",description:"Anil Bajaj is a landscape designer and bird-friendly gardening expert. Through his knowledge, he helps pet bird enthusiasts create safe and attractive environments for their birds, whether indoors or in gardens.",meta_title:"Anil Bajaj | Landscape Designer and Bird-Friendly Gardening Expert",meta_description:"Learn how to create beautiful, bird-friendly spaces with Anil Bajaj, combining landscape design with the specific needs of pet birds. Enhance their living experiences today."},{name:"Aditi Chaturvedi",description:"Aditi Chaturvedi is a renowned avian veterinarian with over a decade of experience in treating pet birds. Based in Mumbai, she specializes in aviculture and bird behavior, providing pet owners with the best practices for keeping their feathered friends healthy and happy.",meta_title:"Aditi Chaturvedi | Avian Veterinarian Specialist",meta_description:"Explore expert advice from Aditi Chaturvedi, a seasoned avian veterinarian dedicated to the health and wellness of pet birds. Enhance your bird care knowledge today!"},{name:"Rajesh Kumar",description:"Rajesh Kumar is a passionate bird enthusiast and writer based in New Delhi. With over 15 years of experience in pet care and avian photography, he shares engaging stories and tips for bird owners, making his articles both informative and entertaining.",meta_title:"Rajesh Kumar | Avian Photography & Pet Care Expert",meta_description:"Join Rajesh Kumar as he shares his knowledge and passion for pet birds through vivid photography and expert care tips. Discover the joy of aviculture!"},{name:"Sneha Reddy",description:"Sneha Reddy is an accomplished wildlife biologist and author specializing in bird rehabilitation. Residing in Bangalore, she infuses her articles with her expertise on habitat conservation and the importance of responsible pet ownership.",meta_title:"Sneha Reddy | Wildlife Biologist & Bird Rehabilitation Expert",meta_description:"Learn about bird care and conservation from Sneha Reddy, a wildlife biologist dedicated to rehabilitating and protecting our feathered friends. Get involved today!"},{name:"Vikram Singh",description:"Vikram Singh, an exotics specialist and author, greatly contributes to the field of aviculture from his home base in Pune. He is well-known for providing research-backed insights into the nutritional needs of various species of pet birds.",meta_title:"Vikram Singh | Aviculture Researcher & Care Expert",meta_description:"Discover essential nutritional guidance for pet birds with Vikram Singh, an aviculture research expert focused on improving bird health and longevity."},{name:"Meera Bhatt",description:"Based in Chennai, Meera Bhatt is a seasoned bird trainer and pet care educator. With over 12 years of experience, she helps bird owners develop enriching environments that stimulate their pets both mentally and physically through her articles.",meta_title:"Meera Bhatt | Bird Training Specialist & Educator",meta_description:"Learn effective bird training methods and create stimulating environments for your pet birds with guidance from expert Meera Bhatt. Start your training journey here!"},{name:"Ravi Jain",description:"Ravi Jain is a dedicated pet bird fancier and writer based in Kolkata, who has been actively involved in the bird keeping community for over 20 years. His articles fuse deep knowledge of different species and practical tips for best care practices.",meta_title:"Ravi Jain | Bird Fancier & Care Tips Writer",meta_description:"Explore the world of pet birds with Ravi Jain, an experienced bird fancier sharing expert advice and personal stories. Perfect for every bird owner!"},{name:"Nisha Sharma",description:"Nisha Sharma is a dynamic pet aviculturalist and blogger from Hyderabad who specializes in the behavioral insights and enrichment strategies that promote well-rounded pet birds. Her work helps foster stronger bonds between birds and their owners.",meta_title:"Nisha Sharma | Avicultural Behavior Specialist",meta_description:"Understand your pet bird better with insights from Nisha Sharma, an aviculturalist who shares valuable behavioral strategies and bonding techniques for pet bird owners."},{name:"Anil Kapoor",description:"Anil Kapoor is a veteran bird watcher and avian conservation activist from Ahmedabad, focusing on raising awareness about conserving wild bird species. He integrates his journalism skills in writing compelling articles for bird lovers.",meta_title:"Anil Kapoor | Bird Watcher & Conservation Advocate",meta_description:"Join Anil Kapoor in his quest to raise awareness about avian conservation and responsible pet ownership. Explore his compelling insights into the world of birds!"},{name:"Kavita Mehta",description:"Kavita Mehta is a long-time pet bird owner, animal rights activist, and freelance writer. Residing in Chandigarh, her background in psychology helps shape her understanding of avian behavior, which she shares with fellow bird lovers.",meta_title:"Kavita Mehta | Animal Rights Activist & Avian Behavior Expert",meta_description:"Explore the rich insights of Kavita Mehta, an animal rights activist and expert on avian behavior, as she discusses human-animal connections in pet birds."},{name:"Suresh Iyer",description:"Suresh Iyer, living in Surat, is a comprehensive bird nutritionist author who has conducted extensive research on developing holistic diet plans for different parrot and finch species. He works to promote accurate and beneficial feeding practices among bird owners.",meta_title:"Suresh Iyer | Avian Nutritionist & Healthy Diet Advocate",meta_description:"Join Suresh Iyer on a journey to discover what makes a balanced diet for your pet birds. Improve their health and vitality with expert nutritional insights!"},{name:"Dr. Sanjay Mehta",description:"Dr. Sanjay Mehta is an avian veterinarian with over 20 years of experience in treating pet birds. Based in Bangalore, he has dedicated his career to the health and well-being of avians, providing insights into advanced care and treatments for diverse species.",meta_title:"Dr. Sanjay Mehta | Expert Avian Veterinarian",meta_description:"Get expert advice on avian health from Dr. Sanjay Mehta, a leading veterinarian with over 20 years of experience in treating pet birds, ensuring they live a healthy and fulfilling life."},{name:"Meera Jain",description:"Meera Jain is a passionate birdkeeper and behaviorist from Delhi, specializing in creating enriching environments for pet birds. With her extensive knowledge of avian behavior, she offers valuable tips for pet owners to deepen their bond with their feathery companions.",meta_title:"Meera Jain | Avian Behavior Specialist",meta_description:"Explore bird care and behavior insights with Meera Jain, a passionate birdkeeper in Delhi. Learn how to create surprising environments to enrich your pet bird's life."},{name:"Ravi Pillai",description:"Ravi Pillai is a leading bird breeder from Kerala, with decades of experience in aviculture. He cultivates a variety of exotic species and shares his expertise on breeding, genetics, and avian husbandry to help new breeders succeed.",meta_title:"Ravi Pillai | Expert Bird Breeder",meta_description:"Learn the secrets of successful bird breeding with Ravi Pillai, Kerala's leading aviculturist. Get insights on species care, genetics, and a thriving avian community."},{name:"Neha Sharma",description:"Neha Sharma is a wildlife photographer and pet bird enthusiast based in Mumbai. Known for her stunning visuals of avians in their natural habitat, she advocates for the responsible ownership of pet birds, merging creativity with conservation.",meta_title:"Neha Sharma | Wildlife Photographer and Bird Enthusiast",meta_description:"Join Neha Sharma as she discusses the beauty of pet birds through her photography. Explore responsible ownership and unmatched passion for avian photography."},{name:"Amit Kumar",description:"Amit Kumar is a bird nutritionist with twenty years of experience in designing balanced diets for diverse species of pet birds. Based in Chandigarh, his research focuses on avian nutrition management for breeding and everyday care.",meta_title:"Amit Kumar | Avian Nutrition Specialist",meta_description:"Optimize your pet bird's diet with expert advice from Amit Kumar. Discover nutritional strategies that promote longevity and health in avian diets."},{name:"Sita Joshi",description:"Sita Joshi is a certified bird trainer from Hyderabad, specializing in positive reinforcement techniques. With over 10 years of experience in training pet birds, she is dedicated to teaching owners how to foster behavior and strengthen their pet relationships.",meta_title:"Sita Joshi | Bird Training Expert",meta_description:"Learn effective training strategies for your pet birds with Sita Joshi. Discover positive reinforcement techniques that can transform your bird’s behavior."},{name:"Ajay Nair",description:"Ajay Nair is an avid birdwatcher and conservationist, based in Pune, with a focus on the preservation of avian biodiversity in urban areas. Through his writings, he educates pet owners on the importance of conservation and ethical practices.",meta_title:"Ajay Nair | Birdwatcher and Conservation Advocate",meta_description:"Delve into the world of conservation with Ajay Nair. Learn critical messages about urban biodiversity and the ethical treatment of pet birds."},{name:"Tanvi Gupta",description:"Tanvi Gupta is a pet blogger and avian enthusiast from Chennai, sharing her journey of caretaking her parrots and canaries for more than 8 years. Her blogs provide fresh insights on DIY bird toys, habitat setup, and cost-effective care.",meta_title:"Tanvi Gupta | Pet Bird Blogger",meta_description:"Follow Tanvi Gupta's enlightening journey as she shares tips on DIY toys, habitat setups, and joyfully raising parrots and canaries in her home."},{name:"Kiran Reddy",description:"Kiran Reddy is a wildlife educator and travels across India conducting workshops on aviculture and responsible bird keeping. His dedication ensures bird care techniques are spread interactively and engagingly.",meta_title:"Kiran Reddy | Wildlife Educator",meta_description:"Discover interactive knowledge on pet birds with Kiran Reddy. Get to know the deeper aspects of responsible birdkeeping while valuing aviculture techniques from his workshops."},{name:"Pooja Bhat",description:"Pooja Bhat is an artist and illustrator deeply influenced by birds and their behaviors, based in Jaipur. Her artistic expressions bring out the intricate details of avian lives, paving ways for educational art focusing on getting individuals closer to birds.",meta_title:"Pooja Bhat | Avian Artist and Illustrator",meta_description:"Explore the world of birds through the artistic vision of Pooja Bhat. Discover how art plays a transformative role in enhancing our awareness about avian life."},{name:"Dr. Hector Vargas",description:"Dr. Hector Vargas is an avian veterinarian with over 20 years of experience caring for pet birds. His expertise includes clinical practices, avian behavior, and nutrition. Dr. Vargas frequently speaks at international bird conferences and contributes to pet health magazines, making him a trusted source in the field of avian care.",meta_title:"Dr. Hector Vargas | Avian Veterinarian & Expert",meta_description:"Explore expert advice and insights from Dr. Hector Vargas, a seasoned avian veterinarian committed to the health and well-being of your pet birds."},{name:"Jessica Lee",description:"Jessica Lee, a professional bird trainer based in Australia, has over 10 years of experience in avian behavior training endearingly known as 'The Bird Whisperer.' She specializes in positive reinforcement techniques to improve communication between birds and their human companions.",meta_title:"Jessica Lee | Professional Bird Trainer",meta_description:"Unlock the potential of your pet birds with Jessica Lee, an experienced bird trainer. Discover tips and techniques to enhance your bond."},{name:"Amir Asghar",description:"Amir Asghar, hailing from Iran, is an ornithology enthusiast and pet bird blogger. With a background in ecology, he advocates for bird conservation and responsible ownership through his engaging articles that help bird enthusiasts care for their feathered friends.",meta_title:"Amir Asghar | Ornithology Enthusiast & Blogger",meta_description:"Join Amir Asghar on a journey of pet bird care and conservation. Benefit from his articles filled with practical tips and enriching insights."},{name:"Chloe Roberts",description:"Chloe Roberts is a bird nutritionist from Canada who has spent over 8 years researching dietary needs for pet birds. Her holistic approach to avian diets ensures that pet owners can provide balanced nutrition that promotes longevity and health in birds.",meta_title:"Chloe Roberts | Avian Nutritionist",meta_description:"Learn about avian nutrition from expert Chloe Roberts. Discover the best diets to keep your pet birds healthy and thriving."},{name:"Liam Murphy",description:"Liam Murphy, an American wildlife photographer and birdwatcher, uses his lens to highlight the beauty of avian life. He shares countless stories and inspiration about exotic and local birds, encouraging readers to appreciate birds in nature and at home.",meta_title:"Liam Murphy | Wildlife Photographer & Birdwatcher",meta_description:"Explore the world of birds through Liam Murphy's amazing photographs and articles. Discover tips on birdwatching and the beauty of avian species."},{name:"Sofia Chen",description:"Sofia Chen, based in Singapore, is a certified animal behaviorist specializing in pet birds. With a Master’s degree in Animal Behavior, she conducts training seminars for pet bird owners to help them better understand their bird's needs and behavior.",meta_title:"Sofia Chen | Animal Behaviorist for Pet Birds",meta_description:"Discover insights into avian behavior with Sofia Chen, a certified animal behaviorist. Improve your relationship with your pet birds today!"},{name:"Tom Swanson",description:"Tom Swanson is a pet bird enthusiast and DIY expert from the UK. Known for his creative bird toy designs, he regularly writes tutorials on bird enrichment and care, making pet birds' lives enjoyable and engaging.",meta_title:"Tom Swanson | DIY Bird Enrichment Specialist",meta_description:"Get creative with Tom Swanson's tutorials on DIY bird toys and enrichment ideas to keep your pet birds happy and active."},{name:"Malika Hassan",description:"Malika Hassan is a passionate conservationist finishing her Wildlife Management PhD in South Africa. She focuses on pet birds' role in ecosystems and educates pet owners on fostering environmentally friendly practices because every small action counts.",meta_title:"Malika Hassan | Conservationist & Educator",meta_description:"Learn from conservationist Malika Hassan about the impact of pet birds on their ecosystems and how you can take steps for a greener future."},{name:"Ravi Naik",description:"Ravi Naik is a wildlife educator and bird lover in India, dedicating over a decade to teaching about various bird species. His enthusiasm and knowledge drive engagement with communities to promote awareness about the protection and care of habitat and pet avian populations.",meta_title:"Ravi Naik | Wildlife Educator & Bird Advocate",meta_description:"Engage with stories from Ravi Naik, a dedicated wildlife educator responsible for speaking initiatives about pet bird care and environmental stewardship."},{name:"Elena Rossi",description:"Elena Rossi is an Italian artist and avian enthusiast who skillfully combines her love for art and birds. Through her colorful illustrations and articles, she inspires pet owners to celebrate their feathered friends aesthetically.",meta_title:"Elena Rossi | Avian Artist & Advocate",meta_description:"Dive into the colorful world of Elena Rossi through her engaging articles and art celebrating the beauty of pet birds and avian life."},{name:"Ravi Patel",description:"Ravi Patel is an avian veterinarian based in Mumbai, India. With 12 years of experience in bird health and wellness, he provides invaluable information on grooming, diet, and common health issues faced by pet birds.",meta_title:"Ravi Patel | Avian Veterinarian",meta_description:"Get expert advice on pet bird care from Ravi Patel, an avian veterinarian with over 12 years of experience in bird health and wellness."},{name:"Keiko Tanaka",description:"Based in Tokyo, Japan, Keiko Tanaka has been an avian rehabilitator for over 8 years. She specializes in rescuing and rehabilitating injured birds, sharing her knowledge about bird welfare and conservation efforts.",meta_title:"Keiko Tanaka | Avian Rehabilitator",meta_description:"Learn about bird welfare and rehabilitation from Keiko Tanaka, an avian rehabilitator dedicated to saving injured birds and sharing their stories."},{name:"David Johnson",description:"David Johnson is an aviculture expert based in Toronto, Canada. He has spent over 20 years breeding and raising various species of birds and brings a wealth of experience to topics related to pet bird breeding and care.",meta_title:"David Johnson | Aviculture Expert",meta_description:"Discover insights on breeding and caring for pet birds from David Johnson, an aviculture expert with over 20 years of experience."},{name:"Sofia Hernandez",description:"Sofia Hernandez, an avian nutritionist from Mexico City, is dedicated to promoting healthy diets for pet birds. With 7 years of experience, she helps bird owners understand dietary needs for optimum health.",meta_title:"Sofia Hernandez | Avian Nutritionist",meta_description:"Enhance your pet bird's diet with expert guidance from Sofia Hernandez, an avian nutritionist focused on ensuring optimal health through nutrition."},{name:"Tomoko Sato",description:"Tomoko Sato is a bird behavior consultant from Osaka, Japan, with over 6 years of experience working with pet owners to address behavioral challenges in their bird companions.",meta_title:"Tomoko Sato | Bird Behavior Consultant",meta_description:"Get to know more about bird behavior solutions with Tomoko Sato, a consultant dedicated to helping pet owners improve communication with their birds."},{name:"Liam Smith",description:"Liam Smith is a pet bird trainer based in New York, USA. He has been training birds for over 10 years and specializes in positive reinforcement techniques to enhance the bond between owners and their feathered friends.",meta_title:"Liam Smith | Pet Bird Trainer",meta_description:"Connect with Liam Smith, a pet bird trainer with over 10 years of experience in fostering strong relationships through positive reinforcement techniques."},{name:"Amira Khan",description:"Amira Khan is a bird rescue volunteer from Cape Town, South Africa, who has dedicated her life to advocating for abandoned and injured birds. Her work includes sharing stories that inspire compassion towards pet bird adoption.",meta_title:"Amira Khan | Bird Rescue Advocate",meta_description:"Discover the heartwarming missions of Amira Khan, a bird rescue volunteer dedicated to advocating for the welfare of abandoned and injured birds."},{name:"Freddy Albert",description:"Freddy Albert is an ornithologist based in Berlin, Germany, studying urban bird populations. His research provides unique insights into pet bird behavior related to their wild counterparts.",meta_title:"Freddy Albert | Urban Ornithologist",meta_description:"Delve into the world of bird behavior with Freddy Albert, an urban ornithologist sharing insights from his studies of bird populations."}],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:#2f2f30;--theme-color-8:#5c5c61;--theme-color-7:#7a7a7d;--theme-color-6:#a7a7a8;--theme-color-5:#d1d1d1;--theme-color-3:#e3e3e3;--theme-color-2:#f5f5f5;--color-bg-layout:#ffffff;--color-bg-hover:#ededed;--article-border-radius:15px;--btn-border-radius:10px;--category-border-radius:20px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -0,0 +1,14 @@
1
+ import { CommonDataStructure } from 'src/common/data';
2
+ export declare const dataStructure: CommonDataStructure;
3
+ export declare const authors: Record<string, string>;
4
+ export declare const authorsNames: string[];
5
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83D\uDEC1 \uD83D\uDECF\uFE0F \uD83D\uDD6F\uFE0F \uD83E\uDDF4";
6
+ export declare const categories: (string | number)[];
7
+ export declare const subcategories: string[];
8
+ export declare const subsubcategories: string[];
9
+ export type Category = keyof typeof dataStructure;
10
+ export type CategoryNode = (typeof dataStructure)[Category];
11
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
12
+ export declare const startDate = "2024-10-22T00:00:00Z";
13
+ export declare const devBucketName = "idn-luxebathe-dev";
14
+ export declare const prodBucketName = "idn-luxebathe";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const o={bathroomDesign:{title:"Transform Your Bathroom Design: Innovative Ideas & Trends 🌟",description:"Discover the latest trends in bathroom design to elevate your space. From modern styles to luxury fixtures, find inspiration today! 🛁✨",slug:"bathroom-design",children:{modernBathroomStyles:{title:"Modern Bathroom Styles: Chic & Functional Designs 🛁",description:"Explore modern bathroom styles that blend functionality with elegance. Discover trends that redefine luxury and comfort in your space. 🌈✨",slug:"modern-bathroom-styles",children:null},luxuryBathroomFixtures:{title:"Luxury Bathroom Fixtures: The Essence of Elegance 💎",description:"Elevate your bathroom with luxury fixtures that ooze style and comfort. From chic faucets to designer showers, find your perfect match! 🚿✨",slug:"luxury-bathroom-fixtures",children:null},colorPalettesForBathrooms:{title:"Color Palettes for Bathrooms: Create Your Serenity 🌈",description:"Discover soothing and vibrant color palettes for your bathroom. Transform your space into a serene oasis with the right hues! 🎨🌿",slug:"color-palettes-for-bathrooms",children:null},smallBathroomSolutions:{title:"Small Bathroom Solutions: Maximize Your Space Efficiently 🚪",description:"Unlock smart design solutions for small bathrooms. Learn tips to optimize space without compromising on style and comfort. 🛠️✨",slug:"small-bathroom-solutions",children:null},other:{title:"Explore Other Bathroom Design Ideas & Tips 🔍",description:"Delve into a variety of other bathroom design concepts and practical tips to enhance your bathing experience. Find what inspires you! 🧼💭",slug:"other-bathroom-design",children:null}}},bedroomInspiration:{title:"Inspire Your Bedroom: Cozy Ideas, Luxury Designs & More 🛏️✨",description:"Explore the captivating world of bedroom inspiration with cozy designs, luxury bedding options, seasonal decor ideas, and minimalist concepts. 🛌🌟",slug:"bedroom-inspiration",children:{cozyBedroomIdeas:{title:"Cozy Bedroom Ideas: Create a Warm Retreat 🕯️💤",description:"Transform your space with cozy bedroom ideas that invite warmth and comfort. Discover tips to curate an inviting and relaxing atmosphere. 🌙🏡",slug:"cozy-bedroom-ideas",children:null},minimalistBedroomDesign:{title:"Minimalist Bedroom Design: Simplicity Meets Style 🌿🛌",description:"Embrace simplicity with minimalist bedroom design ideas that promote tranquility and elegance. Discover how to create a serene sleeping space. ✨🏠",slug:"minimalist-bedroom-design",children:null},luxuryBeddingOptions:{title:"Luxury Bedding Options: Elevate Your Sleep Experience 🌜💖",description:"Indulge in luxury bedding options to enhance comfort and style in your bedroom. Experience the ultimate in sleep quality and design. 💤🌈",slug:"luxury-bedding-options",children:null},seasonalBedroomDecor:{title:"Seasonal Bedroom Decor: Refresh Your Space for Every Season 🍂🏵️",description:"Revitalize your bedroom with seasonal decor ideas that showcase your style throughout the year. Discover how to keep your space inviting! 🌸❄️",slug:"seasonal-bedroom-decor",children:null},other:{title:"Other Bedroom Inspirations: Unique Ideas & Trends 🌈💡",description:"Explore a variety of other bedroom inspirations, featuring unique design ideas and trending styles to personalize your sleeping space. 🛌✨",slug:"other-bedroom-inspirations",children:null}}},bathroomProducts:{title:"Explore Top Bathroom Products for a Luxurious Experience 🛁",description:"Discover the finest bathroom products that elevate your bath and bedroom aesthetics. Find reviews, tips, and trends for luxury spaces! ✨",slug:"luxurious-bathroom-products",children:{topRatedShowers:{title:"Top Rated Showers for Your Ultimate Bathing Experience 🚿",description:"Explore our top-rated showers with superior designs and features. Transform your shower routine into a luxurious experience. 🛀✨",slug:"top-rated-showers",children:null},bathtubReviews:{title:"In-Depth Bathtub Reviews for Your Dream Bathroom 🛁",description:"Read our expert bathtub reviews to find the perfect soaking tub for your bathroom. Create that serene sanctuary you deserve. 🧖‍♀️💖",slug:"bathtub-reviews",children:null},ecoFriendlyProducts:{title:"Eco-Friendly Bathroom Products for Sustainable Living 🌿",description:"Discover eco-friendly bathroom products that combine luxury with sustainability. Transform your space while caring for the planet! 🌎✨",slug:"eco-friendly-bathroom-products",children:null},accessoriesAndGadgets:{title:"Must-Have Bathroom Accessories and Gadgets for Efficiency 💡",description:"Upgrade your bathroom with essential accessories and innovative gadgets designed for comfort and luxury. Maximize your space effectively! 🚽🌟",slug:"bathroom-accessories-and-gadgets",children:null},other:{title:"Miscellaneous Bathroom Products and Tips for Perfection 🛠️",description:"Explore a variety of miscellaneous bathroom products and tips for achieving perfection in your bath space. Discover the unexpected! ✨🧼",slug:"other-bathroom-products",children:null}}},renovationTips:{title:"Essential Renovation Tips for Stunning Bathrooms and Bedrooms 🛁🛌",description:"Explore expert renovation tips to elevate your bathroom and bedroom spaces into luxury havens. Transform your home with practical advice and inspiration!",slug:"essential-renovation-tips",children:{budgetFriendlyRenovations:{title:"Budget-Friendly Renovations for Your Bath and Bedroom 💰",description:"Discover how to create a luxurious bath and bedroom on a budget! Explore cost-effective tips, tricks, and ideas that deliver amazing results.",slug:"budget-friendly-renovations",children:null},planningYourBathroomRemodel:{title:"Planning Your Bathroom Remodel: Expert Insights & Tips 📐",description:"Planning a bathroom remodel? Get expert insights and tips to create your dream bathroom. From layouts to fixtures, we have you covered!",slug:"planning-your-bathroom-remodel",children:null},bedroomMakeoverIdeas:{title:"Inspiring Bedroom Makeover Ideas for a Cozy Retreat 🛏️",description:"Revamp your bedroom with inspiring makeover ideas. Create a cozy retreat with stylish decor, innovative designs, and smart organization tips!",slug:"bedroom-makeover-ideas",children:null},professionalVsDIY:{title:"Professional vs DIY: Choosing the Right Renovation Approach 🔧",description:"Should you hire a professional or go DIY? Explore the pros and cons of each approach for your renovation projects in bath and bedroom spaces.",slug:"professional-vs-diy",children:null},other:{title:"Other Renovation Tips for Unique Bathroom and Bedroom Styles 🌟",description:"Explore additional renovation tips for unique styles in your bath and bedroom. Achieve personalization with innovative ideas and expert guidance!",slug:"other-renovation-tips",children:null}}},wellnessAndSelfCare:{title:"Transform Your Home into a Wellness Sanctuary 🌿",description:"Explore the ultimate guide to enhancing your bath and bedroom spaces with inspiring ideas and wellness tips. Create your personal sanctuary today! 🛁🛌",slug:"wellness-and-self-care",children:{spaAtHomeTechniques:{title:"Spa at Home Techniques: Indulge in Serenity 🌺",description:"Discover effective techniques to create a luxurious spa experience at home that rejuvenates both body and mind. Elevate your self-care routine! 🌊",slug:"spa-at-home-techniques",children:null},relaxationInTheBath:{title:"Relaxation in the Bath: Unwind in Style 🛁",description:"Learn how to transform your bath into a tranquil oasis with relaxation techniques, products, and ambiance tips. Your personal retreat awaits! 🕯️",slug:"relaxation-in-the-bath",children:null},bedtimeRitualsForBetterSleep:{title:"Bedtime Rituals for Better Sleep: Sweet Dreams Await 🌙",description:"Explore effective bedtime rituals that promote better sleep quality and enhance your nightly routine. Sleep soundly with these tips! 💤",slug:"bedtime-rituals-for-better-sleep",children:null},aromatherapyInYourSpace:{title:"Aromatherapy in Your Space: Scents for Serenity 🌸",description:"Discover how to incorporate aromatherapy into your home to create a calming atmosphere and enhance your wellness journey. Breathe in relaxation! 🌼",slug:"aromatherapy-in-your-space",children:null},other:{title:"Other Wellness & Self-Care Tips: Embrace Relaxation 🌈",description:"Explore additional wellness tips and self-care practices that foster relaxation and rejuvenation in your living environment. Find your peace! 🌟",slug:"other-wellness tips",children:null}}},maintenanceAndCare:{title:"Essential Bath and Bedroom Maintenance Tips for Luxury Homes 🛁🛏️",description:"Explore expert tips for cleaning, caring for the bath and bedroom, and keeping your spaces luxurious. Discover effortless maintenance advice now! ✨",slug:"bath-bedroom-maintenance-tips",children:{cleaningTipsForBathroom:{title:"Ultimate Cleaning Tips for a Sparkling Bathroom 🧼✨",description:"Transform your bathroom with our essential cleaning tips! Enjoy a spotless oasis with effective strategies to maintain a fresh and luxurious environment! 🛁",slug:"cleaning-tips-bathroom",children:null},bedroomCareAndMaintenance:{title:"Comprehensive Bedroom Care and Maintenance Guide 🛏️💖",description:"Ensure your bedroom remains a relaxing sanctuary! Discover tips for care and maintenance to enhance comfort without sacrificing luxury! 🌟",slug:"bedroom-care-maintenance",children:null},preventingMoistureInBathrooms:{title:"How to Prevent Moisture in Bathrooms: Essential Tips 🌊❌",description:"Worried about moisture in your bathroom? Learn valuable prevention tips to maintain a dry, healthy, and luxurious space. Stay moisture-free today! 🧴",slug:"prevent-moisture-bathroom",children:null},updatingAgedFixtures:{title:"Updating Aged Fixtures for a Modern Bathroom Look 🛁🔧",description:"Revitalize your bathroom by updating aged fixtures! Discover expert advice on choosing modern alternatives that enhance elegance and functionality. ✨",slug:"updating-aged-fixtures",children:null},other:{title:"Additional Maintenance Tips for a Luxurious Home 📚💡",description:"Explore more maintenance tips to elevate your home ambiance. From décor advice to upkeep strategies, create your perfect sanctuary with ease! 🏡",slug:"other-maintenance-tips",children:null}}}},t=e.AUTHORS_INFO.reduce(((e,o)=>Object.assign(Object.assign({},e),{[o.name]:[o.description]})),{}),r=e.AUTHORS_INFO.map((e=>e.name)),i="🛁 🛏️ 🕯️ 🧴",n=Object.keys(o),a=[],s=[];for(const e of n){const t=o[e];if(null==t?void 0:t.children){a.push(...Object.keys(t.children));for(const e of a){const o=t.children[e];(null==o?void 0:o.children)&&s.push(...Object.keys(o.children))}}}const l="2024-10-22T00:00:00Z",d="luxebathe",u=`idn-${d}-dev`,c=`idn-${d}`;exports.DEFAULT_DESCRIPTION_EMOJIS=i,exports.authors=t,exports.authorsNames=r,exports.categories=n,exports.dataStructure=o,exports.devBucketName=u,exports.prodBucketName=c,exports.startDate=l,exports.subcategories=a,exports.subsubcategories=s;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ LuxuryLevels = "Luxury Levels",
3
+ DesignStyles = "Design Styles",
4
+ RoomFeatures = "Room Features",
5
+ DIYComplexity = "DIY Complexity",
6
+ SeasonalInspirations = "Seasonal Inspirations"
7
+ }
8
+ type LuxuryLevelsValues = 'Ultra-Luxurious' | 'Mid-Range Oasis' | 'Budget-Friendly Splurges' | 'Minimalist Chic' | 'Eco-Friendly Elegance';
9
+ type DesignStylesValues = 'Modern Elegance' | 'Rustic Retreat' | 'Bohemian Bliss' | 'Classic Sophistication' | 'Scandinavian Simplicity';
10
+ type RoomFeaturesValues = 'Spa-inspired Baths' | 'Smart Technology Integration' | 'Statement Lighting' | 'Relaxation Zones' | 'Custom Storage Solutions';
11
+ type DIYComplexityValues = 'Beginner-Friendly Projects' | 'Intermediate Makeovers' | 'Expert-Level Renovations' | 'Quick Fix Hacks' | 'Sustainable Upgrades';
12
+ type SeasonalInspirationsValues = 'Spring Refresh' | 'Summer Serenity' | 'Autumn Warmth' | 'Winter Wonderland' | 'Year-Round Comfort';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.LuxuryLevels]: LuxuryLevelsValues[];
15
+ [FiltersNames.DesignStyles]: DesignStylesValues[];
16
+ [FiltersNames.RoomFeatures]: RoomFeaturesValues[];
17
+ [FiltersNames.DIYComplexity]: DIYComplexityValues[];
18
+ [FiltersNames.SeasonalInspirations]: SeasonalInspirationsValues[];
19
+ };
20
+ export declare const luxuryLevelsValues: LuxuryLevelsValues[];
21
+ export declare const designStylesValues: DesignStylesValues[];
22
+ export declare const roomFeaturesValues: RoomFeaturesValues[];
23
+ export declare const diyComplexityValues: DIYComplexityValues[];
24
+ export declare const seasonalInspirationsValues: SeasonalInspirationsValues[];
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={})).LuxuryLevels="Luxury Levels",e.DesignStyles="Design Styles",e.RoomFeatures="Room Features",e.DIYComplexity="DIY Complexity",e.SeasonalInspirations="Seasonal Inspirations";const s=["Ultra-Luxurious","Mid-Range Oasis","Budget-Friendly Splurges","Minimalist Chic","Eco-Friendly Elegance"],t=["Modern Elegance","Rustic Retreat","Bohemian Bliss","Classic Sophistication","Scandinavian Simplicity"],r=["Spa-inspired Baths","Smart Technology Integration","Statement Lighting","Relaxation Zones","Custom Storage Solutions"],i=["Beginner-Friendly Projects","Intermediate Makeovers","Expert-Level Renovations","Quick Fix Hacks","Sustainable Upgrades"],a=["Spring Refresh","Summer Serenity","Autumn Warmth","Winter Wonderland","Year-Round Comfort"],o={[exports.FiltersNames.LuxuryLevels]:[],[exports.FiltersNames.DesignStyles]:[],[exports.FiltersNames.RoomFeatures]:[],[exports.FiltersNames.DIYComplexity]:[],[exports.FiltersNames.SeasonalInspirations]:[]},l={[exports.FiltersNames.LuxuryLevels]:s,[exports.FiltersNames.DesignStyles]:t,[exports.FiltersNames.RoomFeatures]:r,[exports.FiltersNames.DIYComplexity]:i,[exports.FiltersNames.SeasonalInspirations]:a},n=()=>JSON.stringify(l,null,2);exports.designStylesValues=t,exports.diyComplexityValues=i,exports.fullFilters=l,exports.getFiltersTypesJSON=n,exports.initialFilters=o,exports.luxuryLevelsValues=s,exports.roomFeaturesValues=r,exports.seasonalInspirationsValues=a;
@@ -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.designStylesValues=t.designStylesValues,exports.diyComplexityValues=t.diyComplexityValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.luxuryLevelsValues=t.luxuryLevelsValues,exports.roomFeaturesValues=t.roomFeaturesValues,exports.seasonalInspirationsValues=t.seasonalInspirationsValues,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: LuxeBathe is an infotainment portal dedicated to the captivating world of bath and bedroom aesthetics. It offers a unique blend of inspirational ideas, tips, and trends for creating luxurious and relaxing spaces in your home.\n - Detailed description: LuxeBathe is your ultimate guide to transforming your bath and bedroom into serene sanctuaries of luxury and comfort. This portal features a wealth of articles that cover a wide range of topics including design inspirations, product reviews, DIY tips, and maintenance advice. From selecting the perfect bathtub and shower fixtures to creating a cozy bedroom oasis, LuxeBathe provides expert insight and innovative ideas to elevate your daily living. Our team of passionate writers and designers curate content that not only informs but also inspires, helping you make the most of your bath and bedroom spaces. Whether you're looking to renovate, decorate, or simply seek new ways to indulge in self-care, LuxeBathe is the go-to resource for all things bath and bedroom.\n - Target audience: The target audience for LuxeBathe includes homeowners, interior design enthusiasts, and individuals seeking to enhance their living spaces. This portal appeals to a diverse demographic that ranges from young professionals to families and retirees, all keen on improving their home environment. Specifically, it attracts those interested in luxury lifestyle, home improvement, and wellness, looking for practical guidance as well as creative inspiration to create their dream bath and bedroom.\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## Design Inspirations\n- Modern vs. Traditional Bath and Bedroom Styles\n- Color Palettes and Textures\n\n## Product Reviews\n- Bathtubs and Showers\n- Vanity and Sink Options\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 - Design Inspirations, 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 = "housewives and house owners";
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: LuxeBathe is an infotainment portal dedicated to the captivating world of bath and bedroom aesthetics. It offers a unique blend of inspirational ideas, tips, and trends for creating luxurious and relaxing spaces in your home.\n - Detailed description: LuxeBathe is your ultimate guide to transforming your bath and bedroom into serene sanctuaries of luxury and comfort. This portal features a wealth of articles that cover a wide range of topics including design inspirations, product reviews, DIY tips, and maintenance advice. From selecting the perfect bathtub and shower fixtures to creating a cozy bedroom oasis, LuxeBathe provides expert insight and innovative ideas to elevate your daily living. Our team of passionate writers and designers curate content that not only informs but also inspires, helping you make the most of your bath and bedroom spaces. Whether you're looking to renovate, decorate, or simply seek new ways to indulge in self-care, LuxeBathe is the go-to resource for all things bath and bedroom.\n - Target audience: The target audience for LuxeBathe includes homeowners, interior design enthusiasts, and individuals seeking to enhance their living spaces. This portal appeals to a diverse demographic that ranges from young professionals to families and retirees, all keen on improving their home environment. Specifically, it attracts those interested in luxury lifestyle, home improvement, and wellness, looking for practical guidance as well as creative inspiration to create their dream bath and bedroom.\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## Design Inspirations\n- Modern vs. Traditional Bath and Bedroom Styles\n- Color Palettes and Textures\n\n## Product Reviews\n- Bathtubs and Showers\n- Vanity and Sink Options\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 - Design Inspirations, 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="housewives and house owners",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:r})=>({prompt:`Award-winning hyper-real cinematic photo of a ${a}, ${o}, for an article ${r} from professional interior photograph for a glossy interior magazine, Interior photography, glossy Interior magazine, photorealistic, ultra realistic, maximum detail, highly detailed, commercial photography, sharp focus, epicurious, instagram, 4K, 8K, volumetric light, cinematic, octane render, uplight, no blur, depth of field, dof, film, bokeh, 85mm, f1.8, portrait, photo realistic, hyperrealistic, ornate, super detailed, intricate, dramatic, sunlight lighting, shadows, high dynamic range, masterpiece, best quality, (8k, RAW photo:1.2), vivid colour, masterpiece`,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}`,r=({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=r,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 LuxeBathe Team | Passionate About Bath & Bedroom Design",description:"Get to know the creative minds behind LuxeBathe! 🛀✨ Our expert team is dedicated to inspiring your bath and bedroom transformations."},[exports.PageNames.Home]:{title:"LuxeBathe - Your Ultimate Bath & Bedroom Resource",description:"Discover luxurious bath and bedroom designs at LuxeBathe! 🛁💖 Explore tips, trends, and inspiration for your dream space."},[exports.PageNames.NotFound]:{title:"Page Not Found | LuxeBathe",description:"Oops! 😔 The page you're looking for doesn't exist. Explore LuxeBathe for inspiring bath and bedroom content!"},[exports.PageNames.AboutUs]:{title:"About LuxeBathe | Where Style Meets Comfort",description:"Learn about LuxeBathe's mission to transform your bath and bedroom into stylish sanctuaries. 🌟🛏️ Discover our passion for design!"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | LuxeBathe",description:"Your privacy matters! 🔒🌐 Read LuxeBathe's privacy policy to understand how we protect your information while you explore fantastic designs."},[exports.PageNames.Terms]:{title:"Terms and Conditions | LuxeBathe",description:"Stay informed with LuxeBathe's terms and conditions! 📜✨ Understand your rights while enjoying our bath and bedroom insights."},[exports.PageNames.Sitemap]:{title:"Sitemap | LuxeBathe",description:"Navigate LuxeBathe with ease! 🗺️🛁 Find all our articles, tips, and resources for a stylish bath and bedroom experience."}},a=[{name:"Ananya Singh",description:"Ananya Singh is a seasoned interior designer and lifestyle writer based in Mumbai. With over a decade of experience in creating luxurious bath and bedroom spaces, she blends aesthetics with functionality in her articles. Ananya is passionate about sustainable design and shares tips on eco-friendly materials and products.",meta_title:"Ananya Singh - Interior Designer & Lifestyle Writer",meta_description:"Discover luxury and sustainability in bath and bedroom design with Ananya Singh, an experienced interior designer sharing her insights and tips."},{name:"Ravi Desai",description:"Ravi Desai is a freelance writer and home improvement expert from Bengaluru. He specializes in writing detailed articles on home renovation projects, particularly focusing on bathrooms and bedrooms. With a background in architectural design, Ravi provides unique perspectives on modern trends and classic styles.",meta_title:"Ravi Desai - Home Renovation Expert & Writer",meta_description:"Explore home improvement insights with Ravi Desai, a freelance writer and architectural designer specializing in bath and bedroom renovations."},{name:"Priya Iyer",description:"Priya Iyer is an award-winning home décor author and influencer based in New Delhi. With a flair for blending traditional Indian styles with contemporary designs, she enriches her articles with cultural references and practical tips for creating inviting spaces.",meta_title:"Priya Iyer - Home Décor Author & Influencer",meta_description:"Enhance your home with Priya Iyer's articles on bath and bedroom décor, offering a unique blend of Indian tradition and modern trends."},{name:"Arjun Sethi",description:"Arjun Sethi is a professional contractor and DIY enthusiast located in Pune. He shares practical insights and how-to guides based on his extensive experience in home construction and improvement. His articles focus on step-by-step processes for transforming bathrooms and bedrooms.",meta_title:"Arjun Sethi - DIY Expert & Contractor",meta_description:"Transform your spaces with Arjun Sethi's DIY guides and contractor tips for bath and bedroom enhancements, perfect for any homeowner."},{name:"Neha Kapoor",description:"Neha Kapoor is a lifestyle blogger and wellness advocate based in Chennai. Her writings often explore the intersection of wellness and home aesthetics, emphasizing how bathroom and bedroom designs can enhance mental well-being. She has a background in psychology and design.",meta_title:"Neha Kapoor - Wellness Advocate & Lifestyle Blogger",meta_description:"Discover the art of wellness in home design with Neha Kapoor, exploring how bath and bedroom environments can support mental health."},{name:"Vikram Anand",description:"Vikram Anand is a veteran journalist and author with over 15 years of experience in home and lifestyle writing. Based in Kolkata, he covers a wide range of topics related to bath and bedroom design, trends, and innovations, making his writings insightful and informative.",meta_title:"Vikram Anand - Journalist & Home Design Writer",meta_description:"Stay updated with the latest trends in bath and bedroom design with Vikram Anand, an experienced journalist sharing his insights and expertise."},{name:"Sanya Mehra",description:"Sanya Mehra is a luxury home textiles expert and writer from Hyderabad. Specializing in fabrics and materials for bedrooms and bathrooms, she provides readers with unique perspectives on how to choose the right textiles to enhance comfort and aesthetic appeal.",meta_title:"Sanya Mehra - Luxury Textiles Expert & Writer",meta_description:"Explore luxury textiles with Sanya Mehra, an expert writer sharing tips on selecting the perfect materials for a stylish bath and bedroom."},{name:"Karan Joshi",description:"Karan Joshi is an architect and lifestyle writer hailing from Ahmedabad. With a focus on innovative architecture and interior design, his articles emphasize smart designs for small spaces, particularly in bathrooms and bedrooms, appealing to urban dwellers.",meta_title:"Karan Joshi - Architect & Lifestyle Writer",meta_description:"Discover innovative design solutions for small spaces with Karan Joshi, an architect offering insights into effective bath and bedroom layouts."},{name:"Tina Rao",description:"Tina Rao is a renowned home staging expert and writer from Chandigarh. With extensive knowledge in making spaces look their best, her articles offer tips on staging bedrooms and bathrooms for a harmonious and inviting feel, perfect for homeowners and sellers alike.",meta_title:"Tina Rao - Home Staging Expert & Writer",meta_description:"Elevate your home aesthetic with Tina Rao's staging advice for bathrooms and bedrooms, designed to create inviting and harmonious spaces."},{name:"Rahul Choudhury",description:"Rahul Choudhury is an eco-friendly living advocate and writer based in Lucknow. He focuses on sustainable practices in home design, offering readers innovative solutions for creating environmentally friendly bathrooms and bedrooms without compromising style or comfort.",meta_title:"Rahul Choudhury - Eco-Friendly Living Advocate & Writer",meta_description:"Embrace sustainability in home design with Rahul Choudhury, sharing expert insights on eco-friendly bath and bedroom solutions."},{name:"Anaya Kapoor",description:"Anaya Kapoor is a noted home decor writer and designer based in Mumbai. With over 10 years of experience in the interior design industry, she specializes in creating luxurious spaces that reflect both style and functionality. Her keen eye for detail and passion for aesthetics have earned her numerous accolades, making her a sought-after expert in bath and bedroom design.",meta_title:"Anaya Kapoor - LuxeBathe Author",meta_description:"Explore the elegant insights of Anaya Kapoor, a seasoned home decor expert dedicated to transforming bath and bedroom spaces with luxury."},{name:"Rahul Mehta",description:"Rahul Mehta is an innovative interior designer and lifestyle blogger from Delhi. He has spent over 12 years exploring the intersection of luxury and sustainability in home design. Rahul’s articles provide practical tips on creating luxurious yet eco-friendly bath and bedroom environments.",meta_title:"Rahul Mehta - LuxeBathe Author",meta_description:"Discover Rahul Mehta's expert advice on sustainable luxury in bath and bedroom design, backed by over a decade of experience."},{name:"Priya Sharma",description:"Priya Sharma is a DIY and home improvement expert hailing from Bangalore. With a background in architecture and a love for interior design, she has been writing about transforming spaces for more than 8 years. Priya's focus on affordability and creativity makes her an inspiring voice for those looking to elevate their bath and bedroom areas.",meta_title:"Priya Sharma - LuxeBathe Author",meta_description:"Get inspired by Priya Sharma, a DIY home improvement expert who shares innovative ideas for stylish and affordable bath and bedroom transformations."},{name:"Siddharth Nair",description:"Siddharth Nair is a freelance writer and interior stylist from Chennai, specializing in creating upscale environments in living spaces. With a decade-long career, his articles emphasize design trends, personal anecdotes, and practical advice to enrich the luxury of bath and bedroom spaces.",meta_title:"Siddharth Nair - LuxeBathe Author",meta_description:"Immerse yourself in the upscale design insights of Siddharth Nair, a seasoned writer and stylist dedicated to enhancing bath and bedroom luxury."},{name:"Neha Verma",description:"Neha Verma is a home decor enthusiast and writer from Hyderabad. With five years of experience in lifestyle journalism, she explores modern trends in bath and bedroom design. Neha’s unique approach combines traditional Indian elements with contemporary style, providing readers with a diverse perspective.",meta_title:"Neha Verma - LuxeBathe Author",meta_description:"Enjoy Neha Verma’s creative insights blending traditional and contemporary styles in bath and bedroom design, with a focus on modern trends."},{name:"Meera Reddy",description:"Meera Reddy is an award-winning interior designer and writer based in Kolkata. She specializes in luxurious, personalized designs for residential projects, focusing on bath and bedroom aesthetics. With over 20 years in the industry, her insightful articles showcase her expertise in crafting serene spaces.",meta_title:"Meera Reddy - LuxeBathe Author",meta_description:"Dive into the expertise of Meera Reddy, an award-winning designer with 20 years of experience in creating breathtaking bath and bedroom spaces."},{name:"Amit Singh",description:"Amit Singh is a bath and bedroom product reviewer and designer from Pune. With a strong background in consumer research, he brings a unique perspective to product selection for luxury spaces. Amit’s articles help readers make informed choices while curating their bath and bedroom collections.",meta_title:"Amit Singh - LuxeBathe Author",meta_description:"Navigate the world of luxury bath and bedroom products with Amit Singh, a dedicated reviewer with a keen eye for quality and design."},{name:"Isha Desai",description:"Isha Desai is a creative content writer and home stylist from Jaipur, focusing on bath and bedroom trends that blend craftsmanship with luxury. With her passion for storytelling, Isha crafts articles that explore the art of design, enhancing readers' understanding of elegant living spaces.",meta_title:"Isha Desai - LuxeBathe Author",meta_description:"Explore the elegant writing of Isha Desai, a home stylist passionate about blending craftsmanship and luxury in bath and bedroom design."},{name:"Divya Anand",description:"Divya Anand is an established lifestyle influencer and interior designer from Chandigarh. With her extensive experience in creating chic bath and bedroom spaces, she shares practical advice and stylish design ideas that resonate with readers looking to elevate their homes.",meta_title:"Divya Anand - LuxeBathe Author",meta_description:"Unlock the stylish insights of Divya Anand, a lifestyle influencer and designer, as she shares tips for creating chic bath and bedroom spaces."},{name:"Shreya Kapoor",description:"Shreya Kapoor is a seasoned interior design expert with over 10 years of experience in creating luxurious and functional bathing spaces. Her passion for home aesthetics led her to specialize in baths and bedrooms, where she combines modern design with traditional Indian elements. Shreya holds a degree in Interior Design from NIFT and has a keen eye for detail that brings elegance to every project.",meta_title:"Shreya Kapoor - LuxeBathe Author",meta_description:"Discover articles by Shreya Kapoor, an expert interior designer specializing in luxurious bathing and bedroom spaces. Insights on design trends, tips, and more."},{name:"Arjun Mehta",description:"Arjun Mehta is a creative designer and home decor enthusiast from Delhi, India, with over 8 years of experience in sustainable home design. He focuses on creating eco-friendly spaces that don’t compromise on style, offering readers innovative solutions for their baths and bedrooms. His work has been featured in various design magazines and online platforms.",meta_title:"Arjun Mehta - LuxeBathe Author",meta_description:"Explore articles by Arjun Mehta, a designer passionate about sustainable home decor. Learn tips for eco-friendly baths and bedrooms at LuxeBathe."},{name:"Ananya Chatterjee",description:"Ananya Chatterjee is a lifestyle writer and bath product developer based in Mumbai. With a background in marketing and a love for personal care, she brings fresh and engaging content to LuxeBathe. Ananya focuses on product reviews, DIY tutorials, and wellness tips to elevate your bathing experience.",meta_title:"Ananya Chatterjee - LuxeBathe Author",meta_description:"Read insightful articles by Ananya Chatterjee, a lifestyle writer & bath product developer. Discover DIY tips and wellness insights at LuxeBathe."},{name:"Rahul Singh",description:"Rahul Singh is a renowned architect and urban planner from Bengaluru, specializing in spatial design. With over 12 years of experience, he contributes articles focused on optimizing space in bathrooms and bedrooms. Rahul believes in marrying functionality with aesthetics, making him a prominent voice in modern design.",meta_title:"Rahul Singh - LuxeBathe Author",meta_description:"Uncover expert insights from Rahul Singh, an architect specializing in spatial design for baths and bedrooms. Enhance your space at LuxeBathe."},{name:"Pooja Varma",description:"Pooja Varma is a wellness advocate and bath enthusiast who writes about the importance of relaxation spaces in homes. Based in Goa, she combines her passion for wellness with her knowledge of home decor, offering insights into creating calming bedroom and bath experiences. Pooja's work emphasizes the mental and physical benefits of a serene environment.",meta_title:"Pooja Varma - LuxeBathe Author",meta_description:"Discover wellness-focused articles by Pooja Varma, advocating for serene baths and bedrooms. Tips for enhancing relaxation at LuxeBathe."},{name:"Vikram Desai",description:"Vikram Desai is a freelance writer and home improvement expert with a special focus on bathroom renovations. With 15 years in the industry, he shares his expertise through practical tips and how-to guides. Vikram is passionate about helping readers transform their spaces into luxurious escapes.",meta_title:"Vikram Desai - LuxeBathe Author",meta_description:"Explore practical renovation tips from Vikram Desai, a home improvement expert. Transform your bathing spaces with expert advice at LuxeBathe."},{name:"Neha Iyer",description:"Neha Iyer is an established lifestyle blogger who focuses on home and decor topics. With an eye for style and a love for creative writing, she shares her unique perspective on bath and bedroom decoration. Neha’s articles often explore trends, DIY projects, and budget-friendly ideas.",meta_title:"Neha Iyer - LuxeBathe Author",meta_description:"Immerse yourself in stylish decor insights by Neha Iyer, a lifestyle blogger. Creative tips and trends for baths and bedrooms at LuxeBathe."},{name:"Tarun Joshi",description:"Tarun Joshi is a product designer and researcher based in Kolkata, specializing in bathroom fixtures and accessories. With a master's degree in product design, he writes in-depth articles that guide readers on choosing the right fixtures and enhancing their bath experience. His research informs environmentally sustainable options.",meta_title:"Tarun Joshi - LuxeBathe Author",meta_description:"Find expert product insights from Tarun Joshi, a product designer specializing in bath fixtures. Elevate your bathroom experience at LuxeBathe."},{name:"Sonia Roy",description:"Sonia Roy is a fashion and lifestyle journalist with a keen eye for trends in home design. With a career spanning over a decade, she combines her love of fashion with home decor, creating engaging articles that resonate with readers looking to infuse their baths and bedrooms with style and flair.",meta_title:"Sonia Roy - LuxeBathe Author",meta_description:"Discover stylish insights from Sonia Roy, a fashion and lifestyle journalist. Transform your bath and bedroom with trends at LuxeBathe."},{name:"Deepak Kumar",description:"Deepak Kumar is an expert in home automation and smart home technology. Based in Hyderabad, he writes about integrating technology into everyday living spaces, especially in baths and bedrooms. His articles help readers create smart, efficient, and luxurious environments.",meta_title:"Deepak Kumar - LuxeBathe Author",meta_description:"Explore innovative home technology solutions with Deepak Kumar, specializing in smart baths and bedrooms. Enhance your comfort at LuxeBathe."},{name:"Aditi Rao",description:"Aditi Rao is an interior designer and lifestyle writer with over 10 years of experience in home décor and furnishings. Based in Mumbai, she has worked with numerous high-end clients, creating luxurious and functional spaces. Aditi is passionate about sustainability and often integrates eco-friendly elements into her designs.",meta_title:"Aditi Rao - Interior Designer & Home Décor Writer | LuxeBathe",meta_description:"Explore the insights of Aditi Rao, an experienced interior designer and lifestyle writer, as she shares her expertise in creating luxurious and sustainable bath and bedroom spaces."},{name:"Vikram Singh",description:"Vikram Singh is a seasoned architect and design consultant from Delhi. With over 15 years in the industry, he specializes in creating serene and harmonious bathroom and bedroom spaces. Vikram combines traditional Indian aesthetics with modern functionality in his designs, making him a sought-after expert.",meta_title:"Vikram Singh - Architect & Design Consultant | LuxeBathe",meta_description:"Dive into the world of Vikram Singh, a skilled architect and design consultant who focuses on curating tranquil and efficient bath and bedroom designs that blend tradition with modernity."},{name:"Neha Mehta",description:"Neha Mehta is a content creator and home improvement expert with a passion for creating inspiring lifestyle content. With a background in journalism, she has collaborated with leading home and lifestyle brands, bringing her unique perspective to bath and bedroom design.",meta_title:"Neha Mehta - Lifestyle Writer & Home Improvement Expert | LuxeBathe",meta_description:"Discover Neha Mehta's inspiring articles on home improvement and lifestyle, focusing on innovative and stylish ideas for your bath and bedroom renovations."},{name:"Rahul Chatterjee",description:"Rahul Chatterjee is an award-winning wellness and lifestyle blogger based in Bengaluru. With a focus on holistic living, he shares tips and tricks for creating calming bath and bedroom environments that promote relaxation and wellness.",meta_title:"Rahul Chatterjee - Wellness Blogger & Lifestyle Expert | LuxeBathe",meta_description:"Join Rahul Chatterjee as he guides you on creating serene sanctuaries in your home, enhancing relaxation and wellness in your bath and bedroom spaces."},{name:"Sonal Gupta",description:"Sonal Gupta is a fashion-forward interior stylist and editor from Chennai, specializing in contemporary designs. With a keen eye for detail, she curates stylish décor ideas for baths and bedrooms that resonate with modern sensibilities.",meta_title:"Sonal Gupta - Interior Stylist & Editor | LuxeBathe",meta_description:"Explore Sonal Gupta's chic and contemporary design ideas for your bath and bedroom, where style meets practicality in modern home décor."},{name:"Pooja Bansal",description:"Pooja Bansal is a home organization specialist and lifestyle writer from Hyderabad. With a focus on decluttering and practical storage solutions, she helps individuals create peaceful and organized bath and bedroom environments.",meta_title:"Pooja Bansal - Home Organization Specialist | LuxeBathe",meta_description:"Get expert tips from Pooja Bansal on organizing your bath and bedroom spaces for maximum tranquility and efficiency, turning chaos into calm."},{name:"Anil Kumar",description:"Anil Kumar is a Feng Shui consultant and home interior expert with two decades of experience. He brings a unique perspective to bath and bedroom design by harmonizing energy flow, ensuring these spaces promote relaxation and well-being.",meta_title:"Anil Kumar - Feng Shui Consultant & Interior Expert | LuxeBathe",meta_description:"Enhance your bath and bedroom spaces with Anil Kumar's insights on Feng Shui principles, creating harmonious environments that foster relaxation and peace."},{name:"Riya Sharma",description:"Riya Sharma is a creative graphic designer and home décor influencer from Kolkata. With a passion for aesthetics and color theory, she shares visually stunning ideas for decorating baths and bedrooms that mirror personal style.",meta_title:"Riya Sharma - Graphic Designer & Home Décor Influencer | LuxeBathe",meta_description:"Follow Riya Sharma's artistic journey as she shares visually captivating ideas for transforming your bath and bedroom with unique décor elements."},{name:"Siddharth Mehta",description:"Siddharth Mehta is a luxury travel and lifestyle writer, blending his passion for travel with home design. His articles reflect high-end bath and bedroom designs inspired by global trends and luxury experiences.",meta_title:"Siddharth Mehta - Luxury Travel & Lifestyle Writer | LuxeBathe",meta_description:"Explore Siddharth Mehta's luxurious insights into bath and bedroom design, inspired by his global travels and high-end lifestyle experiences."},{name:"Emily Carter",description:"Emily Carter is a seasoned interior designer with over a decade of experience in creating luxurious bathroom and bedroom spaces. Based in London, she believes in marrying aesthetics with functionality and has worked with numerous high-profile clients. Her passion for transforming everyday environments into lavish retreats shines through in her writing.",meta_title:"Emily Carter - LuxeBathe Expert Author",meta_description:"Discover the insights and expertise of Emily Carter, a professional interior designer specializing in luxury bathroom and bedroom design."},{name:"Raj Patel",description:"Raj Patel is a home improvement enthusiast and freelance writer from Mumbai, India. With years of hands-on experience in renovation projects, Raj shares his unique perspective on maximizing space and enhancing comfort in bathrooms and bedrooms. He aims to inspire readers to create their dream environments on a budget.",meta_title:"Raj Patel - LuxeBathe Contributor",meta_description:"Explore creative home improvement ideas from Raj Patel, an expert in budget-friendly renovations for luxury bathrooms and bedrooms."},{name:"Sofia Garcia",description:"Sofia Garcia, a San Francisco-based lifestyle blogger, specializes in eco-friendly and sustainable design. Her extensive background in architecture allows her to craft well-informed articles about creating luxurious yet environmentally conscious bath and bedroom spaces. Sofia is an advocate for green living and often collaborates with sustainable brands.",meta_title:"Sofia Garcia - LuxeBathe Sustainable Living Expert",meta_description:"Join Sofia Garcia as she shares her expertise on creating eco-friendly luxury bath and bedroom spaces with sustainable practices."},{name:"Liam Johnson",description:"Based in Sydney, Liam Johnson is an award-winning home decor journalist with over 15 years of experience. He provides readers with the latest trends, products, and tips for creating stunning bathrooms and bedrooms. Liam's keen eye for detail and in-depth research make him a trusted voice in the home lifestyle industry.",meta_title:"Liam Johnson - LuxeBathe Design Innovator",meta_description:"Stay ahead of the trends with Liam Johnson, an award-winning journalist offering expert advice on luxury bathroom and bedroom design."},{name:"Chloe Wang",description:"Chloe Wang is a home staging expert and writer based in Toronto, Canada. With a focus on enhancing the aesthetic appeal of spaces, her work encompasses everything from bathrooms to bedrooms. Chloe has a knack for storytelling, drawing readers in with her captivating insights and vivid illustrations of design concepts.",meta_title:"Chloe Wang - LuxeBathe Home Staging Specialist",meta_description:"Enhance your living space with tips from Chloe Wang, a home staging expert providing insights on luxurious bath and bedroom decor."},{name:"Michael Thompson",description:"Michael Thompson is a professional contractor and DIY expert from Chicago, USA. Combining his expertise in construction with a flair for design, he shares invaluable tips on how to remodel bathrooms and bedrooms effectively. His articles empower readers to take charge of their own home projects with confidence.",meta_title:"Michael Thompson - LuxeBathe DIY Authority",meta_description:"Empower your next home project with insights from Michael Thompson, a DIY expert specializing in bathroom and bedroom renovations."},{name:"Ava Dubois",description:"Ava Dubois is a luxury lifestyle influencer and writer based in Paris. With a profound love for aesthetics, she writes about the latest high-end trends in bath and bedroom design. Ava’s articles often blend her personal experiences with practical advice, offering readers a glimpse into opulent living.",meta_title:"Ava Dubois - LuxeBathe Luxury Lifestyle Writer",meta_description:"Discover luxury living insights from Ava Dubois, a Paris-based influencer specializing in opulent bathroom and bedroom designs."},{name:"Samuel Kim",description:"Samuel Kim, located in Seoul, South Korea, is a journalist specializing in smart home technology and design. His background in IT and fascination with modern living allow him to explore the intersection of technology and luxury in bath and bedroom spaces, providing readers with innovative ideas and solutions.",meta_title:"Samuel Kim - LuxeBathe Smart Home Expert",meta_description:"Explore technological advancements in bath and bedroom design with Samuel Kim, a journalist covering the latest smart home trends."},{name:"Olivia Schmidt",description:"Olivia Schmidt is an acclaimed wellness expert and holistic living advocate from Berlin, Germany. She focuses on creating calming and rejuvenating spaces within the home, especially bathrooms and bedrooms, that promote overall well-being. Her writing encourages readers to integrate mindfulness into their design choices.",meta_title:"Olivia Schmidt - LuxeBathe Wellness Advocate",meta_description:"Create a sanctuary for wellness with insight from Olivia Schmidt, an expert on designing serene bath and bedroom spaces."},{name:"Nicolette van der Meer",description:"Nicolette van der Meer, based in Amsterdam, is an internationally recognized interior stylist known for her minimalistic approach. With years of experience in both commercial and residential design, she shares her unique blend of style tips and practical solutions for creating elegant bathroom and bedroom spaces.",meta_title:"Nicolette van der Meer - LuxeBathe Design Stylist",meta_description:"Achieve simplicity and elegance in your home with styling tips from Nicolette van der Meer, a professional interior stylist."},{name:"Emma Stone",description:"Emma Stone is an interior design expert with over 10 years of experience specializing in luxury bathrooms and bedrooms. She has worked with high-profile clients in creating serene spaces that blend aesthetics with functionality. Emma shares her expertise on design trends, renovations, and decor inspiration, making her a valuable voice in the LuxeBathe community.",meta_title:"Emma Stone - LuxeBathe Interior Design Expert",meta_description:"Discover the latest trends and expert tips from Emma Stone, LuxeBathe's interior design specialist focusing on luxury bathrooms and bedrooms."},{name:"Michael Chen",description:"Michael Chen is an internationally recognized architect and home design blogger. With a passion for sustainable living, he integrates eco-friendly materials into luxurious bathroom and bedroom designs. His innovative ideas and solutions cater to modern lifestyle needs, ensuring functionality meets style in every living space.",meta_title:"Michael Chen - LuxeBathe Eco-Friendly Design Advocate",meta_description:"Explore eco-conscious design insights with Michael Chen, LuxeBathe's architect specializing in luxurious yet sustainable bathroom and bedroom solutions."},{name:"Sophia Rodriguez",description:"Sophia Rodriguez is a travel and lifestyle writer who blends her experiences from around the globe into her writing about bath and bedroom aesthetics. With a keen eye for detail and a love for cultural elements, she explores how different cultures influence decor styles, helping readers find inspiration for their own homes.",meta_title:"Sophia Rodriguez - LuxeBathe Global Lifestyle Writer",meta_description:"Join Sophia Rodriguez in exploring global decor influences and travel-inspired designs for luxurious bathrooms and bedrooms at LuxeBathe."},{name:"James Carter",description:"James Carter is a professional contractor and home renovation expert with over 15 years of hands-on experience. His practical advice covers not only construction tips but also innovative design ideas for bath and bedroom makeovers, aiming to guide homeowners through every step of their renovation journey.",meta_title:"James Carter - LuxeBathe Renovation Expert",meta_description:"Get practical renovation tips from James Carter, LuxeBathe's home improvement expert specializing in luxurious bathroom and bedroom transformations."},{name:"Ava Johnson",description:"Ava Johnson is a home decor stylist and social media influencer known for her chic and personalized approach to interior spaces. Her expertise in color trends and textile selection helps readers make informed choices to curate their perfect bath and bedroom environments, emphasizing the importance of personal style.",meta_title:"Ava Johnson - LuxeBathe Home Decor Stylist",meta_description:"Discover chic decor tips from Ava Johnson, LuxeBathe's home stylist dedicated to helping you personalize your dream bathroom and bedroom."},{name:"Liam Thompson",description:"Liam Thompson is a wellness advocate with a focus on creating calm spaces in the home. His writings delve into the intersection of design and well-being, offering tips on how to create a relaxing atmosphere in bathrooms and bedrooms. Liam emphasizes mindfulness in design, promoting total relaxation.",meta_title:"Liam Thompson - LuxeBathe Wellness and Design Advocate",meta_description:"Transform your home into a sanctuary with insights from Liam Thompson, LuxeBathe's wellness expert on creating relaxing bath and bedroom spaces."},{name:"Olivia Wilson",description:"Olivia Wilson is a seasoned home improvement blogger with a focus on innovative storage solutions for bathrooms and bedrooms. She helps homeowners maximize their space while maintaining an elegant aesthetic, sharing smart organization hacks and product recommendations to simplify everyday living.",meta_title:"Olivia Wilson - LuxeBathe Storage and Organization Specialist",meta_description:"Simplify your home with Olivia Wilson, LuxeBathe’s expert in elegant storage solutions for bathrooms and bedrooms, featuring organization hacks and tips."},{name:"Ethan Patel",description:"Ethan Patel is a luxury product reviewer and lifestyle blogger with a taste for high-end home accessories. He provides insightful critiques and recommendations on premium bath and bedroom products, guiding readers toward creating indulgent experiences in their personal spaces.",meta_title:"Ethan Patel - LuxeBathe Luxury Product Reviewer",meta_description:"Elevate your bath and bedroom experience with Ethan Patel's expert reviews on luxury home products at LuxeBathe, the ultimate guide to indulgence."},{name:"Mia Davis",description:"Mia Davis is a DIY enthusiast and self-taught design aficionado with a flair for transforming ordinary spaces into extraordinary retreats. Her blog features creative projects and step-by-step tutorials that empower homeowners to embark on their own bath and bedroom transformations with confidence.",meta_title:"Mia Davis - LuxeBathe DIY Home Transformation Expert",meta_description:"Get inspired with Mia Davis, LuxeBathe’s DIY expert sharing creative and easy projects to transform your bathroom and bedroom into a luxurious retreat."},{name:"Noah Wright",description:"Noah Wright is an award-winning journalist and writer who has dedicated his career to exploring trends in home design and architecture. His analytical approach brings depth to his articles, focusing on how design impacts lifestyle and comfort in bath and bedroom spaces worldwide.",meta_title:"Noah Wright - LuxeBathe Design Trends Journalist",meta_description:"Stay ahead of the curve with Noah Wright, LuxeBathe’s design trends journalist exploring how bathroom and bedroom design shapes your lifestyle."}],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:#0a0a0a;--theme-color-8:#2f2f2f;--theme-color-7:#5c5c5c;--theme-color-6:#8c8c8c;--theme-color-5:#b8b8b8;--theme-color-4:#eaeaea;--theme-color-3:#ebd79a;--theme-color-2:#f8e4b1;--theme-color-1:#f9ebaf;--color-bg-layout:#f1e9d0;--color-bg-hover:#e6c4a8;--article-border-radius:25px;--btn-border-radius:8px;--category-border-radius:30px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tedo-publisher",
3
- "version": "1.3.381",
3
+ "version": "1.3.382",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [