tedo-publisher 1.3.289 → 1.3.291

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. package/dist/aureliahouses/data.d.ts +199 -0
  2. package/dist/aureliahouses/data.js +1 -0
  3. package/dist/aureliahouses/filters.d.ts +28 -0
  4. package/dist/aureliahouses/filters.js +1 -0
  5. package/dist/aureliahouses/helpers.d.ts +3 -0
  6. package/dist/aureliahouses/helpers.js +1 -0
  7. package/dist/aureliahouses/index.d.ts +15 -0
  8. package/dist/aureliahouses/index.js +1 -0
  9. package/dist/aureliahouses/prompts/data.d.ts +7 -0
  10. package/dist/aureliahouses/prompts/data.js +1 -0
  11. package/dist/aureliahouses/prompts/gpt35turbo/articles.d.ts +6 -0
  12. package/dist/aureliahouses/prompts/gpt35turbo/articles.js +1 -0
  13. package/dist/aureliahouses/prompts/gpt4oMini/articles.d.ts +6 -0
  14. package/dist/aureliahouses/prompts/gpt4oMini/articles.js +1 -0
  15. package/dist/aureliahouses/prompts/images.d.ts +4 -0
  16. package/dist/aureliahouses/prompts/images.js +1 -0
  17. package/dist/aureliahouses/seo.d.ts +23 -0
  18. package/dist/aureliahouses/seo.js +1 -0
  19. package/dist/aureliahouses/styles/colors.css +1 -0
  20. package/dist/aureliahouses/styles/fonts.css +1 -0
  21. package/dist/aureliahouses/styles/global.css +1 -0
  22. package/dist/aureliahouses/styles/sizing.css +1 -0
  23. package/dist/aureliahouses/styles/theme.css +1 -0
  24. package/dist/aureliahouses/styles/vars.css +1 -0
  25. package/dist/blissdwells/data.d.ts +1 -1
  26. package/dist/brightlooms/data.d.ts +1 -1
  27. package/dist/charmhavens/data.d.ts +1 -1
  28. package/dist/creativenooksy/data.d.ts +1 -1
  29. package/dist/crystalcasas/data.d.ts +1 -1
  30. package/dist/elarahaven/data.d.ts +315 -0
  31. package/dist/elarahaven/data.js +1 -0
  32. package/dist/elarahaven/filters.d.ts +28 -0
  33. package/dist/elarahaven/filters.js +1 -0
  34. package/dist/elarahaven/helpers.d.ts +3 -0
  35. package/dist/elarahaven/helpers.js +1 -0
  36. package/dist/elarahaven/index.d.ts +15 -0
  37. package/dist/elarahaven/index.js +1 -0
  38. package/dist/elarahaven/prompts/data.d.ts +7 -0
  39. package/dist/elarahaven/prompts/data.js +1 -0
  40. package/dist/elarahaven/prompts/gpt35turbo/articles.d.ts +6 -0
  41. package/dist/elarahaven/prompts/gpt35turbo/articles.js +1 -0
  42. package/dist/elarahaven/prompts/gpt4oMini/articles.d.ts +6 -0
  43. package/dist/elarahaven/prompts/gpt4oMini/articles.js +1 -0
  44. package/dist/elarahaven/prompts/images.d.ts +4 -0
  45. package/dist/elarahaven/prompts/images.js +1 -0
  46. package/dist/elarahaven/seo.d.ts +23 -0
  47. package/dist/elarahaven/seo.js +1 -0
  48. package/dist/elarahaven/styles/colors.css +1 -0
  49. package/dist/elarahaven/styles/fonts.css +1 -0
  50. package/dist/elarahaven/styles/global.css +1 -0
  51. package/dist/elarahaven/styles/sizing.css +1 -0
  52. package/dist/elarahaven/styles/theme.css +1 -0
  53. package/dist/elarahaven/styles/vars.css +1 -0
  54. package/dist/gardilo/data.d.ts +1 -1
  55. package/dist/garnishgroves/data.d.ts +1 -1
  56. package/dist/luxeyarddesigns/data.d.ts +1 -1
  57. package/dist/vibrantinteriorstyle/data.d.ts +1 -1
  58. package/dist/yardiro/data.d.ts +1 -1
  59. package/package.json +1 -1
@@ -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,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),r=require("./helpers.js"),s=require("./prompts/images.js"),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,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt35turbo/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),p=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),i=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=i,exports.getFiltersPrompt=p,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt4oMini/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),i=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),p=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=p,exports.getFiltersPrompt=i,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,4 @@
1
+ import { GetOpenAiBasedImagePrompt, GetStableDiffusionImagePrompt } from 'src/common/types';
2
+ export declare const getStableDiffusionImagePrompt: GetStableDiffusionImagePrompt;
3
+ export declare const getOpenAiBasedImagePrompt: GetOpenAiBasedImagePrompt;
4
+ export declare const getOpenAiBasedImagePromptDalle2: GetOpenAiBasedImagePrompt;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("../../common/prompts/images.js");const a=({title:a,alt:o,articleTitle:r})=>({prompt:`Award-winning hyper-real cinematic photo of a ${a}, ${o}, for an article ${r} from professional 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,23 @@
1
+ export interface PageSeoData {
2
+ title: string;
3
+ description: string;
4
+ }
5
+ export declare enum PageNames {
6
+ Authors = "authors",
7
+ Home = "home",
8
+ NotFound = "not-found",
9
+ AboutUs = "about-us",
10
+ PrivacyPolicy = "privacy-policy",
11
+ Terms = "terms",
12
+ Sitemap = "sitemap"
13
+ }
14
+ export type PagesSeo = Record<PageNames, PageSeoData>;
15
+ export interface AuthorInfo {
16
+ name: string;
17
+ description: string;
18
+ meta_title: string;
19
+ meta_description: string;
20
+ }
21
+ export declare const PAGES_SEO: PagesSeo;
22
+ export declare const AUTHORS_INFO: AuthorInfo[];
23
+ export declare const AUTHORS_META: Record<string, PageSeoData>;
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.PageNames=void 0,(e=exports.PageNames||(exports.PageNames={})).Authors="authors",e.Home="home",e.NotFound="not-found",e.AboutUs="about-us",e.PrivacyPolicy="privacy-policy",e.Terms="terms",e.Sitemap="sitemap";const 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{--gray-4-a:rgba(0,0,0,0.45);--text-secondary:rgba(0,0,0,0.65);--text-primary:rgba(0,0,0,0.88);--border-color-border-secondary:#F0F0F0;--background-color-bg-base:#FFF;}
@@ -0,0 +1 @@
1
+ :root{--font-size-xx-small:0.625rem;--font-size-x-small:0.75rem;--font-size-small:0.875rem;--font-size-medium:1rem;--font-size-large:1.25rem;--font-size-x-large:1.5rem;--font-size-xx-large:2rem;--h1-font-size:38px;--h1-line-height:46px;--h2-font-size:30px;--h2-line-height:38px;--h3-font-size:24px;--h3-line-height:32px;--h4-font-size:20px;--h4-line-height:28px;--h5-font-size:16px;--h5-line-height:24px;}
@@ -0,0 +1 @@
1
+ html,body,#root {height:100%;width:100%;}body {display:flex;flex-direction:column;align-items:center;margin:0;padding:0;background-color:var(--background-color-bg-base);}#___gatsby {width:100%;}.ant-app {height:100%;}.ant-dropdown-menu,.ant-select-dropdown,.ant-select-selector,.ant-popover-inner {border-radius:8px!important;}
@@ -0,0 +1 @@
1
+ :root{--gap-lg:24px;--gap-md:16px;--gap-sm:12px;--gap-xs:8px;--gap-xss:4px;--padding-lg:24px;--padding-md:16px;--padding-sm:12px;--padding-xs:8px;--padding-xss:4px;--margin-hg:36px;--margin-lg:24px;--margin-md:16px;--margin-sm:12px;--margin-xs:8px;--margin-xss:4px;}
@@ -0,0 +1 @@
1
+ :root {--theme-color-9:#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;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -304,7 +304,7 @@ export declare const dataStructure: {
304
304
  export declare const authors: Record<string, string>;
305
305
  export declare const authorsNames: string[];
306
306
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF89\uD83C\uDF3F\u270D\uFE0F";
307
- export declare const categories: ("interiorDesign" | "homeImprovement" | "gardening" | "entertaining" | "seasonalDecor" | "lifestyleEnhancement" | "ecoSustainability")[];
307
+ export declare const categories: ("homeImprovement" | "interiorDesign" | "gardening" | "entertaining" | "seasonalDecor" | "lifestyleEnhancement" | "ecoSustainability")[];
308
308
  export declare const subcategories: string[];
309
309
  export declare const subsubcategories: string[];
310
310
  export type Category = keyof typeof dataStructure;
@@ -164,7 +164,7 @@ export declare const dataStructure: {
164
164
  export declare const authors: Record<string, string>;
165
165
  export declare const authorsNames: string[];
166
166
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDF3F\uD83C\uDFE1\u2728\uD83D\uDCDD";
167
- export declare const categories: ("interiorDesign" | "homeImprovement" | "gardening" | "entertaining" | "dIYProjects")[];
167
+ export declare const categories: ("homeImprovement" | "interiorDesign" | "gardening" | "entertaining" | "dIYProjects")[];
168
168
  export declare const subcategories: string[];
169
169
  export declare const subsubcategories: string[];
170
170
  export type Category = keyof typeof dataStructure;