tedo-publisher 1.3.290 → 1.3.292

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. package/dist/elarahaven/data.d.ts +315 -0
  2. package/dist/elarahaven/data.js +1 -0
  3. package/dist/elarahaven/filters.d.ts +28 -0
  4. package/dist/elarahaven/filters.js +1 -0
  5. package/dist/elarahaven/index.js +1 -0
  6. package/dist/elarahaven/prompts/data.d.ts +7 -0
  7. package/dist/elarahaven/prompts/data.js +1 -0
  8. package/dist/elarahaven/prompts/images.js +1 -0
  9. package/dist/elarahaven/seo.js +1 -0
  10. package/dist/elarahaven/styles/theme.css +1 -0
  11. package/dist/itinsighter/data.d.ts +1 -1
  12. package/dist/{featurix → joyfuses}/data.d.ts +2 -2
  13. package/dist/{featurix → joyfuses}/data.js +1 -1
  14. package/dist/joyfuses/helpers.d.ts +3 -0
  15. package/dist/joyfuses/helpers.js +1 -0
  16. package/dist/joyfuses/index.d.ts +15 -0
  17. package/dist/{featurix → joyfuses}/prompts/data.d.ts +1 -1
  18. package/dist/{featurix → joyfuses}/prompts/data.js +1 -1
  19. package/dist/joyfuses/prompts/gpt35turbo/articles.d.ts +6 -0
  20. package/dist/joyfuses/prompts/gpt35turbo/articles.js +1 -0
  21. package/dist/joyfuses/prompts/gpt4oMini/articles.d.ts +6 -0
  22. package/dist/joyfuses/prompts/gpt4oMini/articles.js +1 -0
  23. package/dist/joyfuses/prompts/images.d.ts +4 -0
  24. package/dist/joyfuses/seo.d.ts +23 -0
  25. package/dist/{featurix → joyfuses}/seo.js +1 -1
  26. package/dist/joyfuses/styles/colors.css +1 -0
  27. package/dist/joyfuses/styles/fonts.css +1 -0
  28. package/dist/joyfuses/styles/global.css +1 -0
  29. package/dist/joyfuses/styles/sizing.css +1 -0
  30. package/dist/joyfuses/styles/vars.css +1 -0
  31. package/dist/myzeroth/data.d.ts +1 -1
  32. package/package.json +1 -1
  33. /package/dist/{featurix → elarahaven}/helpers.d.ts +0 -0
  34. /package/dist/{featurix → elarahaven}/helpers.js +0 -0
  35. /package/dist/{featurix → elarahaven}/index.d.ts +0 -0
  36. /package/dist/{featurix → elarahaven}/prompts/gpt35turbo/articles.d.ts +0 -0
  37. /package/dist/{featurix → elarahaven}/prompts/gpt35turbo/articles.js +0 -0
  38. /package/dist/{featurix → elarahaven}/prompts/gpt4oMini/articles.d.ts +0 -0
  39. /package/dist/{featurix → elarahaven}/prompts/gpt4oMini/articles.js +0 -0
  40. /package/dist/{featurix → elarahaven}/prompts/images.d.ts +0 -0
  41. /package/dist/{featurix → elarahaven}/seo.d.ts +0 -0
  42. /package/dist/{featurix → elarahaven}/styles/colors.css +0 -0
  43. /package/dist/{featurix → elarahaven}/styles/fonts.css +0 -0
  44. /package/dist/{featurix → elarahaven}/styles/global.css +0 -0
  45. /package/dist/{featurix → elarahaven}/styles/sizing.css +0 -0
  46. /package/dist/{featurix → elarahaven}/styles/vars.css +0 -0
  47. /package/dist/{featurix → joyfuses}/filters.d.ts +0 -0
  48. /package/dist/{featurix → joyfuses}/filters.js +0 -0
  49. /package/dist/{featurix → joyfuses}/index.js +0 -0
  50. /package/dist/{featurix → joyfuses}/prompts/images.js +0 -0
  51. /package/dist/{featurix → joyfuses}/styles/theme.css +0 -0
@@ -0,0 +1,315 @@
1
+ export declare const dataStructure: {
2
+ stunningArchitecture: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ modernDesigns: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ ecoFriendlyHomes: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ luxuryInteriors: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ historicalBuildings: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ compactLivingSpaces: {
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
+ breathtakingDestinations: {
46
+ title: string;
47
+ description: string;
48
+ slug: string;
49
+ children: {
50
+ hiddenGems: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ beachEscapes: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ mountainRetreats: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ urbanAdventures: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ culturalExperiences: {
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
+ interiorDesignInspiration: {
89
+ title: string;
90
+ description: string;
91
+ slug: string;
92
+ children: {
93
+ minimalistStyles: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ colorPalettes: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ functionalSpaces: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ decorativeElements: {
112
+ title: string;
113
+ description: string;
114
+ slug: string;
115
+ children: null;
116
+ };
117
+ renovationTips: {
118
+ title: string;
119
+ description: string;
120
+ slug: string;
121
+ children: null;
122
+ };
123
+ other: {
124
+ title: string;
125
+ description: string;
126
+ slug: string;
127
+ children: null;
128
+ };
129
+ };
130
+ };
131
+ landscapePhotography: {
132
+ title: string;
133
+ description: string;
134
+ slug: string;
135
+ children: {
136
+ landscapeComposition: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ natureInFocus: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ urbanLandscapes: {
149
+ title: string;
150
+ description: string;
151
+ slug: string;
152
+ children: null;
153
+ };
154
+ sunsetViews: {
155
+ title: string;
156
+ description: string;
157
+ slug: string;
158
+ children: null;
159
+ };
160
+ seasonalVistas: {
161
+ title: string;
162
+ description: string;
163
+ slug: string;
164
+ children: null;
165
+ };
166
+ other: {
167
+ title: string;
168
+ description: string;
169
+ slug: string;
170
+ children: null;
171
+ };
172
+ };
173
+ };
174
+ homeRenovationIdeas: {
175
+ title: string;
176
+ description: string;
177
+ slug: string;
178
+ children: {
179
+ budgetFriendlyRenovations: {
180
+ title: string;
181
+ description: string;
182
+ slug: string;
183
+ children: null;
184
+ };
185
+ smartHomeUpgrades: {
186
+ title: string;
187
+ description: string;
188
+ slug: string;
189
+ children: null;
190
+ };
191
+ outdoorLivingSpaces: {
192
+ title: string;
193
+ description: string;
194
+ slug: string;
195
+ children: null;
196
+ };
197
+ kitchenRemodels: {
198
+ title: string;
199
+ description: string;
200
+ slug: string;
201
+ children: null;
202
+ };
203
+ bathroomMakeovers: {
204
+ title: string;
205
+ description: string;
206
+ slug: string;
207
+ children: null;
208
+ };
209
+ other: {
210
+ title: string;
211
+ description: string;
212
+ slug: string;
213
+ children: null;
214
+ };
215
+ };
216
+ };
217
+ travelTipsAndGuides: {
218
+ title: string;
219
+ description: string;
220
+ slug: string;
221
+ children: {
222
+ packingEssentials: {
223
+ title: string;
224
+ description: string;
225
+ slug: string;
226
+ children: null;
227
+ };
228
+ localCuisineExploration: {
229
+ title: string;
230
+ description: string;
231
+ slug: string;
232
+ children: null;
233
+ };
234
+ soloTravelAdvice: {
235
+ title: string;
236
+ description: string;
237
+ slug: string;
238
+ children: null;
239
+ };
240
+ familyTravelSuggestions: {
241
+ title: string;
242
+ description: string;
243
+ slug: string;
244
+ children: null;
245
+ };
246
+ travelSafetyTips: {
247
+ title: string;
248
+ description: string;
249
+ slug: string;
250
+ children: null;
251
+ };
252
+ other: {
253
+ title: string;
254
+ description: string;
255
+ slug: string;
256
+ children: null;
257
+ };
258
+ };
259
+ };
260
+ artOfHomeLiving: {
261
+ title: string;
262
+ description: string;
263
+ slug: string;
264
+ children: {
265
+ homeMaintenance: {
266
+ title: string;
267
+ description: string;
268
+ slug: string;
269
+ children: null;
270
+ };
271
+ seasonalDecor: {
272
+ title: string;
273
+ description: string;
274
+ slug: string;
275
+ children: null;
276
+ };
277
+ creatingAmbiance: {
278
+ title: string;
279
+ description: string;
280
+ slug: string;
281
+ children: null;
282
+ };
283
+ homeWellness: {
284
+ title: string;
285
+ description: string;
286
+ slug: string;
287
+ children: null;
288
+ };
289
+ outdoorOasis: {
290
+ title: string;
291
+ description: string;
292
+ slug: string;
293
+ children: null;
294
+ };
295
+ other: {
296
+ title: string;
297
+ description: string;
298
+ slug: string;
299
+ children: null;
300
+ };
301
+ };
302
+ };
303
+ };
304
+ export declare const authors: Record<string, string>;
305
+ export declare const authorsNames: string[];
306
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF05\uD83C\uDF3F\u2728";
307
+ export declare const categories: ("stunningArchitecture" | "breathtakingDestinations" | "interiorDesignInspiration" | "landscapePhotography" | "homeRenovationIdeas" | "travelTipsAndGuides" | "artOfHomeLiving")[];
308
+ export declare const subcategories: string[];
309
+ export declare const subsubcategories: string[];
310
+ export type Category = keyof typeof dataStructure;
311
+ export type CategoryNode = (typeof dataStructure)[Category];
312
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
313
+ export declare const startDate = "2024-09-19T00:00:00Z";
314
+ export declare const devBucketName = "idn-elarahaven-dev";
315
+ export declare const prodBucketName = "idn-elarahaven";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={stunningArchitecture:{title:"Discover Stunning Architecture: Beautiful Homes & Incredible Locations 🏡✨",description:"Explore the stunning architecture that defines beautiful homes and incredible locations. Embrace the art of design with our curated collection! 🏔️🌿",slug:"stunning-architecture",children:{modernDesigns:{title:"Modern Designs: Embrace Contemporary Architecture 🔍🏢",description:"Dive into modern designs that redefine contemporary living. Discover innovative spaces that blend style and functionality beautifully! 🌟📐",slug:"modern-designs",children:null},ecoFriendlyHomes:{title:"Eco-Friendly Homes: Sustainable Living at Its Best 🌱💚",description:"Explore eco-friendly homes that inspire sustainable living. Discover designs that harmonize with nature while offering stunning aesthetics! 🍃🏠",slug:"eco-friendly-homes",children:null},luxuryInteriors:{title:"Luxury Interiors: Indulge in Opulent Living Spaces 💎🛋️",description:"Experience luxury interiors that redefine opulence and comfort. Transform your space with exquisite designs that exude elegance! 🌌🖼️",slug:"luxury-interiors",children:null},historicalBuildings:{title:"Historical Buildings: Timeless Architectural Wonders 🏛️📜",description:"Unlock the beauty of historical buildings that tell captivating stories. Explore the elegance and charm of architecture through the ages! 🕰️🏰",slug:"historical-buildings",children:null},compactLivingSpaces:{title:"Compact Living Spaces: Smart Design for Modern Life 🏡🛋️",description:"Discover compact living spaces designed for functionality and style. Maximize comfort and aesthetics in smaller areas effortlessly! 🔑📏",slug:"compact-living-spaces",children:null},other:{title:"Other Architectural Wonders: Unique Designs & Styles 🌍✨",description:"Explore other architectural wonders that defy convention. Discover unique designs and styles that inspire and captivate the imagination! 🌀🎨",slug:"other-architectural-wonders",children:null}}},breathtakingDestinations:{title:"Explore Breathtaking Destinations: Hidden Gems and Beyond 🌍",description:"Discover captivating destinations across the globe. From hidden gems to vibrant urban landscapes, our guide inspires your wanderlust and home inspiration. ✈️",slug:"breathtaking-destinations",children:{hiddenGems:{title:"Uncover Hidden Gems: Unique Travel Destinations 🌿",description:"Explore the hidden gems off the beaten path that promise serenity and stunning beauty. Experience incredible locations where nature meets tranquility. 🌳",slug:"hidden-gems",children:null},beachEscapes:{title:"Beach Escapes: Paradise Awaits You 🏖️",description:"Bask in the sun with our beach escapes that showcase beautiful coastlines. Discover serene beaches perfect for relaxation and rejuvenation. 🌊",slug:"beach-escapes",children:null},mountainRetreats:{title:"Mountain Retreats: The Allure of Majestic Peaks ⛰️",description:"Reconnect with nature at breathtaking mountain retreats. Experience stunning views and invigorating adventures that inspire peace and exploration. 🌄",slug:"mountain-retreats",children:null},urbanAdventures:{title:"Urban Adventures: Vibrant City Escapes 🌆",description:"Dive into the excitement of urban adventures with our guide to vibrant cities. Experience incredible architecture, culture, and lifestyle in major cities. 🏙️",slug:"urban-adventures",children:null},culturalExperiences:{title:"Cultural Experiences: Embrace Diversity and Heritage 🎭",description:"Embrace the rich tapestry of cultural experiences that showcase global heritage. Explore destinations filled with art, tradition, and exploration. 🌏",slug:"cultural-experiences",children:null},other:{title:"Other Unique Destinations: Beyond the Ordinary 🗺️",description:"Discover other unique destinations that don't fit the mold. From quaint villages to stunning landscapes, find your next unforgettable adventure. 🌄",slug:"other-unique-destinations",children:null}}},interiorDesignInspiration:{title:"Beautiful Homes & Incredible Locations – Explore Design Inspiration",description:"Discover stunning interiors and breathtaking locations with ElaraHaven. Get inspired by beautiful homes and incredible design ideas! 🏡✨",slug:"beautiful-homes-incredible-locations",children:{minimalistStyles:{title:"Minimalist Styles – Elegant Simplicity in Interior Design",description:"Embrace the beauty of minimalist styles in home design. Explore sleek lines, neutral palettes, and harmony with nature! 🌿✨",slug:"minimalist-styles",children:null},colorPalettes:{title:"Color Palettes – Vibrant and Calming Trends for Your Home",description:"Transform your space with beautiful color palettes. Discover how to use color to enhance mood and atmosphere in your home! 🎨🏠",slug:"color-palettes",children:null},functionalSpaces:{title:"Functional Spaces – Design with Purpose and Style",description:"Explore functional spaces that blend style with practicality. Create beautiful, organized homes that suit your lifestyle! 🛋️🖼️",slug:"functional-spaces",children:null},decorativeElements:{title:"Decorative Elements – Personalize Your Home’s Aesthetic",description:"Enhance your interiors with unique decorative elements. Discover tips on incorporating art and accessories that reflect you! 🖼️✨",slug:"decorative-elements",children:null},renovationTips:{title:"Renovation Tips – Transform Your Home with Expert Advice",description:"Get invaluable renovation tips to revamp your space. Learn how to elevate your home’s design and functionality creatively! 🔨🏡",slug:"renovation-tips",children:null},other:{title:"Other Design Inspirations – Unique Ideas for Every Home",description:"Explore a variety of unique design inspirations outside the norm. Find ideas that help you create a distinct living environment! 🌟🏠",slug:"other-design-inspirations",children:null}}},landscapePhotography:{title:"Explore Stunning Landscapes and Architectural Wonders in Photography 📷",description:"Dive into the breathtaking world of landscape photography featuring beautiful homes and incredible locations. Capture the essence of nature! 🌄",slug:"landscape-photography",children:{landscapeComposition:{title:"Mastering Landscape Composition for Stunning Visuals 🖼️",description:"Learn the art of landscape composition to elevate your photography. Discover tips and techniques that capture nature's beauty flawlessly! 📸",slug:"landscape-composition",children:null},natureInFocus:{title:"Nature in Focus: Capturing Scenic Beauty 🌳",description:"Focus on nature's breathtaking beauty through stunning photography. Explore techniques to showcase vibrant landscapes and wild habitats! 🌼",slug:"nature-in-focus",children:null},urbanLandscapes:{title:"Urban Landscapes: A Blend of Nature and Architecture 🏙️",description:"Explore dynamic urban landscapes where city life meets architectural elegance. Discover how to capture the essence of urban photography! ✨",slug:"urban-landscapes",children:null},sunsetViews:{title:"Captivating Sunset Views: Nature's Color Palette 🌅",description:"Capture captivating sunset views that paint the sky with stunning colors. Uncover tips for photographing sunsets beautifully! 🌇",slug:"sunset-views",children:null},seasonalVistas:{title:"Seasonal Vistas: Discovering Year-Round Beauty 🍂❄️",description:"Explore seasonal vistas that change with the times. Photograph the beauty of nature throughout the year with rich, vibrant imagery! 🌸",slug:"seasonal-vistas",children:null},other:{title:"Other Unique Landscape Photography Insights 🌍",description:"Delve into varied landscape photography insights beyond the conventional categories. Discover unique perspectives and tips for photography! 📖",slug:"other-landscape-photo-insights",children:null}}},homeRenovationIdeas:{title:"Inspiring Home Renovation Ideas: Transform Your Space 🌟",description:"Explore innovative home renovation ideas perfect for beautiful homes and incredible locations. Discover your next design inspiration today! 🏡",slug:"home-renovation-ideas",children:{budgetFriendlyRenovations:{title:"Budget-Friendly Renovations: Enhance Your Home Without Breaking the Bank 💰",description:"Uncover stylish budget-friendly renovation ideas that breathe new life into your home. Transform your space while keeping costs low! ✨",slug:"budget-friendly-renovations",children:null},smartHomeUpgrades:{title:"Smart Home Upgrades: Modernize Your Living Space for Comfort & Convenience 💡",description:"Discover the latest smart home upgrades to enhance your living experience. Enjoy convenience and efficiency with innovative designs! 🏠",slug:"smart-home-upgrades",children:null},outdoorLivingSpaces:{title:"Outdoor Living Spaces: Create Your Perfect Oasis in Nature 🌳",description:"Transform your outdoor areas into beautiful living spaces perfect for relaxation and entertainment. Enjoy nature in style! 🌞",slug:"outdoor-living-spaces",children:null},kitchenRemodels:{title:"Inspiring Kitchen Remodels: From Functional to Fabulous 🍽️",description:"Explore stunning kitchen remodel ideas that blend functionality with style. Create the culinary space of your dreams today! 🏡",slug:"kitchen-remodels",children:null},bathroomMakeovers:{title:"Bathroom Makeovers: Revitalize Your Space into a Spa-Like Retreat 🛁",description:"Discover elegant bathroom makeover ideas that transform your space into a luxurious escape. Refresh your home hassle-free! 🌟",slug:"bathroom-makeovers",children:null},other:{title:"Unique Home Renovation Ideas: Explore Creative Possibilities 🔍",description:"Dive into a range of unique home renovation ideas that promise to elevate your living space. Unlock your creativity today! 🏡",slug:"unique-home-renovation-ideas",children:null}}},travelTipsAndGuides:{title:"Essential Travel Tips and Guides for Adventurers 🌍✈️",description:"Discover essential travel tips and guides designed for explorers. Learn the best packing essentials, local cuisine tips, and more! 🌟",slug:"travel-tips-and-guides",children:{packingEssentials:{title:"Packing Essentials: The Ultimate Guide for Travelers 🎒👔",description:"Master the art of packing with our ultimate guide! Discover must-have essentials for every journey, ensuring a stress-free adventure! 🧳✨",slug:"packing-essentials",children:null},localCuisineExploration:{title:"Local Cuisine Exploration: Taste the World’s Flavors 🍽️🌎",description:"Embark on a culinary journey with our local cuisine exploration! Dive into authentic flavors and unforgettable dining experiences! 🍴❤️",slug:"local-cuisine-exploration",children:null},soloTravelAdvice:{title:"Solo Travel Advice: Empower Yourself to Explore Alone 🧳🌄",description:"Gain confidence and knowledge with our solo travel advice! Explore tips and strategies for an enriching travel experience alone! 🗺️✨",slug:"solo-travel-advice",children:null},familyTravelSuggestions:{title:"Family Travel Suggestions: Create Unforgettable Memories 👨‍👩‍👧‍👦💖",description:"Discover family travel suggestions that make vacations enjoyable for everyone! Tips for parents and kids on memorable adventures! 🏖️🌈",slug:"family-travel-suggestions",children:null},travelSafetyTips:{title:"Travel Safety Tips: Stay Secure Wherever You Go 🔒🌍",description:"Stay safe on your travels with our essential travel safety tips! Learn how to protect yourself and ensure a worry-free adventure! 🛡️✨",slug:"travel-safety-tips",children:null},other:{title:"Other Travel Tips: Discover Unique Insights and Tricks 🔍✈️",description:"Explore our other travel tips for unique insights and tricks! Enhance your travel experience with clever advice from seasoned explorers! 📚🗺️",slug:"other-travel-tips",children:null}}},artOfHomeLiving:{title:"Explore the Art of Home Living | Beautiful Spaces & Locations 🏡✨",description:"Dive into the art of home living with ElaraHaven. Discover beautiful homes, seasonal decor, and more in stunning locations! 🌍🌿",slug:"art-of-home-living",children:{homeMaintenance:{title:"Essential Home Maintenance Tips for Beautiful Spaces 🔧🏠",description:"Master the art of home maintenance with our expert tips and tricks to keep your living space beautiful and functional year-round! 🌟🛠️",slug:"home-maintenance",children:null},seasonalDecor:{title:"Seasonal Decor Ideas to Transform Your Home 🎉🍂",description:"Transform your home with inspiring seasonal decor ideas that bring warmth and joy to your living space all year round! 🏡🌈",slug:"seasonal-decor",children:null},creatingAmbiance:{title:"Creating Ambiance in Your Home: Design Tips & Tricks ✨🛋️",description:"Discover how to create the perfect ambiance at home with our design tips that elevate your living experience and style! 💖🌙",slug:"creating-ambiance",children:null},homeWellness:{title:"Home Wellness: Crafting a Healthier Living Environment 🌿🏡",description:"Learn about home wellness and how to create a healthier living environment that nurtures your body, mind, and soul! 🌼🍃",slug:"home-wellness",children:null},outdoorOasis:{title:"Design Your Outdoor Oasis: Relaxation Awaits 🌞🌻",description:"Create your outdoor oasis with our expert tips on landscaping and decor, transforming your yard into a serene escape! 🌳🏖️",slug:"outdoor-oasis",children:null},other:{title:"Explore Unique Home Living Ideas & Inspirations 🏡💡",description:"Uncover unique and creative ideas in home living that inspire and innovate, adding personality to your cherished space! 🌟🖼️",slug:"other",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),a=[],o=[];for(const e of s){const t=i[e];if(null==t?void 0:t.children){a.push(...Object.keys(t.children));for(const e of a){const i=t.children[e];(null==i?void 0:i.children)&&o.push(...Object.keys(i.children))}}}const l="2024-09-19T00:00:00Z",c="elarahaven",u=`idn-${c}-dev`,d=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=r,exports.authors=t,exports.authorsNames=n,exports.categories=s,exports.dataStructure=i,exports.devBucketName=u,exports.prodBucketName=d,exports.startDate=l,exports.subcategories=a,exports.subsubcategories=o;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ ArchitecturalStyles = "Architectural Styles",
3
+ HomeTypes = "Home Types",
4
+ LocationCategories = "Location Categories",
5
+ DesignElements = "Design Elements",
6
+ TravelExperiences = "Travel Experiences"
7
+ }
8
+ type ArchitecturalStylesValues = 'Modern Minimalism' | 'Rustic Charm' | 'Art Deco Elegance' | 'Mediterranean Influence';
9
+ type HomeTypesValues = 'Luxury Villas' | 'Charming Cottages' | 'Cozy Apartments' | 'Contemporary Townhouses';
10
+ type LocationCategoriesValues = 'Tropical Paradises' | 'Mountain Retreats' | 'Urban Escapes' | 'Coastal Getaways';
11
+ type DesignElementsValues = 'Sustainable Materials' | 'Open Floor Plans' | 'Bold Colors' | 'Timeless Elegance';
12
+ type TravelExperiencesValues = 'Cultural Immersions' | 'Adventure Escapades' | 'Relaxing Retreats' | 'Culinary Journeys';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.ArchitecturalStyles]: ArchitecturalStylesValues[];
15
+ [FiltersNames.HomeTypes]: HomeTypesValues[];
16
+ [FiltersNames.LocationCategories]: LocationCategoriesValues[];
17
+ [FiltersNames.DesignElements]: DesignElementsValues[];
18
+ [FiltersNames.TravelExperiences]: TravelExperiencesValues[];
19
+ };
20
+ export declare const architecturalStylesValues: ArchitecturalStylesValues[];
21
+ export declare const homeTypesValues: HomeTypesValues[];
22
+ export declare const locationCategoriesValues: LocationCategoriesValues[];
23
+ export declare const designElementsValues: DesignElementsValues[];
24
+ export declare const travelExperiencesValues: TravelExperiencesValues[];
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={})).ArchitecturalStyles="Architectural Styles",e.HomeTypes="Home Types",e.LocationCategories="Location Categories",e.DesignElements="Design Elements",e.TravelExperiences="Travel Experiences";const s=["Modern Minimalism","Rustic Charm","Art Deco Elegance","Mediterranean Influence"],t=["Luxury Villas","Charming Cottages","Cozy Apartments","Contemporary Townhouses"],r=["Tropical Paradises","Mountain Retreats","Urban Escapes","Coastal Getaways"],a=["Sustainable Materials","Open Floor Plans","Bold Colors","Timeless Elegance"],l=["Cultural Immersions","Adventure Escapades","Relaxing Retreats","Culinary Journeys"],i={[exports.FiltersNames.ArchitecturalStyles]:[],[exports.FiltersNames.HomeTypes]:[],[exports.FiltersNames.LocationCategories]:[],[exports.FiltersNames.DesignElements]:[],[exports.FiltersNames.TravelExperiences]:[]},o={[exports.FiltersNames.ArchitecturalStyles]:s,[exports.FiltersNames.HomeTypes]:t,[exports.FiltersNames.LocationCategories]:r,[exports.FiltersNames.DesignElements]:a,[exports.FiltersNames.TravelExperiences]:l},n=()=>JSON.stringify(o,null,2);exports.architecturalStylesValues=s,exports.designElementsValues=a,exports.fullFilters=o,exports.getFiltersTypesJSON=n,exports.homeTypesValues=t,exports.initialFilters=i,exports.locationCategoriesValues=r,exports.travelExperiencesValues=l;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),r=require("./helpers.js"),s=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.architecturalStylesValues=t.architecturalStylesValues,exports.designElementsValues=t.designElementsValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.homeTypesValues=t.homeTypesValues,exports.initialFilters=t.initialFilters,exports.locationCategoriesValues=t.locationCategoriesValues,exports.travelExperiencesValues=t.travelExperiencesValues,exports.getDefaultImagesFrontmatter=r.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=r.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=s.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=s.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=s.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: ElaraHaven is an infotainment portal dedicated to showcasing beautiful homes and incredible locations. It serves as a curated platform where design enthusiasts and travel aficionados can explore stunning living spaces and breathtaking destinations, blending the art of architecture with the allure of spectacular landscapes.\n - Detailed description: ElaraHaven is a comprehensive online portal that immerses users in the captivating world of beautiful homes and incredible locations. The website features an extensive collection of articles that highlight exquisite architectural designs, innovative home decor, and stunning landscapes from around the globe. From luxurious interiors to charming cottages, ElaraHaven provides inspiration for contemporary living spaces, while also unveiling unique travel destinations that promise unforgettable experiences. Each article is meticulously crafted to engage readers with vivid imagery and insightful narratives, making it a go-to resource for anyone who appreciates the beauty of homes and the wonders of the world. Whether you're seeking design tips, travel inspiration, or simply a visual escape, ElaraHaven offers an enriching experience that celebrates the harmony of dwelling and environment.\n - Target audience: ElaraHaven primarily targets homeowners, interior design enthusiasts, architects, and travelers who are passionate about aesthetics and exploration. The portal appeals to individuals seeking inspiration for home decoration, renovation ideas, or those looking to discover breathtaking travel destinations. Its audience includes both young professionals and established homeowners, as well as design students and anyone with an interest in the intersection of beautiful living spaces and incredible locations.\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## Home Design Inspiration\n - Architectural Styles\n - Innovative Decor Trends\n\n## Stunning Locations\n - Top Global Destinations\n - Hidden Gems Around the World\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 - Home Design Inspiration, 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 = "real estate enthusiasts, travel lovers, interior design aficionados";
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: ElaraHaven is an infotainment portal dedicated to showcasing beautiful homes and incredible locations. It serves as a curated platform where design enthusiasts and travel aficionados can explore stunning living spaces and breathtaking destinations, blending the art of architecture with the allure of spectacular landscapes.\n - Detailed description: ElaraHaven is a comprehensive online portal that immerses users in the captivating world of beautiful homes and incredible locations. The website features an extensive collection of articles that highlight exquisite architectural designs, innovative home decor, and stunning landscapes from around the globe. From luxurious interiors to charming cottages, ElaraHaven provides inspiration for contemporary living spaces, while also unveiling unique travel destinations that promise unforgettable experiences. Each article is meticulously crafted to engage readers with vivid imagery and insightful narratives, making it a go-to resource for anyone who appreciates the beauty of homes and the wonders of the world. Whether you're seeking design tips, travel inspiration, or simply a visual escape, ElaraHaven offers an enriching experience that celebrates the harmony of dwelling and environment.\n - Target audience: ElaraHaven primarily targets homeowners, interior design enthusiasts, architects, and travelers who are passionate about aesthetics and exploration. The portal appeals to individuals seeking inspiration for home decoration, renovation ideas, or those looking to discover breathtaking travel destinations. Its audience includes both young professionals and established homeowners, as well as design students and anyone with an interest in the intersection of beautiful living spaces and incredible locations.\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## Home Design Inspiration\n - Architectural Styles\n - Innovative Decor Trends\n\n## Stunning Locations\n - Top Global Destinations\n - Hidden Gems Around the World\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 - Home Design Inspiration, 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="real estate enthusiasts, travel lovers, interior design aficionados",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 @@
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 architecture photograph for a glossy beautiful homes magazine, nature style photography, glossy incredible locations magazine, photorealistic, ultra realistic, maximum detail, highly detailed, commercial photography, foreground focus, instagram, 4K, 8K, volumetric light, cinematic, octane render, uplight, no blur, depth of field, dof, film, bokeh, foreground focus, 35mm photograph`,negativePrompt:e.SD_NEGATIVE_PROMPT}),o=({title:e,alt:a,articleTitle:o})=>`I NEED a hyper-real illustration of a ${e} at food style photography, ${a}, for an article ${o} for a glossy recipe magazine, photorealistic, ultra realistic, maximum detail, highly detailed, food style, food style photography, professional food photography, commercial photography, foreground focus, recipes.com, delish.com, epicurious, instagram, 4K, 8K, volumetric light, octane render, uplight, no blur, depth of field, dof, bokeh, foreground focus. Please exclude any: Photocamera, videocamera, Spotlight, soffit, ramp, scanners, strobe, soffit truss, film props, radio, cooking timer, watches, clocks, men, woman, people, hand, nands, leg, legs, font, username, error, words, letters, digits, autograph, trademark, name, easy-negative, cartoon, worst quality, low quality, blind, bad eyes, ugly eyes, dead eyes, greyscale, monochrome, vignette, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, censored, rabs, muscular, rib, blurry, blur, grainy, teeth, low resolution, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art, morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, duplicate, airbrushed,, anime, semi-realistic, cgi, render, 3D, blender, digital art, manga, amateur, 3D, 3D Game, 3D Game Scene, 3D Character, bad hands, , bad body, bad face, bad teeth, bad arms, bad legs, deformities, drawing, deformed iris, deformed pupils, deformed, painting, crayon, sketch, graphite, impressionist, noisy, poorly drawn hands, poorly drawn face, poorly drawn eyes, mutation, bad proportions, cloned face, disfigured, gross proportions, malformed limbs, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, incoherent from this hyper-real illustration of a ${e}`,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 @@
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 a={[exports.PageNames.Authors]:{title:"Meet the Visionaries Behind ElaraHaven",description:"Discover the passionate individuals crafting captivating stories about beautiful homes and incredible locations! ✍️🏡"},[exports.PageNames.Home]:{title:"ElaraHaven - Your Gateway to Beautiful Homes & Incredible Locations",description:"Explore stunning homes and breathtaking locations. Join us on a journey of inspiration and design! 🏠🌍"},[exports.PageNames.NotFound]:{title:"404 - Page Not Found at ElaraHaven",description:"Oops! The page you're looking for doesn't exist. Let's get back to beautiful homes and amazing locations! 🔍✨"},[exports.PageNames.AboutUs]:{title:"About ElaraHaven - Where Home Meets Adventure",description:"Learn about our mission to inspire your love for beautiful homes and incredible locations. 🌟💖"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy - ElaraHaven",description:"Your privacy matters to us! Discover how we handle your information at ElaraHaven. 🔒🛡️"},[exports.PageNames.Terms]:{title:"Terms of Service - ElaraHaven",description:"Read the terms governing your use of ElaraHaven. We're here to ensure a safe and enjoyable experience! 📜🖊️"},[exports.PageNames.Sitemap]:{title:"Sitemap - Explore ElaraHaven",description:"Navigate through ElaraHaven effortlessly with our sitemap. Your gateway to stunning homes and locales! 🗺️✨"}},i=[{name:"Aditi Sharma",description:"Aditi Sharma is an acclaimed interior designer and lifestyle blogger with over a decade of experience in creating beautiful homes that reflect personal style. Based in Mumbai, she shares her expertise in home decor, sustainable living, and DIY projects, inspiring readers to transform their spaces.",meta_title:"Aditi Sharma - Interior Design Expert & Lifestyle Blogger at ElaraHaven",meta_description:"Discover stunning home decor tips and sustainable living ideas with Aditi Sharma, an experienced interior designer and lifestyle blogger on ElaraHaven."},{name:"Rajeev Kumar",description:"Rajeev Kumar is a travel writer and photographer from New Delhi who has explored some of the most beautiful locations in India and abroad. With a keen eye for detail, he captures the essence of places through his writing and photography, bringing readers along on his adventures.",meta_title:"Rajeev Kumar - Travel Writer & Photographer at ElaraHaven",meta_description:"Join Rajeev Kumar on exciting travel journeys and discover incredible locations through his captivating articles and stunning photography on ElaraHaven."},{name:"Pooja Mehta",description:"Pooja Mehta is a lifestyle journalist and wellness advocate with a passion for healthy living and home organization. With a background in media, she curates content that shows how to achieve balance in life through mindful home environment and wellness practices.",meta_title:"Pooja Mehta - Lifestyle Journalist & Wellness Advocate at ElaraHaven",meta_description:"Explore the intersection of home organization and wellness with Pooja Mehta, as she shares insightful articles on creating a balanced living space on ElaraHaven."},{name:"Siddharth Reddy",description:"Siddharth Reddy is a structural engineer and architectural designer from Bangalore. He brings a unique perspective to home design, emphasizing functionality alongside aesthetics. His articles focus on innovative architectural trends and practical design solutions.",meta_title:"Siddharth Reddy - Architectural Designer & Engineer at ElaraHaven",meta_description:"Learn about innovative architectural design and practical solutions for beautiful homes from Siddharth Reddy, structural engineer at ElaraHaven."},{name:"Neha Bhatia",description:"Neha Bhatia is a passionate home chef and food writer based in Kolkata. Celebrating the culture of home-cooked meals, she integrates culinary arts into domestic spaces and shares recipes and tips for designing inviting kitchens.",meta_title:"Neha Bhatia - Home Chef & Food Writer at ElaraHaven",meta_description:"Delight in culinary creativity with Neha Bhatia, as she shares delicious recipes and tips for creating inviting kitchens on ElaraHaven."},{name:"Vikram Singh",description:"Vikram Singh is a renowned real estate expert with over 15 years of experience in the Indian property market. His insights into market trends, investment opportunities, and property sourcing are invaluable for anyone looking to create their perfect home.",meta_title:"Vikram Singh - Real Estate Expert & Investment Consultant at ElaraHaven",meta_description:"Discover expert real estate advice and insights from Vikram Singh, as he guides you through the landscape of property investment on ElaraHaven."},{name:"Divya Nair",description:"Divya Nair is a multicultural lifestyle blogger and community advocate. Born in Kerala and raised abroad, she combines diverse global influences in her articles about home decor, cultural traditions, and inclusive spaces.",meta_title:"Divya Nair - Multicultural Lifestyle Blogger at ElaraHaven",meta_description:"Explore diverse perspectives on home decor and cultural traditions with Divya Nair, as she champions inclusivity in design on ElaraHaven."},{name:"Harshil Desai",description:"Harshil Desai is an eco-designer and sustainability advocate based in Gujarat. He dedicates his work to promoting eco-friendly materials and sustainable design practices. His writings inspire readers to embrace green living in their homes.",meta_title:"Harshil Desai - Eco-Designer & Sustainability Advocate at ElaraHaven",meta_description:"Transform your home with sustainable design practices alongside Harshil Desai, eco-designer and advocate for green living on ElaraHaven."},{name:"Meera Kapoor",description:"Meera Kapoor is a renowned feng shui expert and home energy consultant from Pune. With a strong focus on creating balanced living spaces, her articles help readers harness positive energy to improve their homes and well-being.",meta_title:"Meera Kapoor - Feng Shui Expert & Home Energy Consultant at ElaraHaven",meta_description:"Achieve harmony in your living spaces with Meera Kapoor, as she guides you through feng shui principles for enhancing home energy at ElaraHaven."},{name:"Ananya Gupta",description:"Ananya Gupta is a young and enthusiastic content creator specializing in home technology and smart living. With her innovative approach, she explores the integration of technology into home design for increased convenience and efficiency.",meta_title:"Ananya Gupta - Home Tech Specialist & Content Creator at ElaraHaven",meta_description:"Explore the future of smart living with Ananya Gupta, as she shares insights on integrating technology into home design on ElaraHaven."},{name:"Arjun Mehta",description:"Arjun Mehta is a seasoned architect and interior designer with over 15 years of experience in crafting beautiful homes across India. He has a keen eye for detail and a passion for sustainable design, often blending traditional Indian aesthetics with modern functionality. His work has been featured in numerous publications, making him a respected voice in the industry.",meta_title:"Arjun Mehta - Architectural Expert and Interior Designer at ElaraHaven",meta_description:"Discover the architectural insights of Arjun Mehta, a seasoned designer specializing in beautiful, sustainable homes with a modern touch at ElaraHaven."},{name:"Sanya Kapoor",description:"Sanya Kapoor is an acclaimed lifestyle blogger and travel enthusiast who shares her experiences exploring incredible locations around the globe. With a background in content writing and a love for beautiful homes, Sanya brings a unique perspective to ElaraHaven, inspiring readers to appreciate the art of living well.",meta_title:"Sanya Kapoor - Lifestyle and Travel Expert at ElaraHaven",meta_description:"Join Sanya Kapoor as she uncovers breathtaking travel stories and the art of beautiful living at ElaraHaven."},{name:"Rahul Singh",description:"Rahul Singh is a real estate expert and urban planner with over a decade of experience. His insights into the evolving landscape of cities and neighborhoods provide invaluable guidance for those looking to invest in beautiful homes. His analytical approach and meticulous research set him apart in the field.",meta_title:"Rahul Singh - Real Estate and Urban Planning Specialist at ElaraHaven",meta_description:"Explore real estate insights with Rahul Singh, an expert in urban planning and beautiful homes at ElaraHaven."},{name:"Leela Nair",description:"Leela Nair is a professional photographer specializing in architectural and interior photography. With over 8 years in the field, her work captures the essence of beautiful homes and stunning locations. Her unique style and artistic eye bring homes to life, making her a valuable contributor to ElaraHaven.",meta_title:"Leela Nair - Architectural Photographer at ElaraHaven",meta_description:"Discover the world through the lens of Leela Nair, an architectural photographer bringing beautiful homes to life at ElaraHaven."},{name:"Rajesh Kulkarni",description:"Rajesh Kulkarni is an experienced home designer and DIY expert who has spent over 12 years helping homeowners create their dream spaces. His practical tips and creative ideas make beautiful home design accessible to everyone, which he shares passionately at ElaraHaven.",meta_title:"Rajesh Kulkarni - Home Design and DIY Expert at ElaraHaven",meta_description:"Transform your living space with expert advice from Rajesh Kulkarni, a trusted home designer and DIY enthusiast at ElaraHaven."},{name:"Priya Sharma",description:"Priya Sharma is an experienced travel writer with a focus on exploring incredible locations in India and abroad. Her travel experiences, paired with her passion for beautiful aesthetics, allows her to share captivating stories and recommendations on ElaraHaven.",meta_title:"Priya Sharma - Travel Writer and Culture Explorer at ElaraHaven",meta_description:"Travel through the eyes of Priya Sharma, a writer exploring the world’s incredible locations at ElaraHaven."},{name:"Sunil Desai",description:"Sunil Desai is a passionate landscape architect who has designed numerous parks and outdoor spaces. His over 20 years of experience in creating beautiful outdoor environments emphasizes the importance of nature at home, which he discusses at ElaraHaven.",meta_title:"Sunil Desai - Landscape Architect and Outdoor Designer at ElaraHaven",meta_description:"Explore nature-inspired designs with Sunil Desai, a landscape architect dedicated to creating beautiful outdoor spaces at ElaraHaven."},{name:"Meera Joshi",description:"Meera Joshi is a certified Feng Shui consultant and home organization expert with a decade of experience. Her knowledge of creating harmonious living spaces enhances the beauty and serenity of homes, making her insights invaluable to ElaraHaven's audience.",meta_title:"Meera Joshi - Feng Shui and Home Organization Expert at ElaraHaven",meta_description:"Create harmony at home with Meera Joshi, a Feng Shui consultant and organization expert at ElaraHaven."},{name:"Nikhil Verma",description:"Nikhil Verma is a celebrated minimalist designer known for his innovative approach to create stunning, clutter-free homes. With expertise gained over 10 years, he often contributes his design insights to ElaraHaven, inspiring readers to embrace simplicity.",meta_title:"Nikhil Verma - Minimalist Designer at ElaraHaven",meta_description:"Embrace simplicity with Nikhil Verma, a minimalist designer reshaping the concept of beautiful homes at ElaraHaven."},{name:"Anita Reddy",description:"Anita Reddy is an expert in home automation and smart technologies for modern living. With a keen interest in integrating tech into beautiful homes, she provides readers with tools and tips to enhance comfort and efficiency at ElaraHaven. Her expertise bridges the gap between design and technology.",meta_title:"Anita Reddy - Smart Home Technology Expert at ElaraHaven",meta_description:"Enhance your home with smart technology insights from Anita Reddy, an expert in modern living solutions at ElaraHaven."},{name:"Anjali Rao",description:"Anjali Rao is a seasoned interior designer and lifestyle writer based in Mumbai, India, with over a decade of experience in home décor and design trends. She specializes in creating unique, sustainable living spaces that reflect personal stories. Anjali's articles inspire readers to explore the beauty of their homes with innovative ideas and practical tips.",meta_title:"Anjali Rao | Interior Designer & Lifestyle Writer | ElaraHaven",meta_description:"Discover insights from Anjali Rao, a Mumbai-based interior designer and lifestyle writer with over 10 years of experience in home décor and design. Explore her articles on ElaraHaven for inspiration in creating beautiful living spaces."},{name:"Rohan Mehta",description:"Rohan Mehta is an architectural journalist and travel enthusiast from Bengaluru, India. With a background in architecture and urban planning, he has spent years exploring India’s most beautiful homes and locations. His articles feature in-depth analyses and stunning visuals that offer readers a window into the architectural marvels of India.",meta_title:"Rohan Mehta | Architectural Journalist & Travel Enthusiast | ElaraHaven",meta_description:"Join Rohan Mehta on ElaraHaven as he explores India's finest architectural wonders and scenic locations. His expertise in architecture and urban planning brings a unique perspective to home and travel writing."},{name:"Simran Kaur",description:"Simran Kaur is a lifestyle and travel writer hailing from Chandigarh, India. With over 8 years of experience, she focuses on cultural insights and home aesthetics across various locations. Simran’s engaging storytelling captures the essence of beautiful homes and their unique surroundings.",meta_title:"Simran Kaur | Lifestyle & Travel Writer | ElaraHaven",meta_description:"Explore the cultural aesthetics of homes and locations with Simran Kaur on ElaraHaven. She brings over eight years of lifestyle and travel writing experience, sharing stories that make every space come alive."},{name:"Arjun Desai",description:"Arjun Desai is a seasoned content creator and real estate consultant from Delhi, India, specializing in home design and the impact of location on lifestyle. With years of experience in the real estate market, Arjun writes insightful articles that guide readers through buying, designing, and living in their dream homes.",meta_title:"Arjun Desai | Real Estate Consultant & Content Creator | ElaraHaven",meta_description:"Learn from Arjun Desai, a real estate consultant and content creator who specializes in home design. His expert insights on ElaraHaven will guide you through the journey of creating and enjoying beautiful spaces."},{name:"Neha Sharma",description:"Neha Sharma is a wellness advocate and home organization expert based in Pune, India. With a passion for decluttering and optimizing living spaces, Neha writes articles that focus on promoting harmonious living through mindful home design and location choices.",meta_title:"Neha Sharma | Home Organization Expert & Wellness Advocate | ElaraHaven",meta_description:"Discover tips and insights from Neha Sharma, a home organization expert, on ElaraHaven. She combines wellness and design to help readers create serene and organized homes that enhance their lifestyles."},{name:"Priya Patel",description:"Priya Patel is a travel and lifestyle blogger based in Jaipur, India, with a keen eye for historical homes and unique locations. Through her writing, she shares experiences that bridge the gap between tradition and modern living, making her insights valuable for anyone interested in Indian architecture.",meta_title:"Priya Patel | Travel & Lifestyle Blogger | ElaraHaven",meta_description:"Join Priya Patel on ElaraHaven as she uncovers India’s rich architectural heritage and beautiful homes. Her travel and lifestyle insights will inspire your next adventure or home improvement project."},{name:"Tanvi Agarwal",description:"Tanvi Agarwal is an artistic designer and writer from Kolkata, India, who combines her love for art and design in her projects. With years of experience in creating visually stunning interiors, she shares her creative ideas and design hacks to make every home a masterpiece.",meta_title:"Tanvi Agarwal | Artistic Designer & Creative Writer | ElaraHaven",meta_description:"Discover creative design ideas with Tanvi Agarwal on ElaraHaven. As an artistic designer, she shares her vision through articles that inspire you to turn your home into a beautiful work of art."},{name:"Karan Nair",description:"Karan Nair is a lifestyle and home technology enthusiast based in Noida, India. He covers the intersection of modern technology and home living, exploring how innovation can enhance comfort and design in homes. Karan aims to help readers create meaningful connections within their spaces.",meta_title:"Karan Nair | Lifestyle Writer & Home Technology Enthusiast | ElaraHaven",meta_description:"Embrace the future of home living with Karan Nair on ElaraHaven. His insights on home technology and lifestyle trends provide readers with the tools to enhance their living spaces creatively."},{name:"Meera Varma",description:"Meera Varma is an award-winning landscape designer and writer from Thiruvananthapuram, India. Her expertise in creating beautiful outdoor spaces complements her passion for sharing insights on how homes can harmonize with nature. Meera’s articles guide readers in creating scenic exteriors around their homes.",meta_title:"Meera Varma | Landscape Designer & Writer | ElaraHaven",meta_description:"Transform your outdoor spaces with Meera Varma on ElaraHaven. As an award-winning landscape designer, she shares her expertise in creating stunning exteriors that beautifully complement your home."},{name:"Rahul Mehta",description:"Rahul Mehta is an award-winning writer and photographer dedicated to uncovering hidden gems around the world. His unique blend of storytelling and photography offers a vivid portrayal of beautiful architecture and awe-inspiring landscapes. With a degree in Environmental Studies, Rahul emphasizes sustainable travel in his works, contributing to the narrative of responsible tourism in his writings for ElaraHaven.",meta_title:"Rahul Mehta - Award-Winning Writer & Photographer | ElaraHaven",meta_description:"Join Rahul Mehta on a journey of discovery as he uncovers hidden gems and showcases sustainable travel, beautiful homes, and incredible locations on ElaraHaven."},{name:"Sneha Kapoor",description:"Sneha Kapoor is a passionate lifestyle blogger and interior design enthusiast who has been writing for over five years. Her work focuses on creating and curating beautiful living spaces while highlighting the significance of location. Sneha's articles on ElaraHaven inspire readers to transform their homes into personal sanctuaries amidst breathtaking environments.",meta_title:"Sneha Kapoor - Lifestyle Blogger & Interior Design Expert | ElaraHaven",meta_description:"Discover inspiring home design tips and breathtaking locations with Sneha Kapoor, a lifestyle blogger dedicated to creating beautiful living spaces on ElaraHaven."},{name:"Vikram Joshi",description:"Vikram Joshi is a travel writer and cultural historian who loves to share stories about India's diverse architecture and natural wonders. With a master's degree in Heritage Conservation, his insights are rooted in historical context, making his articles on ElaraHaven both informative and engaging. Vikram believes that every beautiful home has a story to tell.",meta_title:"Vikram Joshi - Travel Writer & Cultural Historian | ElaraHaven",meta_description:"Explore the stories behind beautiful architecture and natural wonders in India with Vikram Joshi, a travel writer and cultural historian on ElaraHaven."},{name:"Riya Anand",description:"Riya Anand is an art and culture writer specializing in sustainable living. With a deep-rooted love for nature and minimalism, she encourages readers to embrace simplicity in their homes and surroundings. Her articles on ElaraHaven provide insights on eco-friendly home designs and incredible locations that offer tranquility and beauty.",meta_title:"Riya Anand - Art & Culture Writer | ElaraHaven",meta_description:"Embrace sustainable living and explore eco-friendly designs with Riya Anand, an art and culture writer inspiring beautiful homes on ElaraHaven."},{name:"Arjun Gupta",description:"Arjun Gupta is an acclaimed architect and writer intertwined with the worlds of design and travel. Known for his innovative ideas and dedication to local craftsmanship, he shares his insights on blending modern and traditional aesthetics. His articles on ElaraHaven encourage readers to appreciate beautiful homes that respect the environment and culture.",meta_title:"Arjun Gupta - Architect & Travel Writer | ElaraHaven",meta_description:"Discover innovative design ideas and cultural insights on beautiful homes with Arjun Gupta, an acclaimed architect and travel writer on ElaraHaven."},{name:"Neha Varma",description:"Neha Varma is a lifestyle journalist and content creator passionate about showcasing beautiful living spaces and travel experiences. With a background in journalism, she brings a fresh perspective to exploring incredible locations. Her engaging storytelling connects audiences with the essence of beauty found in homes and destinations around the globe.",meta_title:"Neha Varma - Lifestyle Journalist & Content Creator | ElaraHaven",meta_description:"Dive into beautiful living spaces and incredible travel experiences with Neha Varma, a passionate lifestyle journalist and content creator on ElaraHaven."},{name:"Karan Desai",description:"Karan Desai is an emerging writer and photographer with a love for travel and culture. His unique perspective on blending personal experiences with striking visuals captivates readers. Karan's work in ElaraHaven showcases stunning locations that inspire wanderlust while detailing the beauty of their living conditions.",meta_title:"Karan Desai - Travel Writer & Photographer | ElaraHaven",meta_description:"Ignite your wanderlust with Karan Desai, an emerging travel writer and photographer exploring beautiful homes and incredible locations on ElaraHaven."},{name:"Pooja Bhardwaj",description:"Pooja Bhardwaj is a passionate home décor enthusiast and freelance writer. With experience in interior styling and a keen eye for aesthetics, she shares creative tips for decorating spaces that reflect personal style. Her love for travel inspires her to explore incredible locations that influence contemporary home designs showcased on ElaraHaven.",meta_title:"Pooja Bhardwaj - Home Décor Writer & Stylist | ElaraHaven",meta_description:"Explore creative home décor ideas and discover beautiful locations with Pooja Bhardwaj, a passionate writer and stylist on ElaraHaven."},{name:"Siddharth Rao",description:"Siddharth Rao is a seasoned journalist specializing in travel, architecture, and culture. With a background in urban planning, he brings a unique lens to his writing, examining how both home design and locations are interwoven with local narratives. His work on ElaraHaven highlights homes that tell stories about their surroundings.",meta_title:"Siddharth Rao - Travel Journalist & Urban Planner | ElaraHaven",meta_description:"Discover the stories behind beautiful homes and locations with Siddharth Rao, a travel journalist and urban planner on ElaraHaven."},{name:"Jessica Turner",description:"Jessica Turner is a seasoned travel and lifestyle writer with over a decade of experience exploring the world's most beautiful homes and unique locations. Her articles are informed by her travels to over 30 countries, where she dives into local architecture and interior design trends. She has contributed to several top publications and won numerous awards for her insightful and engaging storytelling.",meta_title:"Jessica Turner - Expert Travel & Lifestyle Writer | ElaraHaven",meta_description:"Explore the enchanting world of beautiful homes and incredible locations through the expert insights of Jessica Turner, a seasoned travel and lifestyle writer for ElaraHaven."},{name:"David Chen",description:"David Chen is an architectural journalist and photographer known for his keen eye for aesthetics and detail. Living in Asia, he has a unique perspective on the blend of traditional and modern architectural styles in beautiful cities. His work is showcased in various lifestyle magazines, and he significantly contributes to ElaraHaven, focusing on breathtaking homes and destinations.",meta_title:"David Chen - Architectural Journalist & Photographer | ElaraHaven",meta_description:"Discover stunning homes and architectural marvels with David Chen, an acclaimed journalist specializing in aesthetic designs for ElaraHaven."},{name:"Sofia Martinez",description:"Based in Europe, Sofia Martinez specializes in luxury real estate and home design. With over 8 years of experience, she brings a sophisticated perspective to her articles, showcasing the elegance of beautiful homes across the continent. Her passion for interior design and cultural history shines through her work for ElaraHaven.",meta_title:"Sofia Martinez - Luxury Real Estate & Design Writer | ElaraHaven",meta_description:"Join Sofia Martinez on a journey through luxurious homes and exquisite locations in Europe, as she contributes her expertise to ElaraHaven."},{name:"Liam O'Reilly",description:"Liam O'Reilly is an outdoor enthusiast and travel writer from Ireland. He writes about stunning locations that combine the beauty of nature with incredible architectural gems. With years spent exploring remote landscapes, his insights on beautiful homes and environments bring a refreshing perspective to ElaraHaven.",meta_title:"Liam O'Reilly - Travel Writer & Nature Enthusiast | ElaraHaven",meta_description:"Explore breathtaking homes and serene locales with Liam O'Reilly, an inspiring travel writer for ElaraHaven, known for his love of nature."},{name:"Anya Patel",description:"Anya Patel is a cultural writer and art historian based in India. With her extensive knowledge of global art and architecture, she transforms her experiences into compelling stories for ElaraHaven. She focuses on how culture influences the design of beautiful homes and locations, giving her readers a deeper understanding of their significance.",meta_title:"Anya Patel - Cultural Writer & Art Historian | ElaraHaven",meta_description:"Delve into the intersection of culture and design with Anya Patel, as she explores beautiful homes and rich traditions for ElaraHaven."},{name:"Oliver Smith",description:"Oliver Smith is a renowned freelance journalist and editor specializing in sustainable architecture. Based in North America, he covers innovative designs that fuse functionality with beauty, offering tips on how to create stunning yet eco-friendly homes. His expertise greatly enriches the content of ElaraHaven.",meta_title:"Oliver Smith - Sustainable Architecture Journalist | ElaraHaven",meta_description:"Uncover eco-friendly living with Oliver Smith, a leading journalist on sustainable architecture and homes for ElaraHaven."},{name:"Fatima El-Amin",description:"Fatima El-Amin is a lifestyle blogger and home décor specialist from the Middle East. With a focus on vibrant designs and cultural influences, she beautifully illustrates the connection between location and home aesthetics. Her vibrant articles on ElaraHaven inspire readers to infuse their spaces with their travel experiences.",meta_title:"Fatima El-Amin - Lifestyle Blogger & Décor Specialist | ElaraHaven",meta_description:"Get inspired by Fatima El-Amin’s vibrant insights into home décor and locations, as she crafts captivating articles for ElaraHaven."},{name:"Henrik Johansson",description:"Henrik Johansson is a travel and real estate writer from Sweden, focusing on the Scandinavian approach to minimalistic and functional home design. His articles highlight both expansive and cozy properties in stunning locations. He brings a unique perspective to ElaraHaven's content with his insider knowledge of the region.",meta_title:"Henrik Johansson - Travel & Real Estate Writer | ElaraHaven",meta_description:"Explore Scandinavian home designs and breathtaking landscapes with Henrik Johansson, a dedicated writer for ElaraHaven."},{name:"Maya Konishi",description:"Maya Konishi is an expert in Japanese home design and traditional architecture. Based in Tokyo, she shares her knowledge and experiences through articles that celebrate the beauty of minimalist design and harmony in spaces. Her contributions to ElaraHaven are both informative and visually stunning.",meta_title:"Maya Konishi - Japanese Design Expert | ElaraHaven",meta_description:"Experience the beauty of Japanese architecture and design with Maya Konishi, as she shares her expertise on ElaraHaven."},{name:"Nikolai Petrov",description:"Nikolai Petrov, hailing from Russia, is a travel writer and historian who focuses on the unique architectural gems found across his country. His profound insights into the history and culture behind beautiful homes enrich the content on ElaraHaven. Nikolai’s passionate storytelling brings locations to life.",meta_title:"Nikolai Petrov - Travel Writer & Historian | ElaraHaven",meta_description:"Join Nikolai Petrov as he unravels the rich history and beauty of Russian architecture and homes for ElaraHaven."},{name:"Sophia Chen",description:"Sophia Chen is a travel writer and interior design enthusiast with over a decade of experience exploring the world's most beautiful homes. Based in Singapore, she combines her passion for architecture with a love for travel, documenting stunning homes in unique locations. Her articles inspire readers to embrace beauty in their own living spaces.",meta_title:"Sophia Chen - Explore Beautiful Homes and Locations",meta_description:"Discover insights from Sophia Chen, a travel writer and interior design enthusiast, as she shares her experiences and explores the world's most beautiful homes on ElaraHaven."},{name:"Aisha Patel",description:"Aisha Patel is an accomplished blogger and lifestyle influencer from Mumbai, India. With a keen eye for aesthetics and a love for cultural diversity, Aisha leverages her travel experiences to showcase beautiful homes and the stories behind them. Her writing instills a sense of wanderlust and appreciation for art and design.",meta_title:"Aisha Patel - Home & Travel Writer from India",meta_description:"Join Aisha Patel on ElaraHaven to explore beautiful homes and fascinating travel tales that celebrate cultural diversity and artistic expression."},{name:"Mateo Garcia",description:"Mateo Garcia hails from Barcelona, Spain, and is a passionate travel photographer and writer. With years of experience crafting rich narratives, he captures the essence of breathtaking homes set against spectacular landscapes. His work features a blend of stunning visuals and thoughtful reflections on architecture and design.",meta_title:"Mateo Garcia - Photographer & Travel Writer",meta_description:"Explore beautiful homes with Mateo Garcia on ElaraHaven, where his stunning photography and engaging writing come together to create an extraordinary travel experience."},{name:"Hannah Williams",description:"British lifestyle writer Hannah Williams has a unique flair for identifying hidden gems in unconventional locations. With over eight years of experience covering luxury homes and travel, her articles on ElaraHaven highlight off-the-beaten-path destinations that are often overlooked but offer incredible beauty.",meta_title:"Hannah Williams - Discover Hidden Beautiful Homes",meta_description:"Join Hannah Williams on ElaraHaven as she reveals hidden gems and beautiful homes in unconventional locations worldwide."},{name:"Jinwoo Kim",description:"Jinwoo Kim is a Seoul-based architecture historian and freelance writer specializing in home interiors and regional design trends. His work balances academic insight with practical advice, helping readers appreciate the artistry in their homes while exploring remarkable designs around the world.",meta_title:"Jinwoo Kim - Architectural Author & Home Style Expert",meta_description:"Discover architectural insights and beautiful home styles with Jinwoo Kim on ElaraHaven, where expertise meets inspiration."},{name:"Olivia Thompson",description:"Olivia Thompson is a New Zealand-based environmental architect and travel writer dedicated to sustainable living and eco-friendly design. With hands-on experience in innovative home projects, Olivia shares stories of beautiful homes that harmonize with nature while journeying through stunning locales.",meta_title:"Olivia Thompson - Sustainable Architect & Travel Writer",meta_description:"Explore the intersection of beauty and sustainability with Olivia Thompson on ElaraHaven as she reveals eco-friendly homes in incredible locations."},{name:"Rajiv Malhotra",description:"Drawing inspiration from his Indian heritage, Rajiv Malhotra is a travel writer and cultural enthusiast who showcases beautiful homes through a lens of tradition and modernity. With extensive travel, he documents diverse architectural styles that reflect the soul of their locations, engaging readers worldwide.",meta_title:"Rajiv Malhotra - Cultural Travel Writer",meta_description:"Join Rajiv Malhotra on ElaraHaven as he explores beautiful homes that embody cultural richness and architectural diversity from around the globe."},{name:"Chloe Bennett",description:"Chloe Bennett, an American design journalist, has a passion for showcasing innovative homes and breathtaking locations. With eight years of writing experience for various lifestyle magazines, her articles on ElaraHaven offer readers a fresh take on modern living and unique architectural designs.",meta_title:"Chloe Bennett - Design Journalist & Lifestyle Writer",meta_description:"Discover innovative homes and breathtaking locations with Chloe Bennett on ElaraHaven, where modern living meets creative design."},{name:"Elias Sousa",description:"Elias Sousa is a Brazilian travel writer and real estate expert, offering a unique perspective on beautiful homes around the globe. With in-depth knowledge of diverse markets and architectural styles, his insightful articles provide readers with guidance on luxurious homes and fantastic locations.",meta_title:"Elias Sousa - Travel Writer & Real Estate Expert",meta_description:"Explore luxurious homes and fantastic locations with Elias Sousa on ElaraHaven as he shares his expertise and insights on real estate and travel."}],n=i.reduce(((e,a)=>Object.assign(Object.assign({},e),{[a.name]:{title:a.meta_title,description:a.meta_description}})),{});exports.AUTHORS_INFO=i,exports.AUTHORS_META=n,exports.PAGES_SEO=a;
@@ -0,0 +1 @@
1
+ :root {--theme-color-9:#4b2c2e;--theme-color-8:#6e4b3a;--theme-color-7:#a37666;--theme-color-6:#d5b8a1;--theme-color-5:#f0e4da;--theme-color-3:#f9ead8;--theme-color-2:#faf2ec;--color-bg-layout:#ffffff;--color-bg-hover:#f2e8e6;--article-border-radius:25px;--btn-border-radius:10px;--category-border-radius:30px;}
@@ -188,7 +188,7 @@ export declare const dataStructure: {
188
188
  export declare const authors: Record<string, string>;
189
189
  export declare const authorsNames: string[];
190
190
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83D\uDCBB\uD83D\uDD0D\uD83D\uDCF1\uD83D\uDD27";
191
- export declare const categories: ("industryTrends" | "hardwareReviews" | "softwareReviews" | "hardwarePreviews" | "softwarePreviews")[];
191
+ export declare const categories: ("industryTrends" | "softwareReviews" | "hardwareReviews" | "hardwarePreviews" | "softwarePreviews")[];
192
192
  export declare const subcategories: string[];
193
193
  export declare const subsubcategories: string[];
194
194
  export type Category = keyof typeof dataStructure;
@@ -134,5 +134,5 @@ export type Category = keyof typeof dataStructure;
134
134
  export type CategoryNode = (typeof dataStructure)[Category];
135
135
  export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
136
136
  export declare const startDate = "2024-05-29T00:00:00Z";
137
- export declare const devBucketName = "idn-featurix-dev";
138
- export declare const prodBucketName = "idn-featurix";
137
+ export declare const devBucketName = "idn-joyfuses-dev";
138
+ export declare const prodBucketName = "idn-joyfuses";
@@ -1 +1 @@
1
- "use strict";var e=require("./seo.js");const i={gamesNews:{title:"Featurix - Your Hub for All Things Gaming 🎮",description:"Stay updated with the latest gaming news, reviews, features, and interviews. Featurix offers industry insights, rumors, and more for gaming enthusiasts.",slug:"all-gaming-news",children:{latestUpdates:{title:"Latest Updates in the Gaming World 🚀",description:"Explore the most recent happenings and developments in the gaming industry. Get up-to-date with the latest gaming trends and releases.",slug:"latest-updates",children:null},industryInsights:{title:"In-Depth Analysis and Gaming Trends 🧐",description:"Gain exclusive insights into the gaming industry with expert analysis and trends. Discover what's shaping the future of gaming.",slug:"industry-insights",children:null},rumors:{title:"Gaming Rumors and Speculations 🔍",description:"Delve into the exciting world of gaming rumors and speculations. Get a sneak peek at what's buzzing in the gaming community.",slug:"gaming-rumors",children:null},other:{title:"Miscellaneous Gaming Updates and More 🎉",description:"Explore miscellaneous gaming news, updates, and interesting tidbits. Dive into a mix of gaming topics to keep your gaming knowledge fresh.",slug:"misc-gaming-updates",children:null}}},reviews:{title:"Featurix Gaming Reviews 🎮 | Expert Game Analysis & Recommendations",description:"Explore in-depth Featurix gaming reviews for the latest game releases, hardware, and editorials. Get exclusive insights, expert opinions, and recommendations on top titles and devices.",slug:"gaming-reviews",children:{gameReviews:{title:"Latest Game Reviews 🕹️ | Featurix Gaming Analysis & Ratings",description:"Discover the best and worst of the gaming world with Featurix game reviews. Get detailed analysis, ratings, and gameplay insights for top titles and hidden gems.",slug:"latest-game-reviews",children:null},hardwareReviews:{title:"Cutting-Edge Hardware Reviews ⚙️ | Featurix Tech Evaluations & Recommendations",description:"Stay updated on the latest tech trends with Featurix hardware reviews. Explore detailed evaluations, recommendations, and expert opinions on gaming devices and accessories.",slug:"hardware-reviews",children:null},editorialReviews:{title:"Insightful Editorial Reviews 📝 | Featurix Expert Opinions & Analysis",description:"Dive into the world of gaming journalism with Featurix editorial reviews. Gain insights, opinions, and analysis from industry experts on trending topics and controversies.",slug:"editorial-reviews",children:null},other:{title:"Miscellaneous Reviews 🎲 | Featurix Diverse Content & Unconventional Picks",description:"Explore diverse content with Featurix miscellaneous reviews. Discover unusual games, offbeat hardware, and unconventional subjects within the gaming realm.",slug:"miscellaneous-reviews",children:null}}},uniqueFeatures:{title:"Featurix Gaming: Explore Innovative Gameplay Mechanics 🕹️",description:"Discover unique gameplay mechanics that redefine your gaming experience with Featurix. From clever puzzles to interactive worlds, our in-depth coverage will keep you engaged.",slug:"gameplay-mechanics",children:{gameplayMechanics:{title:"Innovative Gameplay Mechanics Explained 🎮",description:"Dive into the world of innovative gameplay mechanics with expert insights from Featurix. Uncover hidden gems and game-changing features that set titles apart.",slug:"innovative-gameplay-mechanics",children:null},visualGraphics:{title:"Featurix Graphics Showcase: Cutting-Edge Visuals 🖼️",description:"Experience the beauty of cutting-edge visual graphics with Featurix. From stunning landscapes to intricate designs, unravel the artistry behind your favorite games.",slug:"visual-graphics",children:null},soundDesign:{title:"Sound Design Secrets Revealed 🔊",description:"Immerse yourself in the world of sound design as Featurix uncovers the secrets behind captivating audio experiences. Explore how sound elevates gaming narratives.",slug:"sound-design",children:null},other:{title:"Featurix Gaming Delights: Unexpected Surprises 🎉",description:"Uncover unexpected gaming delights and unique features with Featurix. From easter eggs to hidden gems, let our experts guide you through the world of gaming wonders.",slug:"gaming-delights",children:null}}},eventsCoverage:{title:"Featurix - Latest E3Expo Coverage 🎮",description:"Stay updated with the most recent news, reviews, and interviews from the E3Expo. Discover exclusive insights and highlights from the gaming world at Featurix! 🕹️",slug:"latest-e3expo-coverage",children:{e3Expo:{title:"Exclusive PAXEvents Interviews 🌟",description:"Explore the world of gaming through exclusive interviews and features from PAXEvents. Get a glimpse behind the scenes with Featurix! 🎮",slug:"exclusive-paxevents-interviews",children:null},pAXEvents:{title:"Breaking News: GameAwards Winners 🎉",description:"Find out the latest winners and highlights from the GameAwards. Dive into the excitement and celebrations at Featurix! 🏆",slug:"breaking-news-gameawards-winners",children:null},gameAwards:{title:"Exciting Highlights from Other Events 🌟",description:"Catch up on exciting highlights and news from various other gaming events. Stay informed and entertained with Featurix! 🎮",slug:"exciting-highlights-other-events",children:null},other:{title:"Gaming Events Exclusives and Updates 🎮",description:"Get exclusive updates and in-depth coverage of various gaming events. Dive into a world of gaming excitement with Featurix! 🕹️",slug:"gaming-events-exclusives-updates",children:null}}}},t=e.AUTHORS_INFO.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:[i.description]})),{}),s=e.AUTHORS_INFO.map((e=>e.name)),n="🎮📰✨🎙️",a=Object.keys(i),r=[],o=[];for(const e of a){const t=i[e];if(null==t?void 0:t.children){r.push(...Object.keys(t.children));for(const e of r){const i=t.children[e];(null==i?void 0:i.children)&&o.push(...Object.keys(i.children))}}}const l="2024-05-29T00:00:00Z",d="idn-featurix-dev",g="idn-featurix";exports.DEFAULT_DESCRIPTION_EMOJIS=n,exports.authors=t,exports.authorsNames=s,exports.categories=a,exports.dataStructure=i,exports.devBucketName=d,exports.prodBucketName=g,exports.startDate=l,exports.subcategories=r,exports.subsubcategories=o;
1
+ "use strict";var e=require("./seo.js");const s={gamesNews:{title:"JoyFuses - Your Hub for All Things Gaming 🎮",description:"Stay updated with the latest gaming news, reviews, features, and interviews. JoyFuses offers industry insights, rumors, and more for gaming enthusiasts.",slug:"all-gaming-news",children:{latestUpdates:{title:"Latest Updates in the Gaming World 🚀",description:"Explore the most recent happenings and developments in the gaming industry. Get up-to-date with the latest gaming trends and releases.",slug:"latest-updates",children:null},industryInsights:{title:"In-Depth Analysis and Gaming Trends 🧐",description:"Gain exclusive insights into the gaming industry with expert analysis and trends. Discover what's shaping the future of gaming.",slug:"industry-insights",children:null},rumors:{title:"Gaming Rumors and Speculations 🔍",description:"Delve into the exciting world of gaming rumors and speculations. Get a sneak peek at what's buzzing in the gaming community.",slug:"gaming-rumors",children:null},other:{title:"Miscellaneous Gaming Updates and More 🎉",description:"Explore miscellaneous gaming news, updates, and interesting tidbits. Dive into a mix of gaming topics to keep your gaming knowledge fresh.",slug:"misc-gaming-updates",children:null}}},reviews:{title:"JoyFuses Gaming Reviews 🎮 | Expert Game Analysis & Recommendations",description:"Explore in-depth JoyFuses gaming reviews for the latest game releases, hardware, and editorials. Get exclusive insights, expert opinions, and recommendations on top titles and devices.",slug:"gaming-reviews",children:{gameReviews:{title:"Latest Game Reviews 🕹️ | JoyFuses Gaming Analysis & Ratings",description:"Discover the best and worst of the gaming world with JoyFuses game reviews. Get detailed analysis, ratings, and gameplay insights for top titles and hidden gems.",slug:"latest-game-reviews",children:null},hardwareReviews:{title:"Cutting-Edge Hardware Reviews ⚙️ | JoyFuses Tech Evaluations & Recommendations",description:"Stay updated on the latest tech trends with JoyFuses hardware reviews. Explore detailed evaluations, recommendations, and expert opinions on gaming devices and accessories.",slug:"hardware-reviews",children:null},editorialReviews:{title:"Insightful Editorial Reviews 📝 | JoyFuses Expert Opinions & Analysis",description:"Dive into the world of gaming journalism with JoyFuses editorial reviews. Gain insights, opinions, and analysis from industry experts on trending topics and controversies.",slug:"editorial-reviews",children:null},other:{title:"Miscellaneous Reviews 🎲 | JoyFuses Diverse Content & Unconventional Picks",description:"Explore diverse content with JoyFuses miscellaneous reviews. Discover unusual games, offbeat hardware, and unconventional subjects within the gaming realm.",slug:"miscellaneous-reviews",children:null}}},uniqueFeatures:{title:"JoyFuses Gaming: Explore Innovative Gameplay Mechanics 🕹️",description:"Discover unique gameplay mechanics that redefine your gaming experience with JoyFuses. From clever puzzles to interactive worlds, our in-depth coverage will keep you engaged.",slug:"gameplay-mechanics",children:{gameplayMechanics:{title:"Innovative Gameplay Mechanics Explained 🎮",description:"Dive into the world of innovative gameplay mechanics with expert insights from JoyFuses. Uncover hidden gems and game-changing features that set titles apart.",slug:"innovative-gameplay-mechanics",children:null},visualGraphics:{title:"JoyFuses Graphics Showcase: Cutting-Edge Visuals 🖼️",description:"Experience the beauty of cutting-edge visual graphics with JoyFuses. From stunning landscapes to intricate designs, unravel the artistry behind your favorite games.",slug:"visual-graphics",children:null},soundDesign:{title:"Sound Design Secrets Revealed 🔊",description:"Immerse yourself in the world of sound design as JoyFuses uncovers the secrets behind captivating audio experiences. Explore how sound elevates gaming narratives.",slug:"sound-design",children:null},other:{title:"JoyFuses Gaming Delights: Unexpected Surprises 🎉",description:"Uncover unexpected gaming delights and unique features with JoyFuses. From easter eggs to hidden gems, let our experts guide you through the world of gaming wonders.",slug:"gaming-delights",children:null}}},eventsCoverage:{title:"JoyFuses - Latest E3Expo Coverage 🎮",description:"Stay updated with the most recent news, reviews, and interviews from the E3Expo. Discover exclusive insights and highlights from the gaming world at JoyFuses! 🕹️",slug:"latest-e3expo-coverage",children:{e3Expo:{title:"Exclusive PAXEvents Interviews 🌟",description:"Explore the world of gaming through exclusive interviews and features from PAXEvents. Get a glimpse behind the scenes with JoyFuses! 🎮",slug:"exclusive-paxevents-interviews",children:null},pAXEvents:{title:"Breaking News: GameAwards Winners 🎉",description:"Find out the latest winners and highlights from the GameAwards. Dive into the excitement and celebrations at JoyFuses! 🏆",slug:"breaking-news-gameawards-winners",children:null},gameAwards:{title:"Exciting Highlights from Other Events 🌟",description:"Catch up on exciting highlights and news from various other gaming events. Stay informed and entertained with JoyFuses! 🎮",slug:"exciting-highlights-other-events",children:null},other:{title:"Gaming Events Exclusives and Updates 🎮",description:"Get exclusive updates and in-depth coverage of various gaming events. Dive into a world of gaming excitement with JoyFuses! 🕹️",slug:"gaming-events-exclusives-updates",children:null}}}},i=e.AUTHORS_INFO.reduce(((e,s)=>Object.assign(Object.assign({},e),{[s.name]:[s.description]})),{}),t=e.AUTHORS_INFO.map((e=>e.name)),n="🎮📰✨🎙️",a=Object.keys(s),r=[],o=[];for(const e of a){const i=s[e];if(null==i?void 0:i.children){r.push(...Object.keys(i.children));for(const e of r){const s=i.children[e];(null==s?void 0:s.children)&&o.push(...Object.keys(s.children))}}}const l="2024-05-29T00:00:00Z",d="idn-joyfuses-dev",g="idn-joyfuses";exports.DEFAULT_DESCRIPTION_EMOJIS=n,exports.authors=i,exports.authorsNames=t,exports.categories=a,exports.dataStructure=s,exports.devBucketName=d,exports.prodBucketName=g,exports.startDate=l,exports.subcategories=r,exports.subsubcategories=o;
@@ -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';
@@ -1,4 +1,4 @@
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: Featurix - Your Hub for All Things Gaming.\n - Detailed description: Featurix is a comprehensive web portal that offers a wide range of infotainment articles dedicated to games news, reviews, unique features, and interviews. With a focus on providing in-depth coverage of the gaming industry, Featurix is a go-to destination for gaming enthusiasts looking for the latest updates, expert reviews, and exclusive insights. \n - Target audience: The target audience for Featurix includes gamers of all ages, gaming industry professionals, and anyone interested in staying informed about the latest happenings in the world of gaming. Whether you're a casual player looking for game recommendations or a hardcore gamer seeking in-depth analysis, Featurix caters to a diverse audience passionate about all things gaming.\n\n";
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: JoyFuses - Your Hub for All Things Gaming.\n - Detailed description: JoyFuses is a comprehensive web portal that offers a wide range of infotainment articles dedicated to games news, reviews, unique features, and interviews. With a focus on providing in-depth coverage of the gaming industry, JoyFuses is a go-to destination for gaming enthusiasts looking for the latest updates, expert reviews, and exclusive insights. \n - Target audience: The target audience for JoyFuses includes gamers of all ages, gaming industry professionals, and anyone interested in staying informed about the latest happenings in the world of gaming. Whether you're a casual player looking for game recommendations or a hardcore gamer seeking in-depth analysis, JoyFuses caters to a diverse audience passionate about all things gaming.\n\n";
2
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:## Games News\n- Latest Updates: Cover the most recent news in the gaming industry\n- Breaking Stories: Highlight significant developments or announcements\n- Trending Topics: Discuss popular topics or controversies\n\n## Reviews\n- Game Reviews: Provide detailed evaluations of newly released games\n- Hardware Reviews: Evaluate gaming consoles, accessories, and peripherals\n- Gameplay Analysis: Analyze gameplay mechanics, graphics, sound, and overall experience\n\n## Unique Features\n- Game Spotlights: Showcase lesser-known games or hidden gems\n- Developer Insights: Feature interviews or profiles of game developers\n- Event Coverage: Report on gaming events, conventions, and expos\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 - Games News, IF it's applicable to the theme of the article.\n";
3
3
  export declare const START_STEP = "highlighting the key points that will be discussed and the relevance of the topic";
4
4
  export declare const END_STEP = "synthesizing the information presented throughout";
@@ -1 +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: Featurix - Your Hub for All Things Gaming.\n - Detailed description: Featurix is a comprehensive web portal that offers a wide range of infotainment articles dedicated to games news, reviews, unique features, and interviews. With a focus on providing in-depth coverage of the gaming industry, Featurix is a go-to destination for gaming enthusiasts looking for the latest updates, expert reviews, and exclusive insights. \n - Target audience: The target audience for Featurix includes gamers of all ages, gaming industry professionals, and anyone interested in staying informed about the latest happenings in the world of gaming. Whether you're a casual player looking for game recommendations or a hardcore gamer seeking in-depth analysis, Featurix caters to a diverse audience passionate about all things gaming.\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:## Games News\n- Latest Updates: Cover the most recent news in the gaming industry\n- Breaking Stories: Highlight significant developments or announcements\n- Trending Topics: Discuss popular topics or controversies\n\n## Reviews\n- Game Reviews: Provide detailed evaluations of newly released games\n- Hardware Reviews: Evaluate gaming consoles, accessories, and peripherals\n- Gameplay Analysis: Analyze gameplay mechanics, graphics, sound, and overall experience\n\n## Unique Features\n- Game Spotlights: Showcase lesser-known games or hidden gems\n- Developer Insights: Feature interviews or profiles of game developers\n- Event Coverage: Report on gaming events, conventions, and expos\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 - Games News, IF it's applicable to the theme of the article.\n",a="highlighting the key points that will be discussed and the relevance of the topic",i="synthesizing the information presented throughout",s="gamers and professional gamers",r="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",o=`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=i,exports.FILTERS_INFO=o,exports.IMAGES_PROHIBITED_WORDS=r,exports.START_STEP=a,exports.TARGET_AUDIENCE=s,exports.ZERO_SECTION=n,exports.portalInfo=t;
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: JoyFuses - Your Hub for All Things Gaming.\n - Detailed description: JoyFuses is a comprehensive web portal that offers a wide range of infotainment articles dedicated to games news, reviews, unique features, and interviews. With a focus on providing in-depth coverage of the gaming industry, JoyFuses is a go-to destination for gaming enthusiasts looking for the latest updates, expert reviews, and exclusive insights. \n - Target audience: The target audience for JoyFuses includes gamers of all ages, gaming industry professionals, and anyone interested in staying informed about the latest happenings in the world of gaming. Whether you're a casual player looking for game recommendations or a hardcore gamer seeking in-depth analysis, JoyFuses caters to a diverse audience passionate about all things gaming.\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:## Games News\n- Latest Updates: Cover the most recent news in the gaming industry\n- Breaking Stories: Highlight significant developments or announcements\n- Trending Topics: Discuss popular topics or controversies\n\n## Reviews\n- Game Reviews: Provide detailed evaluations of newly released games\n- Hardware Reviews: Evaluate gaming consoles, accessories, and peripherals\n- Gameplay Analysis: Analyze gameplay mechanics, graphics, sound, and overall experience\n\n## Unique Features\n- Game Spotlights: Showcase lesser-known games or hidden gems\n- Developer Insights: Feature interviews or profiles of game developers\n- Event Coverage: Report on gaming events, conventions, and expos\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 - Games News, IF it's applicable to the theme of the article.\n",a="highlighting the key points that will be discussed and the relevance of the topic",i="synthesizing the information presented throughout",s="gamers and professional gamers",o="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",r=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category\n$FILTERNAME: []\nResponse in valid json, adhering strictly to json interface below, include every field present in it, but include values in array only suitable for article, all array values are optional!\n${require("../filters.js").getFiltersTypesJSON()}`;exports.END_STEP=i,exports.FILTERS_INFO=r,exports.IMAGES_PROHIBITED_WORDS=o,exports.START_STEP=a,exports.TARGET_AUDIENCE=s,exports.ZERO_SECTION=n,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,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>;
@@ -1 +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 talented writers behind Featurix 🎮",description:"Get to know our team of passionate gamers and creators bringing you the latest news, reviews, and features in the world of gaming. Join us on this exciting journey! 🌟"},[exports.PageNames.Home]:{title:"Welcome to Featurix: Your go-to destination for all things gaming! 🎮🔥",description:"Stay up-to-date with the latest games news, reviews, unique features, and exclusive interviews. Dive into a world filled with endless entertainment and excitement! 🎉"},[exports.PageNames.NotFound]:{title:"Oops! Page not found on Featurix 🙈",description:"Looks like you took a wrong turn. Don't worry, we'll get you back on track to discover the hottest gaming content. Let's find your way back together! 🗺️"},[exports.PageNames.AboutUs]:{title:"Discover the story of Featurix: Where passion meets gaming! ❤️🕹️",description:"Learn more about our mission, vision, and the dedicated team behind Featurix. Join us in celebrating the love for gaming and creativity! 🚀"},[exports.PageNames.PrivacyPolicy]:{title:"Featurix Privacy Policy: Your data security is our top priority! 🔒",description:"Rest assured that your privacy is important to us. Find out how we protect your information while you enjoy exploring our gaming articles and features. 📜"},[exports.PageNames.Terms]:{title:"Featurix Terms of Service: Game on with confidence! 🎮✨",description:"By using Featurix, you agree to our terms to ensure a safe and enjoyable experience. Join our community of gamers and enthusiasts in embracing the world of entertainment! 🤝"},[exports.PageNames.Sitemap]:{title:"Navigate Featurix easily with our sitemap! 🗺️",description:"Explore our website effortlessly and discover all the exciting content we have to offer. Get ready to immerse yourself in the ultimate gaming experience! 🎉"}},a=[{name:"Rajesh Sharma",description:"Rajesh Sharma is a games journalist based in Mumbai, with a passion for all things gaming. With over 10 years of experience in the industry, he offers unique insights into the world of video games through his engaging writing style and in-depth reviews.",meta_title:"Rajesh Sharma | Games Journalist and Critic",meta_description:"Discover the latest gaming news, reviews, and features from Rajesh Sharma. Get expert insights and in-depth analysis on the world of video games."},{name:"Priya Kapoor",description:"Priya Kapoor is a game developer and writer from Delhi, known for her innovative work in the industry. With a background in game design and storytelling, she provides a fresh perspective on games through her unique features and interviews with top developers.",meta_title:"Priya Kapoor | Game Developer and Writer",meta_description:"Explore the world of games with Priya Kapoor. Get exclusive insights and interviews from top developers, along with in-depth reviews and features."},{name:"Vikram Singh",description:"Vikram Singh is a seasoned games journalist hailing from Bangalore, with a keen eye for uncovering hidden gems in the gaming world. With a wealth of experience in the industry, he offers unbiased reviews and engaging features on the latest games and trends.",meta_title:"Vikram Singh | Games Journalist and Critic",meta_description:"Stay informed about the latest gaming news and reviews with Vikram Singh. Get expert analysis and insights on the hottest games and industry trends."},{name:"Anita Patel",description:"Anita Patel is a game designer and writer based in Hyderabad, with a knack for exploring the intersection of culture and gaming. With a background in anthropology, she offers thought-provoking articles on diversity and inclusion in the gaming community.",meta_title:"Anita Patel | Game Designer and Cultural Critic",meta_description:"Delve into the world of gaming culture with Anita Patel. Explore topics of diversity and inclusion in games through her insightful articles and unique perspectives."},{name:"Sanjay Joshi",description:"Sanjay Joshi is a tech enthusiast and games blogger from Chennai, known for his extensive knowledge of gaming hardware and technology. With a passion for reviewing the latest gear and gadgets, he provides valuable insights for tech-savvy gamers.",meta_title:"Sanjay Joshi | Tech Enthusiast and Games Blogger",meta_description:"Stay updated on the latest gaming hardware with Sanjay Joshi. Get expert reviews and insights on cutting-edge technology for gamers."},{name:"Meera Desai",description:"Meera Desai is a freelance games writer and critic based in Pune, with a talent for uncovering hidden indie gems. With a background in creative writing, she offers compelling reviews and features on indie games and experimental projects.",meta_title:"Meera Desai | Freelance Games Writer and Critic",meta_description:"Discover unique indie games and experimental projects with Meera Desai. Get insightful reviews and features on the latest trends in independent gaming."},{name:"Arun Khanna",description:"Arun Khanna is a games industry veteran from Kolkata, with over two decades of experience in game development and publishing. Known for his valuable insights and interviews with industry insiders, he offers a deep understanding of the gaming landscape.",meta_title:"Arun Khanna | Games Industry Veteran and Insider",meta_description:"Gain insider knowledge of the gaming industry with Arun Khanna. Explore the latest trends and developments in game development through his expert interviews and analysis."},{name:"Sunita Menon",description:"Sunita Menon is a games journalist and content creator from Goa, with a passion for exploring the cultural impact of games. With a background in media studies, she offers thought-provoking articles and features on the intersection of games and society.",meta_title:"Sunita Menon | Games Journalist and Cultural Critic",meta_description:"Discover the cultural significance of games with Sunita Menon. Explore the social impact of gaming through her insightful articles and engaging features."},{name:"Amit Varma",description:"Amit Varma is a renowned games writer and critic from New Delhi, with a reputation for in-depth analysis and sharp commentary on the gaming industry. With a background in journalism, he offers a critical perspective on the latest trends and controversies in gaming.",meta_title:"Amit Varma | Renowned Games Writer and Critic",meta_description:"Get critical insights into the gaming industry with Amit Varma. Explore the latest trends and controversies in gaming through his sharp commentary and in-depth analysis."},{name:"Kavita Rao",description:"Kavita Rao is a games developer and writer based in Mumbai, with a focus on creating immersive storytelling experiences. With a background in narrative design, she offers unique perspectives on game narratives and interactive storytelling.",meta_title:"Kavita Rao | Games Developer and Narrative Designer",meta_description:"Immerse yourself in the world of game narratives with Kavita Rao. Explore the art of storytelling in games through her insightful articles and engaging features."},{name:"Rajesh Patel",description:"Rajesh Patel is a seasoned gaming journalist with a passion for writing about the latest trends and developments in the gaming industry. With over 10 years of experience, Rajesh has established himself as a go-to source for game news, reviews, and interviews.",meta_title:"Rajesh Patel | Gaming Journalist Extraordinaire",meta_description:"Stay informed with the latest gaming news, reviews, and interviews from the expert Rajesh Patel. Tap into his extensive knowledge and experience in the gaming industry."},{name:"Priya Sharma",description:"Priya Sharma is a talented writer with a keen eye for detail and a deep love for the world of gaming. With a background in journalism and a passion for storytelling, Priya delivers unique and compelling articles that captivate readers and gaming enthusiasts alike.",meta_title:"Priya Sharma | Master Storyteller of the Gaming World",meta_description:"Explore the world of gaming through the captivating storytelling of Priya Sharma. Dive into her articles and discover a new perspective on your favorite games."},{name:"Amit Khanna",description:"Amit Khanna is a dedicated gamer and writer who combines his passion for gaming with his skills in journalism to deliver top-notch articles on the latest game releases, news, and industry trends. With a focus on quality content and engaging storytelling, Amit keeps readers coming back for more.",meta_title:"Amit Khanna | Passionate Gamer and Gaming Journalist",meta_description:"Embrace the excitement of gaming with Amit Khanna. Stay updated on the latest game releases, news, and industry trends through his engaging and informative articles."},{name:"Neena Mehta",description:"Neena Mehta is a gaming enthusiast with a talent for sharing her passion through engaging articles and reviews. With a background in digital marketing and content creation, Neena brings a fresh perspective to the world of gaming journalism, offering readers a unique and insightful take on the latest games and trends.",meta_title:"Neena Mehta | Gaming Enthusiast and Digital Content Creator",meta_description:"Join Neena Mehta on a journey through the world of gaming. Discover the latest games and trends through her unique and engaging articles, and dive into the world of digital content creation."},{name:"Anika Rao",description:"Anika Rao is a talented writer and gamer who infuses her passion for gaming into every article she writes. With a background in creative writing and a deep understanding of game mechanics, Anika delivers unique and thought-provoking pieces that resonate with readers and gamers alike.",meta_title:"Anika Rao | Creative Writer and Gaming Enthusiast",meta_description:"Explore the world of gaming through the creative lens of Anika Rao. Delve into her articles and uncover new insights and perspectives on your favorite games."},{name:"Sanjay Choudhury",description:"Sanjay Choudhury is a renowned gaming journalist known for his insightful reviews, analysis, and interviews within the gaming industry. With a wealth of experience covering major gaming events and trends, Sanjay is a trusted source for gamers looking for expert opinions and in-depth coverage.",meta_title:"Sanjay Choudhury | Renowned Gaming Journalist and Industry Expert",meta_description:"Tap into the expertise of Sanjay Choudhury for the latest gaming news, reviews, and interviews. Gain valuable insights and analysis from a leading authority in the gaming industry."},{name:"Sunita Verma",description:"Sunita Verma is a seasoned gamer and writer who combines her passion for gaming with her skills in content creation to provide readers with engaging and informative articles. With a focus on user experience and game design, Sunita's articles offer a unique perspective on the gaming world.",meta_title:"Sunita Verma | Gamer and Content Creator Extraordinaire",meta_description:"Explore the world of gaming through the eyes of Sunita Verma. Dive into her articles to discover new insights on user experience, game design, and the latest gaming trends."},{name:"Arjun Gupta",description:"Arjun Gupta is a tech-savvy gamer and writer who specializes in covering the intersection of gaming and technology. With a background in IT and a deep passion for gaming, Arjun offers readers valuable insights into the latest gaming hardware, software, and industry trends.",meta_title:"Arjun Gupta | Tech-Savvy Gamer and Gaming Technology Specialist",meta_description:"Stay ahead of the curve with Arjun Gupta's coverage of gaming technology and industry trends. Explore the latest hardware, software, and innovations shaping the future of gaming."},{name:"Rajesh Kumar",description:"Rajesh Kumar is a seasoned gaming journalist with a deep passion for all things video games. With over a decade of experience in the industry, he has a keen eye for spotting trends and providing unique insights into the world of gaming.",meta_title:"Rajesh Kumar | Gaming Journalist Extraordinaire",meta_description:"Get the latest gaming news, reviews, and interviews with Rajesh Kumar. Discover his unique perspectives and expert analysis on the gaming industry."},{name:"Anjali Sharma",description:"Anjali Sharma is a talented writer and video game enthusiast who has a knack for producing captivating content on gaming news and reviews. With a background in journalism, she brings a fresh perspective to the world of video games.",meta_title:"Anjali Sharma | Video Game Enthusiast",meta_description:"Explore the world of video games with Anjali Sharma. Dive into her unique features and in-depth interviews with industry insiders."},{name:"Priya Patel",description:"Priya Patel is a talented writer and game enthusiast who loves diving into the world of video games. With a focus on unique features and insightful interviews, she offers a fresh take on gaming news and reviews.",meta_title:"Priya Patel | Game Enthusiast and Writer",meta_description:"Immerse yourself in the latest gaming news and reviews with Priya Patel. Explore her captivating features and engaging interviews with industry experts."},{name:"Amit Sharma",description:"Amit Sharma is a seasoned gaming journalist with a keen eye for detail and a passion for all things video games. With a background in game reviews and industry insights, he offers a unique perspective on the world of gaming.",meta_title:"Amit Sharma | Gaming Journalist and Industry Expert",meta_description:"Stay up to date on the latest gaming news and reviews with Amit Sharma. Gain valuable insights and expert analysis on the evolving landscape of video games."},{name:"Sneha Verma",description:"Sneha Verma is a talented writer and video game enthusiast who loves delving into the world of gaming news and reviews. With a passion for unique features and engaging interviews, she provides a fresh perspective on the gaming industry.",meta_title:"Sneha Verma | Video Game Enthusiast and Writer",meta_description:"Dive into the world of video games with Sneha Verma. Explore her captivating features and insightful interviews with industry insiders."},{name:"Karan Malhotra",description:"Karan Malhotra is an experienced gaming journalist with a deep knowledge of the video game industry. With a focus on game reviews and unique features, he offers valuable insights into the latest trends and innovations in gaming.",meta_title:"Karan Malhotra | Gaming Journalist and Industry Expert",meta_description:"Explore the world of video games with Karan Malhotra. Discover his expert analysis and unique perspectives on the evolving landscape of gaming."},{name:"Radhika Singh",description:"Radhika Singh is a talented writer and gaming enthusiast with a passion for captivating gaming news and reviews. With a background in journalism, she brings a fresh perspective to the world of video games, offering unique features and engaging interviews.",meta_title:"Radhika Singh | Gaming News Writer and Enthusiast",meta_description:"Discover the latest gaming news and reviews with Radhika Singh. Immerse yourself in her unique features and insightful interviews with industry insiders."},{name:"Sanjay Mehta",description:"Sanjay Mehta is a veteran in the gaming industry with a keen eye for spotting trends and providing in-depth analysis on the latest video games. With a wealth of experience in game reviews and interviews, he offers valuable insights into the ever-evolving world of gaming.",meta_title:"Sanjay Mehta | Gaming Industry Veteran and Analyst",meta_description:"Stay informed on the world of video games with Sanjay Mehta. Explore his expert analysis and unique perspectives on the gaming industry."},{name:"Neha Gupta",description:"Neha Gupta is a talented writer and avid gamer with a passion for sharing the latest gaming news and reviews. With a focus on unique features and engaging interviews, she offers a fresh take on the world of video games, providing valuable insights and expert analysis.",meta_title:"Neha Gupta | Gaming News Writer and Avid Gamer",meta_description:"Dive into the exciting world of video games with Neha Gupta. Explore her captivating features and insightful interviews with industry insiders."},{name:"Ananya Singh",description:"Ananya Singh is a freelance writer and avid gamer based in Delhi. With a keen interest in indie games and game development, she offers a fresh perspective on the gaming industry. Ananya's articles blend insightful analysis with a touch of creativity, making her a standout writer in the gaming community.",meta_title:"Ananya Singh | Freelance Writer and Indie Game Enthusiast",meta_description:"Discover the world of indie games and game development with Ananya Singh. Dive into unique reviews, features, and interviews that showcase the creativity and innovation in the gaming industry."},{name:"Aryan Sharma",description:"Aryan Sharma is a seasoned journalist and game reviewer hailing from Bangalore. With a background in technology journalism, he brings a sharp eye for detail and a knack for storytelling to his articles. Aryan's passion for gaming shines through in his in-depth reviews and captivating interviews with industry insiders.",meta_title:"Aryan Sharma | Seasoned Journalist and Game Reviewer",meta_description:"Explore the world of gaming through the lens of Aryan Sharma. Uncover expertly crafted reviews, unique features, and engaging interviews that offer a comprehensive look at the latest game releases and industry trends."},{name:"Priya Verma",description:"Priya Verma is a gaming enthusiast and content creator hailing from New Delhi. With a background in media production, she brings a creative flair to her articles and interviews. Priya's passion for storytelling and engaging gameplay experiences shines through in her work, making her a trusted voice in the gaming community.",meta_title:"Priya Verma | Gaming Enthusiast and Content Creator",meta_description:"Immerse yourself in the world of gaming with Priya Verma. Dive into expertly crafted reviews, unique features, and captivating interviews that showcase the latest trends and innovations in the gaming industry."},{name:"Vikram Gupta",description:"Vikram Gupta is a veteran gamer and tech writer with a deep passion for all things gaming. Hailing from Hyderabad, he combines his love for games with a knack for writing insightful analysis and reviews. Vikram's articles offer a blend of expertise and enthusiasm, making him a go-to source for gaming news and reviews.",meta_title:"Vikram Gupta | Veteran Gamer and Tech Writer",meta_description:"Stay informed on the latest gaming news and reviews with Vikram Gupta. Dive into expert analysis, unique features, and engaging interviews that explore the world of gaming from a seasoned perspective."},{name:"Deepak Khanna",description:"Deepak Khanna is a passionate writer and gaming enthusiast based in Pune. With a background in game design and development, he offers a unique insight into the gaming industry. Deepak's articles combine his technical expertise with a love for storytelling, creating engaging and informative content for gamers of all ages.",meta_title:"Deepak Khanna | Writer and Game Design Enthusiast",meta_description:"Dive into the world of game design with Deepak Khanna. Explore insightful reviews, unique features, and in-depth interviews that shed light on the creative process behind some of the most popular games in the industry."},{name:"Neha Sharma",description:"Neha Sharma is a gaming journalist and content creator from Mumbai. With a passion for storytelling and a love for immersive gameplay experiences, she offers a fresh perspective on the gaming industry. Neha's articles blend expert analysis with a touch of creativity, making her a standout voice in the gaming community.",meta_title:"Neha Sharma | Gaming Journalist and Content Creator",meta_description:"Discover the latest gaming news and reviews with Neha Sharma. Immerse yourself in expertly crafted articles, unique features, and captivating interviews that showcase the best games and trends in the industry."},{name:"Riya Kapoor",description:"Riya Kapoor is a freelance writer and game reviewer with a passion for indie titles and unique gameplay experiences. Based in Chennai, she brings a creative flair to her articles and showcases lesser-known gems in the gaming world. Riya's insightful reviews and thoughtful analysis make her a trusted source for indie game enthusiasts.",meta_title:"Riya Kapoor | Freelance Writer and Indie Game Reviewer",meta_description:"Explore the world of indie games with Riya Kapoor. Uncover hidden gems, unique features, and engaging interviews that highlight the diversity and creativity of indie developers in the gaming industry."},{name:"Krish Mathur",description:"Krish Mathur is a seasoned gaming journalist and tech enthusiast from Bengaluru. With a background in computer science, he brings a keen eye for detail and a passion for all things tech to his articles. Krish's in-depth reviews and expert analysis make him a go-to source for the latest game releases and tech innovations.",meta_title:"Krish Mathur | Gaming Journalist and Tech Enthusiast",meta_description:"Stay informed on the latest gaming news and tech innovations with Krish Mathur. Dive into expertly crafted reviews, unique features, and engaging interviews that explore the intersection of technology and gaming."},{name:"Anjali Singh",description:"Anjali Singh is a gaming enthusiast and content creator from Kolkata. With a background in digital media, she offers a fresh perspective on the gaming industry. Anjali's articles combine industry insights with a touch of creativity, making her a standout voice in the gaming community.",meta_title:"Anjali Singh | Gaming Enthusiast and Content Creator",meta_description:"Discover the world of gaming with Anjali Singh. Immerse yourself in insightful reviews, unique features, and engaging interviews that showcase the latest trends and innovations in the gaming industry."},{name:"Yuichiro Nakamura",description:"Hailing from Tokyo, Japan, Yuichiro Nakamura is a seasoned game journalist with a passion for exploring the latest trends in the gaming industry. With over a decade of experience in gaming journalism, Yuichiro provides insightful reviews and in-depth analysis of the newest releases.",meta_title:"Yuichiro Nakamura | Gaming Journalist from Tokyo",meta_description:"Get expert reviews and analysis of the latest games with Yuichiro Nakamura. Stay informed about the gaming industry with his detailed articles and features."},{name:"Elena Petrova",description:"Elena Petrova is a game developer and writer based in Moscow, Russia. With a background in game development, Elena provides a unique perspective on the gaming world, offering readers exclusive insights into the process behind creating immersive gaming experiences.",meta_title:"Elena Petrova | Game Developer and Writer from Moscow",meta_description:"Discover the world of game development with Elena Petrova. Explore the creative process behind immersive gaming experiences and get an insider's view of the industry."},{name:"Pablo Hernandez",description:"Pablo Hernandez is a gaming enthusiast and journalist from Barcelona, Spain. With a keen eye for detail and a love for storytelling, Pablo brings a fresh perspective to his game reviews and interviews, providing readers with engaging content that highlights the best in gaming.",meta_title:"Pablo Hernandez | Gaming Enthusiast and Journalist from Barcelona",meta_description:"Immerse yourself in the world of gaming with Pablo Hernandez. Discover top game reviews and captivating interviews that showcase the latest trends in the industry."},{name:"Yuki Aoi",description:"Yuki Aoi is a freelance writer and avid gamer from Tokyo, Japan. With a passion for exploring niche gaming genres and uncovering hidden gems, Yuki's articles offer readers a unique perspective on the gaming landscape, introducing them to exciting new experiences.",meta_title:"Yuki Aoi | Freelance Writer and Avid Gamer from Tokyo",meta_description:"Dive into the world of niche gaming genres with Yuki Aoi. Discover hidden gems and explore new gaming experiences with her insightful articles and reviews."},{name:"Sofia Lopez",description:"Sofia Lopez is a game designer and journalist based in Buenos Aires, Argentina. With a background in game development, Sofia provides valuable insights into the creative process behind gaming, offering readers a glimpse into the artistry and innovation that goes into crafting captivating gaming experiences.",meta_title:"Sofia Lopez | Game Designer and Journalist from Buenos Aires",meta_description:"Gain a deeper understanding of game design with Sofia Lopez. Explore the creative process behind gaming and discover the artistry and innovation that shape the industry."},{name:"Kai Chen",description:"Kai Chen is a gaming expert and content creator from Shanghai, China. With a wealth of knowledge in the gaming industry, Kai offers readers a comprehensive look at the latest games, trends, and innovations, providing in-depth reviews and features that keep readers informed and engaged.",meta_title:"Kai Chen | Gaming Expert and Content Creator from Shanghai",meta_description:"Stay up-to-date with the latest gaming trends with Kai Chen. Get expert reviews and insightful features that showcase the best games and innovations in the industry."},{name:"Lena Schmidt",description:"Lena Schmidt is a gaming journalist and virtual reality enthusiast from Berlin, Germany. With a background in technology and a passion for immersive gaming experiences, Lena offers readers a glimpse into the future of gaming, exploring the latest VR technology and its impact on the industry.",meta_title:"Lena Schmidt | Gaming Journalist and VR Enthusiast from Berlin",meta_description:"Explore the world of virtual reality gaming with Lena Schmidt. Discover the latest technology and innovations shaping the gaming industry and get a glimpse into the future of gaming."},{name:"Rahul Kapoor",description:"Rahul Kapoor is a gaming writer and esports enthusiast from Mumbai, India. With a deep love for competitive gaming and a talent for storytelling, Rahul provides readers with engaging content that highlights the excitement and drama of esports competitions, as well as the latest trends in gaming.",meta_title:"Rahul Kapoor | Gaming Writer and Esports Enthusiast from Mumbai",meta_description:"Experience the thrill of esports with Rahul Kapoor. Delve into the competitive gaming scene and stay informed about the latest trends and developments in the gaming industry."},{name:"Sofia Alvarez",description:"Sofia Alvarez is a game developer and writer from Sao Paulo, Brazil. With a passion for indie gaming and a background in game development, Sofia offers readers a fresh perspective on the gaming world, introducing them to innovative indie titles and exploring the creative process behind indie game design.",meta_title:"Sofia Alvarez | Game Developer and Writer from Sao Paulo",meta_description:"Discover the world of indie gaming with Sofia Alvarez. Explore innovative indie titles and gain insight into the creative process behind indie game design with her engaging articles and features."},{name:"Seung-hyun Park",description:"Seung-hyun Park is a gaming journalist and esports analyst from Seoul, South Korea. With a background in esports reporting and analysis, Seung-hyun provides readers with in-depth coverage of competitive gaming events, interviews with top esports players, and insights into the ever-evolving world of esports.",meta_title:"Seung-hyun Park | Gaming Journalist and Esports Analyst from Seoul",meta_description:"Get the inside scoop on esports with Seung-hyun Park. Stay informed about competitive gaming events, interviews with top players, and the latest trends in esports with his comprehensive coverage."},{name:"Yuki Tanaka",description:"Hailing from Tokyo, Japan, Yuki Tanaka is a passionate gamer and game reviewer with a background in game development. With a keen eye for detail and a deep understanding of game design, Yuki provides insightful reviews and unique features on the latest gaming trends.",meta_title:"Yuki Tanaka | Gaming Enthusiast and Reviewer",meta_description:"Stay up to date on the latest gaming news and reviews with Yuki Tanaka. Get expert insights and recommendations on the hottest titles in the industry."},{name:"Sophie Dubois",description:"Based in Paris, France, Sophie Dubois is a seasoned journalist and writer specializing in gaming culture and industry trends. With a sharp wit and a critical eye, Sophie offers engaging articles and in-depth interviews with key players in the gaming world.",meta_title:"Sophie Dubois | Gaming Journalist and Culture Expert",meta_description:"Explore the world of gaming with Sophie Dubois. Discover the latest trends, news, and interviews with industry insiders in the gaming industry."},{name:"Ravi Patel",description:"Coming from Mumbai, India, Ravi Patel is a dedicated gamer and tech enthusiast with a knack for uncovering hidden gems in the gaming world. With a passion for sharing his insights and recommendations, Ravi provides fresh perspectives on indie games and lesser-known titles.",meta_title:"Ravi Patel | Indie Gamer and Tech Enthusiast",meta_description:"Expand your gaming horizons with Ravi Patel. Dive into the world of indie games and discover hidden gems that deserve your attention."},{name:"Kenji Suzuki",description:"Kenji Suzuki is a seasoned game developer and journalist from Tokyo, Japan, with a passion for creating engaging and immersive experiences. With a wealth of industry knowledge and hands-on experience, Kenji offers unique insights and behind-the-scenes features on game development.",meta_title:"Kenji Suzuki | Game Developer and Industry Insider",meta_description:"Go behind the scenes of game development with Kenji Suzuki. Learn about the latest trends and discover the secrets of creating immersive gaming experiences."},{name:"Elena Fernandez",description:"Elena Fernandez is a talented writer and gaming enthusiast from Barcelona, Spain, with a strong focus on eSports and competitive gaming. With a background in sports journalism, Elena provides expert analysis and coverage of the competitive gaming scene, offering insights into the world of eSports.",meta_title:"Elena Fernandez | eSports Expert and Gaming Analyst",meta_description:"Get insider insights into the world of competitive gaming with Elena Fernandez. Learn about the latest eSports trends and follow the competitive gaming scene with expert analysis."},{name:"Ahmed Hassan",description:"Hailing from Cairo, Egypt, Ahmed Hassan is a passionate gamer and game reviewer with a talent for dissecting game mechanics and design. With a critical eye and a deep appreciation for game culture, Ahmed offers thorough reviews and in-depth features on the latest gaming releases.",meta_title:"Ahmed Hassan | Game Reviewer and Mechanic Analyst",meta_description:"Get in-depth analysis of game mechanics and design with Ahmed Hassan. Stay informed on the latest gaming trends and releases with insightful reviews and features."},{name:"Isabella Rossi",description:"Based in Rome, Italy, Isabella Rossi is a prolific writer and gaming expert with a passion for exploring the intersection of culture and gaming. With a background in art history and cultural studies, Isabella offers unique perspectives on the artistry and cultural significance of games.",meta_title:"Isabella Rossi | Gaming Culture Analyst and Art Historian",meta_description:"Discover the cultural significance of gaming with Isabella Rossi. Explore the artistry and creative expression found in games through insightful analysis and commentary."},{name:"Chen Wei",description:"Chen Wei is a dedicated gamer and writer from Shanghai, China, with a focus on exploring the cultural impact of video games and interactive media. With a background in sociology and cultural studies, Chen offers thought-provoking insights and analysis on the role of gaming in contemporary society.",meta_title:"Chen Wei | Cultural Analyst and Gaming Enthusiast",meta_description:"Explore the cultural impact of video games with Chen Wei. Learn about the social and cultural significance of gaming through expert analysis and commentary."},{name:"Anna Petrova",description:"Anna Petrova is a seasoned journalist and game enthusiast from Moscow, Russia, with a passion for exploring the intersection of technology and gaming. With a keen interest in virtual reality and immersive experiences, Anna offers insightful reviews and features on the latest trends in gaming technology.",meta_title:"Anna Petrova | Technology Enthusiast and Game Journalist",meta_description:"Stay ahead of the curve with the latest gaming technology trends with Anna Petrova. Get expert insights and recommendations on the latest advancements in gaming technology."}],n=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=n,exports.PAGES_SEO=i;
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 talented writers behind JoyFuses 🎮",description:"Get to know our team of passionate gamers and creators bringing you the latest news, reviews, and features in the world of gaming. Join us on this exciting journey! 🌟"},[exports.PageNames.Home]:{title:"Welcome to JoyFuses: Your go-to destination for all things gaming! 🎮🔥",description:"Stay up-to-date with the latest games news, reviews, unique features, and exclusive interviews. Dive into a world filled with endless entertainment and excitement! 🎉"},[exports.PageNames.NotFound]:{title:"Oops! Page not found on JoyFuses 🙈",description:"Looks like you took a wrong turn. Don't worry, we'll get you back on track to discover the hottest gaming content. Let's find your way back together! 🗺️"},[exports.PageNames.AboutUs]:{title:"Discover the story of JoyFuses: Where passion meets gaming! ❤️🕹️",description:"Learn more about our mission, vision, and the dedicated team behind JoyFuses. Join us in celebrating the love for gaming and creativity! 🚀"},[exports.PageNames.PrivacyPolicy]:{title:"JoyFuses Privacy Policy: Your data security is our top priority! 🔒",description:"Rest assured that your privacy is important to us. Find out how we protect your information while you enjoy exploring our gaming articles and features. 📜"},[exports.PageNames.Terms]:{title:"JoyFuses Terms of Service: Game on with confidence! 🎮✨",description:"By using JoyFuses, you agree to our terms to ensure a safe and enjoyable experience. Join our community of gamers and enthusiasts in embracing the world of entertainment! 🤝"},[exports.PageNames.Sitemap]:{title:"Navigate JoyFuses easily with our sitemap! 🗺️",description:"Explore our website effortlessly and discover all the exciting content we have to offer. Get ready to immerse yourself in the ultimate gaming experience! 🎉"}},a=[{name:"Rajesh Sharma",description:"Rajesh Sharma is a games journalist based in Mumbai, with a passion for all things gaming. With over 10 years of experience in the industry, he offers unique insights into the world of video games through his engaging writing style and in-depth reviews.",meta_title:"Rajesh Sharma | Games Journalist and Critic",meta_description:"Discover the latest gaming news, reviews, and features from Rajesh Sharma. Get expert insights and in-depth analysis on the world of video games."},{name:"Priya Kapoor",description:"Priya Kapoor is a game developer and writer from Delhi, known for her innovative work in the industry. With a background in game design and storytelling, she provides a fresh perspective on games through her unique features and interviews with top developers.",meta_title:"Priya Kapoor | Game Developer and Writer",meta_description:"Explore the world of games with Priya Kapoor. Get exclusive insights and interviews from top developers, along with in-depth reviews and features."},{name:"Vikram Singh",description:"Vikram Singh is a seasoned games journalist hailing from Bangalore, with a keen eye for uncovering hidden gems in the gaming world. With a wealth of experience in the industry, he offers unbiased reviews and engaging features on the latest games and trends.",meta_title:"Vikram Singh | Games Journalist and Critic",meta_description:"Stay informed about the latest gaming news and reviews with Vikram Singh. Get expert analysis and insights on the hottest games and industry trends."},{name:"Anita Patel",description:"Anita Patel is a game designer and writer based in Hyderabad, with a knack for exploring the intersection of culture and gaming. With a background in anthropology, she offers thought-provoking articles on diversity and inclusion in the gaming community.",meta_title:"Anita Patel | Game Designer and Cultural Critic",meta_description:"Delve into the world of gaming culture with Anita Patel. Explore topics of diversity and inclusion in games through her insightful articles and unique perspectives."},{name:"Sanjay Joshi",description:"Sanjay Joshi is a tech enthusiast and games blogger from Chennai, known for his extensive knowledge of gaming hardware and technology. With a passion for reviewing the latest gear and gadgets, he provides valuable insights for tech-savvy gamers.",meta_title:"Sanjay Joshi | Tech Enthusiast and Games Blogger",meta_description:"Stay updated on the latest gaming hardware with Sanjay Joshi. Get expert reviews and insights on cutting-edge technology for gamers."},{name:"Meera Desai",description:"Meera Desai is a freelance games writer and critic based in Pune, with a talent for uncovering hidden indie gems. With a background in creative writing, she offers compelling reviews and features on indie games and experimental projects.",meta_title:"Meera Desai | Freelance Games Writer and Critic",meta_description:"Discover unique indie games and experimental projects with Meera Desai. Get insightful reviews and features on the latest trends in independent gaming."},{name:"Arun Khanna",description:"Arun Khanna is a games industry veteran from Kolkata, with over two decades of experience in game development and publishing. Known for his valuable insights and interviews with industry insiders, he offers a deep understanding of the gaming landscape.",meta_title:"Arun Khanna | Games Industry Veteran and Insider",meta_description:"Gain insider knowledge of the gaming industry with Arun Khanna. Explore the latest trends and developments in game development through his expert interviews and analysis."},{name:"Sunita Menon",description:"Sunita Menon is a games journalist and content creator from Goa, with a passion for exploring the cultural impact of games. With a background in media studies, she offers thought-provoking articles and features on the intersection of games and society.",meta_title:"Sunita Menon | Games Journalist and Cultural Critic",meta_description:"Discover the cultural significance of games with Sunita Menon. Explore the social impact of gaming through her insightful articles and engaging features."},{name:"Amit Varma",description:"Amit Varma is a renowned games writer and critic from New Delhi, with a reputation for in-depth analysis and sharp commentary on the gaming industry. With a background in journalism, he offers a critical perspective on the latest trends and controversies in gaming.",meta_title:"Amit Varma | Renowned Games Writer and Critic",meta_description:"Get critical insights into the gaming industry with Amit Varma. Explore the latest trends and controversies in gaming through his sharp commentary and in-depth analysis."},{name:"Kavita Rao",description:"Kavita Rao is a games developer and writer based in Mumbai, with a focus on creating immersive storytelling experiences. With a background in narrative design, she offers unique perspectives on game narratives and interactive storytelling.",meta_title:"Kavita Rao | Games Developer and Narrative Designer",meta_description:"Immerse yourself in the world of game narratives with Kavita Rao. Explore the art of storytelling in games through her insightful articles and engaging features."},{name:"Rajesh Patel",description:"Rajesh Patel is a seasoned gaming journalist with a passion for writing about the latest trends and developments in the gaming industry. With over 10 years of experience, Rajesh has established himself as a go-to source for game news, reviews, and interviews.",meta_title:"Rajesh Patel | Gaming Journalist Extraordinaire",meta_description:"Stay informed with the latest gaming news, reviews, and interviews from the expert Rajesh Patel. Tap into his extensive knowledge and experience in the gaming industry."},{name:"Priya Sharma",description:"Priya Sharma is a talented writer with a keen eye for detail and a deep love for the world of gaming. With a background in journalism and a passion for storytelling, Priya delivers unique and compelling articles that captivate readers and gaming enthusiasts alike.",meta_title:"Priya Sharma | Master Storyteller of the Gaming World",meta_description:"Explore the world of gaming through the captivating storytelling of Priya Sharma. Dive into her articles and discover a new perspective on your favorite games."},{name:"Amit Khanna",description:"Amit Khanna is a dedicated gamer and writer who combines his passion for gaming with his skills in journalism to deliver top-notch articles on the latest game releases, news, and industry trends. With a focus on quality content and engaging storytelling, Amit keeps readers coming back for more.",meta_title:"Amit Khanna | Passionate Gamer and Gaming Journalist",meta_description:"Embrace the excitement of gaming with Amit Khanna. Stay updated on the latest game releases, news, and industry trends through his engaging and informative articles."},{name:"Neena Mehta",description:"Neena Mehta is a gaming enthusiast with a talent for sharing her passion through engaging articles and reviews. With a background in digital marketing and content creation, Neena brings a fresh perspective to the world of gaming journalism, offering readers a unique and insightful take on the latest games and trends.",meta_title:"Neena Mehta | Gaming Enthusiast and Digital Content Creator",meta_description:"Join Neena Mehta on a journey through the world of gaming. Discover the latest games and trends through her unique and engaging articles, and dive into the world of digital content creation."},{name:"Anika Rao",description:"Anika Rao is a talented writer and gamer who infuses her passion for gaming into every article she writes. With a background in creative writing and a deep understanding of game mechanics, Anika delivers unique and thought-provoking pieces that resonate with readers and gamers alike.",meta_title:"Anika Rao | Creative Writer and Gaming Enthusiast",meta_description:"Explore the world of gaming through the creative lens of Anika Rao. Delve into her articles and uncover new insights and perspectives on your favorite games."},{name:"Sanjay Choudhury",description:"Sanjay Choudhury is a renowned gaming journalist known for his insightful reviews, analysis, and interviews within the gaming industry. With a wealth of experience covering major gaming events and trends, Sanjay is a trusted source for gamers looking for expert opinions and in-depth coverage.",meta_title:"Sanjay Choudhury | Renowned Gaming Journalist and Industry Expert",meta_description:"Tap into the expertise of Sanjay Choudhury for the latest gaming news, reviews, and interviews. Gain valuable insights and analysis from a leading authority in the gaming industry."},{name:"Sunita Verma",description:"Sunita Verma is a seasoned gamer and writer who combines her passion for gaming with her skills in content creation to provide readers with engaging and informative articles. With a focus on user experience and game design, Sunita's articles offer a unique perspective on the gaming world.",meta_title:"Sunita Verma | Gamer and Content Creator Extraordinaire",meta_description:"Explore the world of gaming through the eyes of Sunita Verma. Dive into her articles to discover new insights on user experience, game design, and the latest gaming trends."},{name:"Arjun Gupta",description:"Arjun Gupta is a tech-savvy gamer and writer who specializes in covering the intersection of gaming and technology. With a background in IT and a deep passion for gaming, Arjun offers readers valuable insights into the latest gaming hardware, software, and industry trends.",meta_title:"Arjun Gupta | Tech-Savvy Gamer and Gaming Technology Specialist",meta_description:"Stay ahead of the curve with Arjun Gupta's coverage of gaming technology and industry trends. Explore the latest hardware, software, and innovations shaping the future of gaming."},{name:"Rajesh Kumar",description:"Rajesh Kumar is a seasoned gaming journalist with a deep passion for all things video games. With over a decade of experience in the industry, he has a keen eye for spotting trends and providing unique insights into the world of gaming.",meta_title:"Rajesh Kumar | Gaming Journalist Extraordinaire",meta_description:"Get the latest gaming news, reviews, and interviews with Rajesh Kumar. Discover his unique perspectives and expert analysis on the gaming industry."},{name:"Anjali Sharma",description:"Anjali Sharma is a talented writer and video game enthusiast who has a knack for producing captivating content on gaming news and reviews. With a background in journalism, she brings a fresh perspective to the world of video games.",meta_title:"Anjali Sharma | Video Game Enthusiast",meta_description:"Explore the world of video games with Anjali Sharma. Dive into her unique features and in-depth interviews with industry insiders."},{name:"Priya Patel",description:"Priya Patel is a talented writer and game enthusiast who loves diving into the world of video games. With a focus on unique features and insightful interviews, she offers a fresh take on gaming news and reviews.",meta_title:"Priya Patel | Game Enthusiast and Writer",meta_description:"Immerse yourself in the latest gaming news and reviews with Priya Patel. Explore her captivating features and engaging interviews with industry experts."},{name:"Amit Sharma",description:"Amit Sharma is a seasoned gaming journalist with a keen eye for detail and a passion for all things video games. With a background in game reviews and industry insights, he offers a unique perspective on the world of gaming.",meta_title:"Amit Sharma | Gaming Journalist and Industry Expert",meta_description:"Stay up to date on the latest gaming news and reviews with Amit Sharma. Gain valuable insights and expert analysis on the evolving landscape of video games."},{name:"Sneha Verma",description:"Sneha Verma is a talented writer and video game enthusiast who loves delving into the world of gaming news and reviews. With a passion for unique features and engaging interviews, she provides a fresh perspective on the gaming industry.",meta_title:"Sneha Verma | Video Game Enthusiast and Writer",meta_description:"Dive into the world of video games with Sneha Verma. Explore her captivating features and insightful interviews with industry insiders."},{name:"Karan Malhotra",description:"Karan Malhotra is an experienced gaming journalist with a deep knowledge of the video game industry. With a focus on game reviews and unique features, he offers valuable insights into the latest trends and innovations in gaming.",meta_title:"Karan Malhotra | Gaming Journalist and Industry Expert",meta_description:"Explore the world of video games with Karan Malhotra. Discover his expert analysis and unique perspectives on the evolving landscape of gaming."},{name:"Radhika Singh",description:"Radhika Singh is a talented writer and gaming enthusiast with a passion for captivating gaming news and reviews. With a background in journalism, she brings a fresh perspective to the world of video games, offering unique features and engaging interviews.",meta_title:"Radhika Singh | Gaming News Writer and Enthusiast",meta_description:"Discover the latest gaming news and reviews with Radhika Singh. Immerse yourself in her unique features and insightful interviews with industry insiders."},{name:"Sanjay Mehta",description:"Sanjay Mehta is a veteran in the gaming industry with a keen eye for spotting trends and providing in-depth analysis on the latest video games. With a wealth of experience in game reviews and interviews, he offers valuable insights into the ever-evolving world of gaming.",meta_title:"Sanjay Mehta | Gaming Industry Veteran and Analyst",meta_description:"Stay informed on the world of video games with Sanjay Mehta. Explore his expert analysis and unique perspectives on the gaming industry."},{name:"Neha Gupta",description:"Neha Gupta is a talented writer and avid gamer with a passion for sharing the latest gaming news and reviews. With a focus on unique features and engaging interviews, she offers a fresh take on the world of video games, providing valuable insights and expert analysis.",meta_title:"Neha Gupta | Gaming News Writer and Avid Gamer",meta_description:"Dive into the exciting world of video games with Neha Gupta. Explore her captivating features and insightful interviews with industry insiders."},{name:"Ananya Singh",description:"Ananya Singh is a freelance writer and avid gamer based in Delhi. With a keen interest in indie games and game development, she offers a fresh perspective on the gaming industry. Ananya's articles blend insightful analysis with a touch of creativity, making her a standout writer in the gaming community.",meta_title:"Ananya Singh | Freelance Writer and Indie Game Enthusiast",meta_description:"Discover the world of indie games and game development with Ananya Singh. Dive into unique reviews, features, and interviews that showcase the creativity and innovation in the gaming industry."},{name:"Aryan Sharma",description:"Aryan Sharma is a seasoned journalist and game reviewer hailing from Bangalore. With a background in technology journalism, he brings a sharp eye for detail and a knack for storytelling to his articles. Aryan's passion for gaming shines through in his in-depth reviews and captivating interviews with industry insiders.",meta_title:"Aryan Sharma | Seasoned Journalist and Game Reviewer",meta_description:"Explore the world of gaming through the lens of Aryan Sharma. Uncover expertly crafted reviews, unique features, and engaging interviews that offer a comprehensive look at the latest game releases and industry trends."},{name:"Priya Verma",description:"Priya Verma is a gaming enthusiast and content creator hailing from New Delhi. With a background in media production, she brings a creative flair to her articles and interviews. Priya's passion for storytelling and engaging gameplay experiences shines through in her work, making her a trusted voice in the gaming community.",meta_title:"Priya Verma | Gaming Enthusiast and Content Creator",meta_description:"Immerse yourself in the world of gaming with Priya Verma. Dive into expertly crafted reviews, unique features, and captivating interviews that showcase the latest trends and innovations in the gaming industry."},{name:"Vikram Gupta",description:"Vikram Gupta is a veteran gamer and tech writer with a deep passion for all things gaming. Hailing from Hyderabad, he combines his love for games with a knack for writing insightful analysis and reviews. Vikram's articles offer a blend of expertise and enthusiasm, making him a go-to source for gaming news and reviews.",meta_title:"Vikram Gupta | Veteran Gamer and Tech Writer",meta_description:"Stay informed on the latest gaming news and reviews with Vikram Gupta. Dive into expert analysis, unique features, and engaging interviews that explore the world of gaming from a seasoned perspective."},{name:"Deepak Khanna",description:"Deepak Khanna is a passionate writer and gaming enthusiast based in Pune. With a background in game design and development, he offers a unique insight into the gaming industry. Deepak's articles combine his technical expertise with a love for storytelling, creating engaging and informative content for gamers of all ages.",meta_title:"Deepak Khanna | Writer and Game Design Enthusiast",meta_description:"Dive into the world of game design with Deepak Khanna. Explore insightful reviews, unique features, and in-depth interviews that shed light on the creative process behind some of the most popular games in the industry."},{name:"Neha Sharma",description:"Neha Sharma is a gaming journalist and content creator from Mumbai. With a passion for storytelling and a love for immersive gameplay experiences, she offers a fresh perspective on the gaming industry. Neha's articles blend expert analysis with a touch of creativity, making her a standout voice in the gaming community.",meta_title:"Neha Sharma | Gaming Journalist and Content Creator",meta_description:"Discover the latest gaming news and reviews with Neha Sharma. Immerse yourself in expertly crafted articles, unique features, and captivating interviews that showcase the best games and trends in the industry."},{name:"Riya Kapoor",description:"Riya Kapoor is a freelance writer and game reviewer with a passion for indie titles and unique gameplay experiences. Based in Chennai, she brings a creative flair to her articles and showcases lesser-known gems in the gaming world. Riya's insightful reviews and thoughtful analysis make her a trusted source for indie game enthusiasts.",meta_title:"Riya Kapoor | Freelance Writer and Indie Game Reviewer",meta_description:"Explore the world of indie games with Riya Kapoor. Uncover hidden gems, unique features, and engaging interviews that highlight the diversity and creativity of indie developers in the gaming industry."},{name:"Krish Mathur",description:"Krish Mathur is a seasoned gaming journalist and tech enthusiast from Bengaluru. With a background in computer science, he brings a keen eye for detail and a passion for all things tech to his articles. Krish's in-depth reviews and expert analysis make him a go-to source for the latest game releases and tech innovations.",meta_title:"Krish Mathur | Gaming Journalist and Tech Enthusiast",meta_description:"Stay informed on the latest gaming news and tech innovations with Krish Mathur. Dive into expertly crafted reviews, unique features, and engaging interviews that explore the intersection of technology and gaming."},{name:"Anjali Singh",description:"Anjali Singh is a gaming enthusiast and content creator from Kolkata. With a background in digital media, she offers a fresh perspective on the gaming industry. Anjali's articles combine industry insights with a touch of creativity, making her a standout voice in the gaming community.",meta_title:"Anjali Singh | Gaming Enthusiast and Content Creator",meta_description:"Discover the world of gaming with Anjali Singh. Immerse yourself in insightful reviews, unique features, and engaging interviews that showcase the latest trends and innovations in the gaming industry."},{name:"Yuichiro Nakamura",description:"Hailing from Tokyo, Japan, Yuichiro Nakamura is a seasoned game journalist with a passion for exploring the latest trends in the gaming industry. With over a decade of experience in gaming journalism, Yuichiro provides insightful reviews and in-depth analysis of the newest releases.",meta_title:"Yuichiro Nakamura | Gaming Journalist from Tokyo",meta_description:"Get expert reviews and analysis of the latest games with Yuichiro Nakamura. Stay informed about the gaming industry with his detailed articles and features."},{name:"Elena Petrova",description:"Elena Petrova is a game developer and writer based in Moscow, Russia. With a background in game development, Elena provides a unique perspective on the gaming world, offering readers exclusive insights into the process behind creating immersive gaming experiences.",meta_title:"Elena Petrova | Game Developer and Writer from Moscow",meta_description:"Discover the world of game development with Elena Petrova. Explore the creative process behind immersive gaming experiences and get an insider's view of the industry."},{name:"Pablo Hernandez",description:"Pablo Hernandez is a gaming enthusiast and journalist from Barcelona, Spain. With a keen eye for detail and a love for storytelling, Pablo brings a fresh perspective to his game reviews and interviews, providing readers with engaging content that highlights the best in gaming.",meta_title:"Pablo Hernandez | Gaming Enthusiast and Journalist from Barcelona",meta_description:"Immerse yourself in the world of gaming with Pablo Hernandez. Discover top game reviews and captivating interviews that showcase the latest trends in the industry."},{name:"Yuki Aoi",description:"Yuki Aoi is a freelance writer and avid gamer from Tokyo, Japan. With a passion for exploring niche gaming genres and uncovering hidden gems, Yuki's articles offer readers a unique perspective on the gaming landscape, introducing them to exciting new experiences.",meta_title:"Yuki Aoi | Freelance Writer and Avid Gamer from Tokyo",meta_description:"Dive into the world of niche gaming genres with Yuki Aoi. Discover hidden gems and explore new gaming experiences with her insightful articles and reviews."},{name:"Sofia Lopez",description:"Sofia Lopez is a game designer and journalist based in Buenos Aires, Argentina. With a background in game development, Sofia provides valuable insights into the creative process behind gaming, offering readers a glimpse into the artistry and innovation that goes into crafting captivating gaming experiences.",meta_title:"Sofia Lopez | Game Designer and Journalist from Buenos Aires",meta_description:"Gain a deeper understanding of game design with Sofia Lopez. Explore the creative process behind gaming and discover the artistry and innovation that shape the industry."},{name:"Kai Chen",description:"Kai Chen is a gaming expert and content creator from Shanghai, China. With a wealth of knowledge in the gaming industry, Kai offers readers a comprehensive look at the latest games, trends, and innovations, providing in-depth reviews and features that keep readers informed and engaged.",meta_title:"Kai Chen | Gaming Expert and Content Creator from Shanghai",meta_description:"Stay up-to-date with the latest gaming trends with Kai Chen. Get expert reviews and insightful features that showcase the best games and innovations in the industry."},{name:"Lena Schmidt",description:"Lena Schmidt is a gaming journalist and virtual reality enthusiast from Berlin, Germany. With a background in technology and a passion for immersive gaming experiences, Lena offers readers a glimpse into the future of gaming, exploring the latest VR technology and its impact on the industry.",meta_title:"Lena Schmidt | Gaming Journalist and VR Enthusiast from Berlin",meta_description:"Explore the world of virtual reality gaming with Lena Schmidt. Discover the latest technology and innovations shaping the gaming industry and get a glimpse into the future of gaming."},{name:"Rahul Kapoor",description:"Rahul Kapoor is a gaming writer and esports enthusiast from Mumbai, India. With a deep love for competitive gaming and a talent for storytelling, Rahul provides readers with engaging content that highlights the excitement and drama of esports competitions, as well as the latest trends in gaming.",meta_title:"Rahul Kapoor | Gaming Writer and Esports Enthusiast from Mumbai",meta_description:"Experience the thrill of esports with Rahul Kapoor. Delve into the competitive gaming scene and stay informed about the latest trends and developments in the gaming industry."},{name:"Sofia Alvarez",description:"Sofia Alvarez is a game developer and writer from Sao Paulo, Brazil. With a passion for indie gaming and a background in game development, Sofia offers readers a fresh perspective on the gaming world, introducing them to innovative indie titles and exploring the creative process behind indie game design.",meta_title:"Sofia Alvarez | Game Developer and Writer from Sao Paulo",meta_description:"Discover the world of indie gaming with Sofia Alvarez. Explore innovative indie titles and gain insight into the creative process behind indie game design with her engaging articles and features."},{name:"Seung-hyun Park",description:"Seung-hyun Park is a gaming journalist and esports analyst from Seoul, South Korea. With a background in esports reporting and analysis, Seung-hyun provides readers with in-depth coverage of competitive gaming events, interviews with top esports players, and insights into the ever-evolving world of esports.",meta_title:"Seung-hyun Park | Gaming Journalist and Esports Analyst from Seoul",meta_description:"Get the inside scoop on esports with Seung-hyun Park. Stay informed about competitive gaming events, interviews with top players, and the latest trends in esports with his comprehensive coverage."},{name:"Yuki Tanaka",description:"Hailing from Tokyo, Japan, Yuki Tanaka is a passionate gamer and game reviewer with a background in game development. With a keen eye for detail and a deep understanding of game design, Yuki provides insightful reviews and unique features on the latest gaming trends.",meta_title:"Yuki Tanaka | Gaming Enthusiast and Reviewer",meta_description:"Stay up to date on the latest gaming news and reviews with Yuki Tanaka. Get expert insights and recommendations on the hottest titles in the industry."},{name:"Sophie Dubois",description:"Based in Paris, France, Sophie Dubois is a seasoned journalist and writer specializing in gaming culture and industry trends. With a sharp wit and a critical eye, Sophie offers engaging articles and in-depth interviews with key players in the gaming world.",meta_title:"Sophie Dubois | Gaming Journalist and Culture Expert",meta_description:"Explore the world of gaming with Sophie Dubois. Discover the latest trends, news, and interviews with industry insiders in the gaming industry."},{name:"Ravi Patel",description:"Coming from Mumbai, India, Ravi Patel is a dedicated gamer and tech enthusiast with a knack for uncovering hidden gems in the gaming world. With a passion for sharing his insights and recommendations, Ravi provides fresh perspectives on indie games and lesser-known titles.",meta_title:"Ravi Patel | Indie Gamer and Tech Enthusiast",meta_description:"Expand your gaming horizons with Ravi Patel. Dive into the world of indie games and discover hidden gems that deserve your attention."},{name:"Kenji Suzuki",description:"Kenji Suzuki is a seasoned game developer and journalist from Tokyo, Japan, with a passion for creating engaging and immersive experiences. With a wealth of industry knowledge and hands-on experience, Kenji offers unique insights and behind-the-scenes features on game development.",meta_title:"Kenji Suzuki | Game Developer and Industry Insider",meta_description:"Go behind the scenes of game development with Kenji Suzuki. Learn about the latest trends and discover the secrets of creating immersive gaming experiences."},{name:"Elena Fernandez",description:"Elena Fernandez is a talented writer and gaming enthusiast from Barcelona, Spain, with a strong focus on eSports and competitive gaming. With a background in sports journalism, Elena provides expert analysis and coverage of the competitive gaming scene, offering insights into the world of eSports.",meta_title:"Elena Fernandez | eSports Expert and Gaming Analyst",meta_description:"Get insider insights into the world of competitive gaming with Elena Fernandez. Learn about the latest eSports trends and follow the competitive gaming scene with expert analysis."},{name:"Ahmed Hassan",description:"Hailing from Cairo, Egypt, Ahmed Hassan is a passionate gamer and game reviewer with a talent for dissecting game mechanics and design. With a critical eye and a deep appreciation for game culture, Ahmed offers thorough reviews and in-depth features on the latest gaming releases.",meta_title:"Ahmed Hassan | Game Reviewer and Mechanic Analyst",meta_description:"Get in-depth analysis of game mechanics and design with Ahmed Hassan. Stay informed on the latest gaming trends and releases with insightful reviews and features."},{name:"Isabella Rossi",description:"Based in Rome, Italy, Isabella Rossi is a prolific writer and gaming expert with a passion for exploring the intersection of culture and gaming. With a background in art history and cultural studies, Isabella offers unique perspectives on the artistry and cultural significance of games.",meta_title:"Isabella Rossi | Gaming Culture Analyst and Art Historian",meta_description:"Discover the cultural significance of gaming with Isabella Rossi. Explore the artistry and creative expression found in games through insightful analysis and commentary."},{name:"Chen Wei",description:"Chen Wei is a dedicated gamer and writer from Shanghai, China, with a focus on exploring the cultural impact of video games and interactive media. With a background in sociology and cultural studies, Chen offers thought-provoking insights and analysis on the role of gaming in contemporary society.",meta_title:"Chen Wei | Cultural Analyst and Gaming Enthusiast",meta_description:"Explore the cultural impact of video games with Chen Wei. Learn about the social and cultural significance of gaming through expert analysis and commentary."},{name:"Anna Petrova",description:"Anna Petrova is a seasoned journalist and game enthusiast from Moscow, Russia, with a passion for exploring the intersection of technology and gaming. With a keen interest in virtual reality and immersive experiences, Anna offers insightful reviews and features on the latest trends in gaming technology.",meta_title:"Anna Petrova | Technology Enthusiast and Game Journalist",meta_description:"Stay ahead of the curve with the latest gaming technology trends with Anna Petrova. Get expert insights and recommendations on the latest advancements in gaming technology."}],n=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=n,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
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -182,7 +182,7 @@ export declare const dataStructure: {
182
182
  export declare const authors: Record<string, string>;
183
183
  export declare const authorsNames: string[];
184
184
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\u2694\uFE0F\uD83E\uDDD9\uD83C\uDFFB\u200D\u2642\uFE0F\uD83C\uDFAE\uD83D\uDCDA";
185
- export declare const categories: ("communityEngagement" | "latestUpdates" | "gameplayMechanics" | "loreExploration" | "competitiveScene")[];
185
+ export declare const categories: ("communityEngagement" | "latestUpdates" | "loreExploration" | "gameplayMechanics" | "competitiveScene")[];
186
186
  export declare const subcategories: string[];
187
187
  export declare const subsubcategories: string[];
188
188
  export type Category = keyof typeof dataStructure;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tedo-publisher",
3
- "version": "1.3.290",
3
+ "version": "1.3.292",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes