tedo-publisher 1.3.281 → 1.3.283

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. package/dist/havengaze/data.d.ts +272 -0
  2. package/dist/havengaze/data.js +1 -0
  3. package/dist/havengaze/filters.d.ts +28 -0
  4. package/dist/havengaze/filters.js +1 -0
  5. package/dist/havengaze/helpers.d.ts +3 -0
  6. package/dist/havengaze/helpers.js +1 -0
  7. package/dist/havengaze/index.d.ts +15 -0
  8. package/dist/havengaze/index.js +1 -0
  9. package/dist/havengaze/prompts/data.d.ts +7 -0
  10. package/dist/havengaze/prompts/data.js +1 -0
  11. package/dist/havengaze/prompts/gpt35turbo/articles.d.ts +6 -0
  12. package/dist/havengaze/prompts/gpt35turbo/articles.js +1 -0
  13. package/dist/havengaze/prompts/gpt4oMini/articles.d.ts +6 -0
  14. package/dist/havengaze/prompts/gpt4oMini/articles.js +1 -0
  15. package/dist/havengaze/prompts/images.d.ts +4 -0
  16. package/dist/havengaze/prompts/images.js +1 -0
  17. package/dist/havengaze/seo.d.ts +23 -0
  18. package/dist/havengaze/seo.js +1 -0
  19. package/dist/havengaze/styles/colors.css +1 -0
  20. package/dist/havengaze/styles/fonts.css +1 -0
  21. package/dist/havengaze/styles/global.css +1 -0
  22. package/dist/havengaze/styles/sizing.css +1 -0
  23. package/dist/havengaze/styles/theme.css +1 -0
  24. package/dist/havengaze/styles/vars.css +1 -0
  25. package/dist/luminousnook/data.d.ts +138 -0
  26. package/dist/luminousnook/data.js +1 -0
  27. package/dist/luminousnook/filters.d.ts +28 -0
  28. package/dist/luminousnook/filters.js +1 -0
  29. package/dist/luminousnook/helpers.d.ts +3 -0
  30. package/dist/luminousnook/helpers.js +1 -0
  31. package/dist/luminousnook/index.d.ts +15 -0
  32. package/dist/luminousnook/index.js +1 -0
  33. package/dist/luminousnook/prompts/data.d.ts +7 -0
  34. package/dist/luminousnook/prompts/data.js +1 -0
  35. package/dist/luminousnook/prompts/gpt35turbo/articles.d.ts +6 -0
  36. package/dist/luminousnook/prompts/gpt35turbo/articles.js +1 -0
  37. package/dist/luminousnook/prompts/gpt4oMini/articles.d.ts +6 -0
  38. package/dist/luminousnook/prompts/gpt4oMini/articles.js +1 -0
  39. package/dist/luminousnook/prompts/images.d.ts +4 -0
  40. package/dist/luminousnook/prompts/images.js +1 -0
  41. package/dist/luminousnook/seo.d.ts +23 -0
  42. package/dist/luminousnook/seo.js +1 -0
  43. package/dist/luminousnook/styles/colors.css +1 -0
  44. package/dist/luminousnook/styles/fonts.css +1 -0
  45. package/dist/luminousnook/styles/global.css +1 -0
  46. package/dist/luminousnook/styles/sizing.css +1 -0
  47. package/dist/luminousnook/styles/theme.css +1 -0
  48. package/dist/luminousnook/styles/vars.css +1 -0
  49. package/package.json +1 -1
@@ -0,0 +1,272 @@
1
+ export declare const dataStructure: {
2
+ beautifulHomes: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ interiorDesignTrends: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ luxuriousInteriors: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ sustainableLiving: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ homeImprovementIdeas: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ artisticDecor: {
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
+ homeDecorStyles: {
46
+ title: string;
47
+ description: string;
48
+ slug: string;
49
+ children: {
50
+ minimalistDesign: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ bohemianVibes: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ rusticCharm: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ midCenturyModern: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ scandinavianAesthetics: {
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
+ propertyShowcases: {
89
+ title: string;
90
+ description: string;
91
+ slug: string;
92
+ children: {
93
+ luxuryRealEstate: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ ecoFriendlyHomes: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ historicalHouses: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ uniqueArchitecturalDesigns: {
112
+ title: string;
113
+ description: string;
114
+ slug: string;
115
+ children: null;
116
+ };
117
+ cozyCabins: {
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
+ designInspiration: {
132
+ title: string;
133
+ description: string;
134
+ slug: string;
135
+ children: {
136
+ colorSchemes: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ spaceMaximization: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ functionalFurniture: {
149
+ title: string;
150
+ description: string;
151
+ slug: string;
152
+ children: null;
153
+ };
154
+ gardenDesigns: {
155
+ title: string;
156
+ description: string;
157
+ slug: string;
158
+ children: null;
159
+ };
160
+ wallArtIdeas: {
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
+ travelGuides: {
175
+ title: string;
176
+ description: string;
177
+ slug: string;
178
+ children: {
179
+ itineraries: {
180
+ title: string;
181
+ description: string;
182
+ slug: string;
183
+ children: null;
184
+ };
185
+ localCuisineRecommendations: {
186
+ title: string;
187
+ description: string;
188
+ slug: string;
189
+ children: null;
190
+ };
191
+ historicalSites: {
192
+ title: string;
193
+ description: string;
194
+ slug: string;
195
+ children: null;
196
+ };
197
+ artAndCulture: {
198
+ title: string;
199
+ description: string;
200
+ slug: string;
201
+ children: null;
202
+ };
203
+ adventureActivities: {
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
+ personalStories: {
218
+ title: string;
219
+ description: string;
220
+ slug: string;
221
+ children: {
222
+ homeRenovationJourneys: {
223
+ title: string;
224
+ description: string;
225
+ slug: string;
226
+ children: null;
227
+ };
228
+ travelExperiences: {
229
+ title: string;
230
+ description: string;
231
+ slug: string;
232
+ children: null;
233
+ };
234
+ designMistakesToAvoid: {
235
+ title: string;
236
+ description: string;
237
+ slug: string;
238
+ children: null;
239
+ };
240
+ culturalEncounters: {
241
+ title: string;
242
+ description: string;
243
+ slug: string;
244
+ children: null;
245
+ };
246
+ familyTraditionsInDecor: {
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
+ };
261
+ export declare const authors: Record<string, string>;
262
+ export declare const authorsNames: string[];
263
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF05\uD83C\uDF0D\u2728";
264
+ export declare const categories: ("designInspiration" | "beautifulHomes" | "homeDecorStyles" | "propertyShowcases" | "travelGuides" | "personalStories")[];
265
+ export declare const subcategories: string[];
266
+ export declare const subsubcategories: string[];
267
+ export type Category = keyof typeof dataStructure;
268
+ export type CategoryNode = (typeof dataStructure)[Category];
269
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
270
+ export declare const startDate = "2024-09-19T00:00:00Z";
271
+ export declare const devBucketName = "idn-havengaze-dev";
272
+ export declare const prodBucketName = "idn-havengaze";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={beautifulHomes:{title:"Explore Beautiful Homes and Incredible Locations 🌍",description:"Discover stunning interiors and breathtaking landscapes on our beautiful homes portal. Inspire your creativity and enhance your living spaces!",slug:"beautiful-homes",children:{interiorDesignTrends:{title:"Latest Interior Design Trends for Stunning Spaces 🛋️",description:"Stay ahead with the latest interior design trends that transform spaces into stunning retreats. Get inspired and elevate your home decor!",slug:"interior-design-trends",children:null},luxuriousInteriors:{title:"Luxurious Interiors That Redefine Elegance ✨",description:"Explore luxurious interiors that redefine elegance and comfort. Find inspiration for sophisticated living with our curated collections.",slug:"luxurious-interiors",children:null},sustainableLiving:{title:"Sustainable Living Ideas for Eco-Friendly Homes 🌱",description:"Embrace sustainable living with eco-friendly home ideas. Discover tips and designs that harmonize beauty and environmental consciousness!",slug:"sustainable-living",children:null},homeImprovementIdeas:{title:"Innovative Home Improvement Ideas to Elevate Spaces 🔨",description:"Unlock innovative home improvement ideas that can transform your living space. Discover practical tips and stunning designs to inspire change!",slug:"home-improvement-ideas",children:null},artisticDecor:{title:"Artistic Decor to Enrich Your Home's Aesthetic 🎨",description:"Dive into artistic decor solutions that enrich your home's aesthetic. Uncover unique pieces and styles that inspire creativity and individuality!",slug:"artistic-decor",children:null},other:{title:"Other Inspired Home Ideas and Insights 🏡",description:"Explore other inspired home ideas and insights that spark creativity. From unique designs to unexpected decor, find your next inspiration!",slug:"other-home-ideas",children:null}}},homeDecorStyles:{title:"Explore Beautiful Home Decor Styles for Every Taste 🌈",description:"Discover an inspiring range of home decor styles from minimalist designs to rustic charm. Find your unique aesthetic and transform your space! 🏡✨",slug:"home-decor-styles",children:{minimalistDesign:{title:"Embrace Minimalist Design: Less is More 🌿",description:"Explore the beauty of minimalist design. Discover how simplicity and functionality can transform your living space into a serene retreat! 🛋️💭",slug:"minimalist-design",children:null},bohemianVibes:{title:"Bohemian Vibes: Unleash Your Creative Spirit 🌻",description:"Dive into the world of bohemian decor. Create a vibrant, eclectic atmosphere that reflects your unique personality and style! 🎨✨",slug:"bohemian-vibes",children:null},rusticCharm:{title:"Rustic Charm: Cozy Designs Inspired by Nature 🌲",description:"Experience the warmth of rustic charm in your home. Discover decor tips that celebrate natural materials and timeless elegance! 🏡❤️",slug:"rustic-charm",children:null},midCenturyModern:{title:"Mid-Century Modern: Iconic Designs That Endure 🛋️",description:"Discover the stunning aesthetics of mid-century modern design. Embrace clean lines and functional elegance in your living spaces! 🎉🖼️",slug:"mid-century-modern",children:null},scandinavianAesthetics:{title:"Scandinavian Aesthetics: Function Meets Beauty ❄️",description:"Explore Scandinavian aesthetics that emphasize minimalism and warmth. Create a cozy, functional home that inspires serenity! 🌟🌿",slug:"scandinavian-aesthetics",children:null},other:{title:"Discover Other Unique Home Decor Styles 🌐",description:"Uncover a variety of unique home decor styles that inspire creativity and personal expression. Find the style that speaks to you! 🌈🏠",slug:"other-home-decor-styles",children:null}}},propertyShowcases:{title:"Explore Stunning Homes and Breathtaking Locations",description:"Discover beautiful homes in incredible locations. From luxury real estate to eco-friendly homes, find your next inspiration with HavenGaze! 🌍🏡",slug:"beautiful-homes-in-incredible-locations",children:{luxuryRealEstate:{title:"Indulge in Luxury Real Estate: Opulent Homes Await",description:"Step into the world of luxury real estate with spectacular homes featuring exquisite designs and stunning locations. Live lavishly and explore! ✨🏰",slug:"luxury-real-estate",children:null},ecoFriendlyHomes:{title:"Eco-Friendly Homes: Sustainable Living in Style",description:"Embrace eco-friendly homes that combine sustainability with stylish design. Discover beautiful spaces that respect nature and inspire lasting change! 🌿🏠",slug:"eco-friendly-homes",children:null},historicalHouses:{title:"Historical Houses: Timeless Beauty and Rich Stories",description:"Explore historical houses that boast unique architectural charm and fascinating histories. Each home tells a story that transcends time! 🏛️📜",slug:"historical-houses",children:null},uniqueArchitecturalDesigns:{title:"Unique Architectural Designs: Bold Creativity Awaits",description:"Dive into the world of unique architectural designs that push boundaries and spark inspiration. Discover homes that redefine aesthetics! 🎨🏡",slug:"unique-architectural-designs",children:null},cozyCabins:{title:"Cozy Cabins: Escape to Your Perfect Hideaway",description:"Find warmth and comfort in cozy cabins nestled in nature. Perfect for a relaxing getaway, see which cabin resonates with your soul! 🛖❤️",slug:"cozy-cabins",children:null},other:{title:"Other Unique Properties: Discover Hidden Gems",description:"Uncover exceptional properties that don't fit traditional categories. Explore hidden gems that offer distinct charm and character! 🔍💎",slug:"other-unique-properties",children:null}}},designInspiration:{title:"Explore Stunning Design Ideas for Your Home 🏡✨",description:"Dive into a world of beautiful homes and incredible design inspirations that enhance your interior spaces. Discover stylish decor trends and more! 🎨💕",slug:"design-inspiration",children:{colorSchemes:{title:"Vibrant Color Schemes for Beautiful Homes 🎨",description:"Transform your living space with stunning color schemes! Explore tips and trends that elevate your home's aesthetic. Get inspired now! 🏡💖",slug:"vibrant-color-schemes",children:null},spaceMaximization:{title:"Maximize Your Space: Clever Design Tips 🛋️📏",description:"Learn innovative strategies for maximizing space in your home. Discover functional layouts and design ideas to elevate any area! 🏠👍",slug:"maximize-your-space",children:null},functionalFurniture:{title:"Functional Furniture for Stylish Living 🪑✨",description:"Discover functional furniture designs that blend style and practicality in your home. Elevate your interiors with smart choices! 🏡🛋️",slug:"functional-furniture",children:null},gardenDesigns:{title:"Inspiring Garden Designs for Outdoor Serenity 🌳🌷",description:"Explore beautiful garden designs that create serene outdoor spaces. Transform your yard into a tranquil oasis with expert tips! 🏡🌼",slug:"inspiring-garden-designs",children:null},wallArtIdeas:{title:"Creative Wall Art Ideas to Brighten Any Space 🎉🖼️",description:"Elevate your home's ambiance with unique wall art ideas. Discover creative decorations that express style and personality! 🏠💫",slug:"creative-wall-art-ideas",children:null},other:{title:"Diverse Design Inspirations for Every Home 🌟🔍",description:"Explore a variety of design inspirations that cater to unique styles and preferences. Find the perfect ideas for your dream home! 🏡❤️",slug:"diverse-design-inspirations",children:null}}},travelGuides:{title:"Explore Beautiful Homes and Incredible Locations 🌍",description:"Dive into our travel guides featuring stunning homes and breathtaking locations that inspire creativity and appreciation for aesthetic beauty. 🏡✨",slug:"travel-guides",children:{itineraries:{title:"Curated Travel Itineraries for Inspiring Journeys 🗺️✈️",description:"Discover bespoke travel itineraries that lead you to extraordinary destinations and beautiful homes. Experience the world like never before! 🌟",slug:"curated-travel-itineraries",children:null},localCuisineRecommendations:{title:"Taste the World: Local Cuisine Recommendations 🍽️🌎",description:"Savor the essence of local culture with our handpicked cuisine recommendations that reflect the beauty and flavors of each destination. 🍲✨",slug:"local-cuisine-recommendations",children:null},historicalSites:{title:"Uncover Historical Sites: A Journey Through Time 🏛️⏳",description:"Visit remarkable historical sites that showcase stunning architecture and rich heritage. Let history inspire your travels and home designs! 🏰🌸",slug:"uncover-historical-sites",children:null},artAndCulture:{title:"Explore Art and Culture: Celebrating Creativity 🎨🎭",description:"Delve into vibrant art and culture scenes around the globe where beautiful homes meet artistic expression and inspiration. 💖🌈",slug:"explore-art-and-culture",children:null},adventureActivities:{title:"Exciting Adventure Activities for Thrill Seekers 🏞️🚀",description:"Embark on thrilling adventure activities that connect you to nature and beauty, enhancing your travel and home experiences. 🌄🏕️",slug:"exciting-adventure-activities",children:null},other:{title:"Miscellaneous Travel Insights and Tips ✈️🔍",description:"Discover various travel insights and tips that encompass beautiful homes and incredible locations, enhancing your exploration journey. 🌅💡",slug:"miscellaneous-travel-insights",children:null}}},personalStories:{title:"Heartfelt Personal Stories about Home and Travel 🏡✈️",description:"Explore personal stories that showcase unique home renovations and unforgettable travel experiences, igniting inspiration for your next adventure! 🌍✨",slug:"personal-stories",children:{homeRenovationJourneys:{title:"Transformative Home Renovation Journeys 🔨🏠",description:"Discover inspiring home renovation journeys that will motivate you to create your dream space! Beautiful transformations await your attention! 🎨💖",slug:"home-renovation-journeys",children:null},travelExperiences:{title:"Incredible Travel Experiences Worth Sharing 🌍✈️",description:"Dive into incredible travel experiences that transport you around the globe! Uncover stories that celebrate adventure and cultural richness! 🌟📸",slug:"travel-experiences",children:null},designMistakesToAvoid:{title:"Avoid These Common Design Mistakes 🚫🎨",description:"Learn from the design pitfalls others have faced! Our guide to mistakes to avoid will help ensure your space looks amazing! ✨🔧",slug:"design-mistakes-to-avoid",children:null},culturalEncounters:{title:"Cultural Encounters That Enrich the Soul 🌎❤️",description:"Explore cultural encounters that broaden your horizons and enrich your understanding of the world! Celebrate diversity through storytelling! 🎉📖",slug:"cultural-encounters",children:null},familyTraditionsInDecor:{title:"Cherished Family Traditions in Home Decor 🏡💞",description:"Uncover how family traditions shape home decor and create lasting memories! Discover inspiring stories that blend aesthetics with sentiment! 🖼️✨",slug:"family-traditions-in-decor",children:null},other:{title:"Unique Home and Travel Stories 🌟📌",description:"Explore a variety of unique home and travel stories that don't fit into traditional categories! Inspiration is just a click away! 🌈🗺️",slug:"unique-home-travel-stories",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="havengaze",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
+ DesignDreams = "Design Dreams",
3
+ ScenicEscapes = "Scenic Escapes",
4
+ HomeInspirations = "Home Inspirations",
5
+ TravelTreasures = "Travel Treasures",
6
+ CreativeInsights = "Creative Insights"
7
+ }
8
+ type DesignDreamsValues = 'Minimalist Marvels' | 'Bohemian Bliss' | 'Mid-Century Modern' | 'Rustic Charm';
9
+ type ScenicEscapesValues = 'Mountain Retreats' | 'Coastal Getaways' | 'Urban Oases' | 'Desert Sanctuaries';
10
+ type HomeInspirationsValues = 'Eco-Friendly Designs' | 'Smart Living Spaces' | 'Colorful Interiors' | 'Vintage Touches';
11
+ type TravelTreasuresValues = 'Hidden Gems' | 'Cultural Hotspots' | 'Architectural Wonders' | "Nature's Bounty";
12
+ type CreativeInsightsValues = 'DIY Projects' | 'Home Tours' | 'Trend Spotlights';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.DesignDreams]: DesignDreamsValues[];
15
+ [FiltersNames.ScenicEscapes]: ScenicEscapesValues[];
16
+ [FiltersNames.HomeInspirations]: HomeInspirationsValues[];
17
+ [FiltersNames.TravelTreasures]: TravelTreasuresValues[];
18
+ [FiltersNames.CreativeInsights]: CreativeInsightsValues[];
19
+ };
20
+ export declare const designDreamsValues: DesignDreamsValues[];
21
+ export declare const scenicEscapesValues: ScenicEscapesValues[];
22
+ export declare const homeInspirationsValues: HomeInspirationsValues[];
23
+ export declare const travelTreasuresValues: TravelTreasuresValues[];
24
+ export declare const creativeInsightsValues: CreativeInsightsValues[];
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 s;exports.FiltersNames=void 0,(s=exports.FiltersNames||(exports.FiltersNames={})).DesignDreams="Design Dreams",s.ScenicEscapes="Scenic Escapes",s.HomeInspirations="Home Inspirations",s.TravelTreasures="Travel Treasures",s.CreativeInsights="Creative Insights";const e=["Minimalist Marvels","Bohemian Bliss","Mid-Century Modern","Rustic Charm"],r=["Mountain Retreats","Coastal Getaways","Urban Oases","Desert Sanctuaries"],t=["Eco-Friendly Designs","Smart Living Spaces","Colorful Interiors","Vintage Touches"],i=["Hidden Gems","Cultural Hotspots","Architectural Wonders","Nature's Bounty"],a=["DIY Projects","Home Tours","Trend Spotlights"],o={[exports.FiltersNames.DesignDreams]:[],[exports.FiltersNames.ScenicEscapes]:[],[exports.FiltersNames.HomeInspirations]:[],[exports.FiltersNames.TravelTreasures]:[],[exports.FiltersNames.CreativeInsights]:[]},n={[exports.FiltersNames.DesignDreams]:e,[exports.FiltersNames.ScenicEscapes]:r,[exports.FiltersNames.HomeInspirations]:t,[exports.FiltersNames.TravelTreasures]:i,[exports.FiltersNames.CreativeInsights]:a},l=()=>JSON.stringify(n,null,2);exports.creativeInsightsValues=a,exports.designDreamsValues=e,exports.fullFilters=n,exports.getFiltersTypesJSON=l,exports.homeInspirationsValues=t,exports.initialFilters=o,exports.scenicEscapesValues=r,exports.travelTreasuresValues=i;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),s=require("./helpers.js"),r=require("./prompts/images.js"),a=require("./seo.js"),o=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.creativeInsightsValues=t.creativeInsightsValues,exports.designDreamsValues=t.designDreamsValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.homeInspirationsValues=t.homeInspirationsValues,exports.initialFilters=t.initialFilters,exports.scenicEscapesValues=t.scenicEscapesValues,exports.travelTreasuresValues=t.travelTreasuresValues,exports.getDefaultImagesFrontmatter=s.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=s.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=r.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=r.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=r.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=a.AUTHORS_INFO,exports.AUTHORS_META=a.AUTHORS_META,exports.PAGES_SEO=a.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return a.PageNames}}),exports.gpt35Articles=o,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: HavenGaze is an infotainment articles portal dedicated to exploring beautiful homes and incredible locations. The platform offers a curated collection of articles that inspire readers to appreciate stunning interiors and breathtaking landscapes.\n - Detailed description: HavenGaze serves as a digital sanctuary for homeowners, design enthusiasts, and travel lovers alike. The portal features a diverse range of articles that delve into the aesthetics of beautiful homes, innovative architectural designs, and iconic locations across the globe. Each piece is designed to ignite creativity and provide insights into home decor trends, sustainable living, and travel destinations that are not just visually stunning but also culturally rich. Readers can expect in-depth analyses on various home styles, expert tips on maximizing living spaces, and personal anecdotes that bring a human touch to the content. With an emphasis on high-quality imagery and engaging storytelling, HavenGaze aims to transport its audience to the most beautiful settings, fostering a sense of appreciation for the world of design and nature.\n - Target audience: The target audience for HavenGaze includes homeowners seeking inspiration for home improvement projects, interior design enthusiasts who appreciate artistic decor, travel aficionados interested in exploring unique destinations, and individuals who value aesthetic beauty in their living spaces and surroundings. This demographic typically includes young professionals, design students, and families looking for creative ideas to enhance their homes and travel experiences.\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## Architectural Inspiration\n - Overview of Design Styles\n - Innovative Materials and Techniques\n \n## Interior Design Trends\n - Color Schemes and Their Psychological Effects\n - Space Optimization Tips\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 - Architectural 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: HavenGaze is an infotainment articles portal dedicated to exploring beautiful homes and incredible locations. The platform offers a curated collection of articles that inspire readers to appreciate stunning interiors and breathtaking landscapes.\n - Detailed description: HavenGaze serves as a digital sanctuary for homeowners, design enthusiasts, and travel lovers alike. The portal features a diverse range of articles that delve into the aesthetics of beautiful homes, innovative architectural designs, and iconic locations across the globe. Each piece is designed to ignite creativity and provide insights into home decor trends, sustainable living, and travel destinations that are not just visually stunning but also culturally rich. Readers can expect in-depth analyses on various home styles, expert tips on maximizing living spaces, and personal anecdotes that bring a human touch to the content. With an emphasis on high-quality imagery and engaging storytelling, HavenGaze aims to transport its audience to the most beautiful settings, fostering a sense of appreciation for the world of design and nature.\n - Target audience: The target audience for HavenGaze includes homeowners seeking inspiration for home improvement projects, interior design enthusiasts who appreciate artistic decor, travel aficionados interested in exploring unique destinations, and individuals who value aesthetic beauty in their living spaces and surroundings. This demographic typically includes young professionals, design students, and families looking for creative ideas to enhance their homes and travel experiences.\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## Architectural Inspiration\n - Overview of Design Styles\n - Innovative Materials and Techniques\n \n## Interior Design Trends\n - Color Schemes and Their Psychological Effects\n - Space Optimization Tips\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 - Architectural 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",s="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",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=a,exports.FILTERS_INFO=o,exports.IMAGES_PROHIBITED_WORDS=r,exports.START_STEP=n,exports.TARGET_AUDIENCE=s,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:"Authors | HavenGaze - Explore Beautiful Homes & Incredible Locations",description:"Meet the talented writers behind HavenGaze! 🏡✨ Discover their passion for showcasing stunning homes and breathtaking locations."},[exports.PageNames.Home]:{title:"Welcome to HavenGaze - Beautiful Homes & Incredible Locations",description:"Explore exceptional homes nestled in stunning locations! 🏖️🌲 Experience the perfect blend of beauty and serenity with HavenGaze."},[exports.PageNames.NotFound]:{title:"404 - Page Not Found | HavenGaze",description:"Oops! We couldn't find that page. 😔 But don’t worry, you can explore beautiful homes and incredible locations on our homepage! 🏡✨"},[exports.PageNames.AboutUs]:{title:"About Us | HavenGaze - Your Guide to Beautiful Homes",description:"Learn more about HavenGaze and our mission to showcase the world's most beautiful homes and incredible locations! 🌍🏡 Join us on this journey."},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | HavenGaze",description:"Your privacy matters! 🔒 Read our privacy policy to understand how we protect your information while you explore beautiful homes with HavenGaze."},[exports.PageNames.Terms]:{title:"Terms of Service | HavenGaze",description:"Review the terms of service for using HavenGaze. 📜 Your journey into the world of stunning homes starts with understanding our rules!"},[exports.PageNames.Sitemap]:{title:"Sitemap | HavenGaze - Navigate Beautiful Homes & Locations",description:"Easily find your way around HavenGaze with our sitemap! 🗺️🏡 Explore beautiful homes and incredible locations at your fingertips."}},i=[{name:"Ravi Sharma",description:"Ravi Sharma is a seasoned travel writer and architectural enthusiast based in New Delhi, India. With over 10 years of experience in journalism, he has contributed to various lifestyle magazines and websites, focusing on beautiful homes and unique travel destinations. His passion for exploring the intersection of culture and design shines through in his writings.",meta_title:"Ravi Sharma - Travel Writer & Architectural Enthusiast | HavenGaze",meta_description:"Explore the captivating insights of Ravi Sharma, a travel writer from New Delhi, as he delves into stunning homes and incredible locations worldwide on HavenGaze."},{name:"Anita Sen",description:"Anita Sen is a freelance writer and home decor expert from Mumbai. With a background in interior design, she has spent over 15 years guiding readers through the nuances of beautiful spaces and exquisite architecture. Her articles often blend practical design advice with the stories behind remarkable homes.",meta_title:"Anita Sen - Home Decor Expert & Freelance Writer | HavenGaze",meta_description:"Discover the artistic designs and insights shared by Anita Sen, a Mumbai-based home decor expert, on HavenGaze, where beauty meets functionality."},{name:"Dev Patel",description:"Dev Patel is a travel journalist and cultural curator hailing from Bengaluru, India. Having traveled across 30 countries, he specializes in uncovering the hidden gems of architecture and natural beauty. His storytelling brings a unique perspective to the homes and locations he features.",meta_title:"Dev Patel - Travel Journalist & Cultural Curator | HavenGaze",meta_description:"Join Dev Patel on a journey through stunning architecture and breathtaking destinations on HavenGaze, where culture and beauty intertwine."},{name:"Priya Khanna",description:"Priya Khanna is an acclaimed travel and lifestyle writer based in Kolkata. With over 8 years of experience, she captures the essence of incredible locations and beautiful homes, offering readers an inside look into luxurious lifestyles and unique designs.",meta_title:"Priya Khanna - Travel & Lifestyle Writer | HavenGaze",meta_description:"Immerse yourself in the enchanting stories of Priya Khanna, a Kolkata-based writer, as she brings you closer to beautiful homes and incredible locations on HavenGaze."},{name:"Amit Joshi",description:"Amit Joshi, from Jaipur, is a photographer turned travel writer with a keen eye for detail. Over the last decade, he has explored the relationship between design and natural landscapes, delivering visually driven articles that engage readers and inspire wanderlust.",meta_title:"Amit Joshi - Travel Writer & Photographer | HavenGaze",meta_description:"Explore the stunning visuals and travel narratives of Amit Joshi, a photographer and writer from Jaipur, bringing beautiful homes and incredible locations to life on HavenGaze."},{name:"Neha Mehta",description:"A passionate interior designer and blogger, Neha Mehta from Pune combines her design expertise with storytelling. With years of experience in home styling, she explores various cultures and their architecture, making her writings rich in detail and visual appeal.",meta_title:"Neha Mehta - Interior Designer & Blogger | HavenGaze",meta_description:"Delve into the world of design with Neha Mehta, an interior designer from Pune, as she shares her expertise and passion for beautiful homes on HavenGaze."},{name:"Suresh Bhatia",description:"Suresh Bhatia, an environmentalist and writer from Chandigarh, focuses on sustainable architecture and eco-friendly homes. With a career spanning over 12 years, he advocates for environmentally conscious living through his detailed articles showcasing beautiful, sustainable locations.",meta_title:"Suresh Bhatia - Environmentalist & Writer | HavenGaze",meta_description:"Uncover sustainable living with Suresh Bhatia, a writer dedicated to eco-friendly architecture, on HavenGaze, where beauty meets responsibility."},{name:"Shivani Gupta",description:"Shivani Gupta is a journalist and lifestyle expert from Hyderabad with a penchant for exploring unique travel destinations. Her articles often highlight the beauty of homes around the world while blending her personal travel experiences with practical advice.",meta_title:"Shivani Gupta - Journalist & Lifestyle Expert | HavenGaze",meta_description:"Experience the beauty of travel and home design with Shivani Gupta, a journalist from Hyderabad, on HavenGaze, where each story inspires wanderlust."},{name:"Rajesh Iyer",description:"Rajesh Iyer is a travel and real estate writer based in Chennai. He combines his expertise in property analysis with a passion for travel, focusing on incredible locations and homes that reflect the spirit of their environments.",meta_title:"Rajesh Iyer - Travel & Real Estate Writer | HavenGaze",meta_description:"Join Rajesh Iyer, a travel and real estate writer from Chennai, as he explores beautiful homes and breathtaking locations on HavenGaze."},{name:"Tanvi Verma",description:"Tanvi Verma, an urban planner and freelance writer from Ahmedabad, specializes in the exploration of urban spaces and their architectural significance. Her articles provide insights into incredible locations and the stories behind stunning homes.",meta_title:"Tanvi Verma - Urban Planner & Freelance Writer | HavenGaze",meta_description:"Explore urban spaces and architectural wonders with Tanvi Verma, an urban planner from Ahmedabad, on HavenGaze, where homes tell stories."},{name:"Ananya Bhattacharya",description:"Ananya Bhattacharya is an award-winning journalist and lifestyle blogger with over a decade of experience in writing about architecture and interior design. Having worked with leading magazines in India, she brings a wealth of knowledge on creating beautiful homes that resonate with the essence of incredible locations.",meta_title:"Ananya Bhattacharya - HavenGaze Contributor",meta_description:"Explore the insights of Ananya Bhattacharya, a seasoned journalist and lifestyle blogger specializing in beautiful homes and extraordinary locations. Discover her expert tips and inspiring stories at HavenGaze."},{name:"Ravi Mehta",description:"Ravi Mehta is a renowned travel writer and photographer whose works focus on hidden gems in diverse locations across India. With a passion for storytelling, his articles highlight stunning homes found in remarkable destinations, making him a key contributor to HavenGaze.",meta_title:"Ravi Mehta - HavenGaze Contributor",meta_description:"Join Ravi Mehta, a celebrated travel writer and photographer, as he uncovers beautiful homes in amazing locations. Dive into his captivating stories and insights exclusively on HavenGaze."},{name:"Neha Kapoor",description:"Neha Kapoor is an interior designer and blogger with over eight years of experience in transforming spaces. She shares her design tips and creative ideas for beautiful homes that blend with incredible surroundings on HavenGaze.",meta_title:"Neha Kapoor - HavenGaze Contributor",meta_description:"Discover the magic of interior design with Neha Kapoor, a talented designer and blogger who specializes in creating beautiful homes. Get her expert advice on HavenGaze today."},{name:"Vikram Singh",description:"Vikram Singh is a passionate home design enthusiast and sustainable living advocate. With a background in environmental science, he writes about eco-friendly home solutions and locations that promote harmony with nature for HavenGaze readers.",meta_title:"Vikram Singh - HavenGaze Contributor",meta_description:"Learn from Vikram Singh, an eco-friendly home design enthusiast dedicated to sustainable living. Explore his insights on beautiful homes and nature-friendly locations at HavenGaze."},{name:"Poonam Choudhary",description:"Poonam Choudhary is a lifestyle content creator and home stylist with a flair for creating inviting spaces. She uses her platform to inspire readers with her home decor ideas that reflect incredible cultural influences.",meta_title:"Poonam Choudhary - HavenGaze Contributor",meta_description:"Get inspired by Poonam Choudhary, a skilled home stylist and lifestyle creator. Explore her decor ideas and cultural influences at HavenGaze for stunning home transformations."},{name:"Rahul Desai",description:"Rahul Desai is an architecture aficionado and freelance writer who specializes in highlighting the synergy between form and function in home designs. His expertise shines through his articles featured on HavenGaze.",meta_title:"Rahul Desai - HavenGaze Contributor",meta_description:"Explore the world of architecture with Rahul Desai, a passionate writer uncovering the beauty in home design. Discover his insightful perspectives at HavenGaze."},{name:"Simran Kaur",description:"Simran Kaur is an international property consultant and blogger who combines her love for travel and real estate. Her articles provide readers with tips on finding exquisite homes in breathtaking locations.",meta_title:"Simran Kaur - HavenGaze Contributor",meta_description:"Join Simran Kaur, an international property consultant, as she shares expert tips on beautiful homes in stunning locations. Learn more at HavenGaze."},{name:"Leena Iyer",description:"Leena Iyer is a cultural enthusiast and travel writer who delves into the architectural heritage of India. Her articles on HavenGaze celebrate historic homes and locations steeped in tradition.",meta_title:"Leena Iyer - HavenGaze Contributor",meta_description:"Uncover India’s architectural heritage with Leena Iyer, a cultural enthusiast and travel writer. Explore her stories celebrating historic homes on HavenGaze."},{name:"Karan Patel",description:"Karan Patel is an experienced landscape architect and freelance writer promoting the fusion of outdoor spaces and home aesthetics. His unique perspective enhances the articles he contributes to HavenGaze.",meta_title:"Karan Patel - HavenGaze Contributor",meta_description:"Discover innovative landscape designs with Karan Patel, a seasoned landscape architect. His unique insights on home aesthetics await you at HavenGaze."},{name:"Ananya Gupta",description:"Ananya Gupta is a seasoned travel writer and home decor enthusiast with over 10 years of experience in the industry. With a background in interior design, she specializes in blending aesthetics with functionality. Ananya's vibrant articles highlight stunning homes and breathtaking locations across India and beyond.",meta_title:"Ananya Gupta - Travel Writer & Home Decor Expert | HavenGaze",meta_description:"Discover the beautiful homes and incredible locations through the eyes of Ananya Gupta, an experienced travel writer and home decor specialist."},{name:"Rajesh Kumar",description:"Rajesh Kumar is a passionate traveler and lifestyle blogger. With a flair for storytelling, he captures the essence of every location he visits. Drawing from his extensive journeys, Rajesh shares insights about stunning architectural designs and cleverly curated home ideas, inspiring his readers to see the beauty in their surroundings.",meta_title:"Rajesh Kumar - Lifestyle Blogger & Travel Enthusiast | HavenGaze",meta_description:"Join Rajesh Kumar as he explores the beauty of homes and locations, sharing unique perspectives and travel tales on HavenGaze."},{name:"Meera Shah",description:"Meera Shah is an acclaimed journalist and lifestyle writer, focusing on sustainable living and eco-friendly homes. With a Master's degree in Environmental Studies, she writes articles that inspire readers to embrace nature and create beautiful yet practical living spaces, reflecting on incredible places that harmonize with the environment.",meta_title:"Meera Shah - Eco-Friendly Living & Travel Writer | HavenGaze",meta_description:"Explore sustainable homes and incredible locations with Meera Shah, a journalist dedicated to eco-friendly living and lifestyle innovations."},{name:"Vikram Reddy",description:"Vikram Reddy is an architect and travel aficionado who combines his professional expertise with his love for exploration. He writes extensively about innovative home designs that reflect cultural heritage and diversity, offering readers a glimpse into stunning locations that inspire architectural brilliance.",meta_title:"Vikram Reddy - Architect & Cultural Travel Writer | HavenGaze",meta_description:"Discover innovative home designs and breathtaking locations with Vikram Reddy, an architect sharing insights on HavenGaze."},{name:"Pooja Malhotra",description:"Pooja Malhotra is a renowned interior designer and lifestyle expert, known for her chic home styling tips and travel anecdotes. With over 15 years of experience in the field, Pooja writes engaging articles that celebrate beautiful homes and the joy of discovering incredible locations around the globe.",meta_title:"Pooja Malhotra - Interior Designer & Travel Writer | HavenGaze",meta_description:"Immerse yourself in beautiful home designs and stunning travel stories with Pooja Malhotra, an expert in interior design."},{name:"Arjun Kapoor",description:"Arjun Kapoor is an enthusiastic travel photographer and writer, dedicated to highlighting the connection between beautiful homes and the magnificent places they inhabit. His works reflect a deep appreciation for cultural narratives and architectural aesthetics, compelling readers to explore the world around them.",meta_title:"Arjun Kapoor - Travel Photographer & Writer | HavenGaze",meta_description:"Join Arjun Kapoor on a journey through breathtaking homes and locations, exploring cultural connections and beauty through photography."},{name:"Sonal Mehta",description:"Sonal Mehta is a lifestyle connoisseur and content creator, whose insightful writing spans topics from home decor to travel tips. With a keen eye for detail, she brings readers along on her adventures, showcasing incredible locations and beautifully styled homes.",meta_title:"Sonal Mehta - Lifestyle Writer & Home Decor Influencer | HavenGaze",meta_description:"Explore lifestyle, home decor tips, and incredible travel stories with Sonal Mehta, an influencer at HavenGaze."},{name:"Karan Desai",description:"Karan Desai is a travel writer and cultural enthusiast based in India. His articles focus on local homes and remarkable locations, highlighting the intricate details that tell the story of each place. With years of experience under his belt, Karan’s work is both informative and inspiring.",meta_title:"Karan Desai - Travel Writer & Cultural Enthusiast | HavenGaze",meta_description:"Discover local homes and remarkable locations through Karan Desai's enlightening articles on HavenGaze."},{name:"Neha Iyer",description:"Neha Iyer is a passionate writer and designer committed to showcasing unique homes and extraordinary travel experiences. With a creative background, she blends art with storytelling, producing captivating articles that inspire readers to explore beautiful locations worldwide.",meta_title:"Neha Iyer - Writer & Designer | HavenGaze",meta_description:"Uncover unique homes and travel insights with Neha Iyer, a writer and designer sharing her passion on HavenGaze."},{name:"Ravi Singh",description:"Ravi Singh is a seasoned real estate expert and lifestyle writer, dedicated to exploring the intersection of home design and travel. His articles bring readers valuable insights into incredible properties and stunning destinations, reflecting on the lifestyle choices that define modern living.",meta_title:"Ravi Singh - Real Estate Expert & Lifestyle Writer | HavenGaze",meta_description:"Explore home design and travel with Ravi Singh, a real estate expert providing insights into stylish living on HavenGaze."},{name:"Riya Sharma",description:"Riya Sharma is an accomplished writer and photographer specializing in home decor and travel. With over 7 years of experience in lifestyle blogging, she captures the beauty of unique homes and stunning locations across India. Her passion for interior design and cultural heritage shines through in her articles, making her a valued contributor to HavenGaze.",meta_title:"Riya Sharma - HavenGaze Contributor",meta_description:"Explore the enchanting design philosophies and breathtaking locations with Riya Sharma, a passionate writer and photographer at HavenGaze."},{name:"Amit Verma",description:"Amit Verma is a travel enthusiast and freelance writer with a knack for storytelling. He has traveled extensively across India, uncovering hidden gems and beautiful homes that reflect diverse cultures. With a background in architecture, Amit brings a unique perspective to his writings on HavenGaze.",meta_title:"Amit Verma - HavenGaze Travel Writer",meta_description:"Join Amit Verma as he explores India's beautiful homes and incredible locations, bringing you stories that inspire and inform on HavenGaze."},{name:"Neha Patel",description:"Neha Patel is a renowned interior designer and lifestyle writer with an eye for aesthetics. Her articles on HavenGaze provide insights into creating stunning living spaces and embracing the beauty of nature. With 10 years of experience in the industry, she combines design principles with travel adventures.",meta_title:"Neha Patel - HavenGaze Lifestyle Expert",meta_description:"Discover stunning designs and incredible locations with Neha Patel, an interior designer and lifestyle writer at HavenGaze."},{name:"Rohan Gupta",description:"Rohan Gupta is a travel and lifestyle blogger who shares his adventures through breathtaking photography and captivating narratives. With a focus on eco-friendly homes and sustainable travel, Rohan's work on HavenGaze encourages readers to appreciate both beauty and responsibility in their living spaces.",meta_title:"Rohan Gupta - HavenGaze Eco-Conscious Writer",meta_description:"Join Rohan Gupta on a journey through eco-friendly homes and sustainable locations, as he spreads awareness on HavenGaze."},{name:"Sakshi Joshi",description:"Sakshi Joshi is a seasoned travel writer and content creator, specializing in luxury homes and breathtaking travel destinations. Her work has appeared in various publications, and as a contributor for HavenGaze, she shares her insights on exquisite spaces that redefine comfort and elegance.",meta_title:"Sakshi Joshi - HavenGaze Luxury Lifestyle Writer",meta_description:"Explore luxury homes and incredible locations with Sakshi Joshi, a travel writer offering insights and inspiration on HavenGaze."},{name:"Vikram Desai",description:"Vikram Desai is a cultural historian and writer who focuses on heritage homes and their stories. With a deep understanding of architectural styles, Vikram contributes to HavenGaze with articles that delve into the history and significance of preserved locations across India.",meta_title:"Vikram Desai - HavenGaze Cultural Historian",meta_description:"Discover the rich stories behind India's heritage homes and locations with Vikram Desai, a cultural historian at HavenGaze."},{name:"Pooja Iyer",description:"Pooja Iyer is an innovative interior designer and style writer known for her minimalist aesthetic and creative flair. Through her contributions to HavenGaze, she shares design tips and showcases beautiful homes that inspire simplicity and elegance in living spaces.",meta_title:"Pooja Iyer - HavenGaze Design Innovator",meta_description:"Transform your living spaces with Pooja Iyer's insights on minimalist design and incredible home locations, exclusively on HavenGaze."},{name:"Tarun Mehta",description:"Tarun Mehta is an adventure writer and photographer, exploring unique homes nestled in breathtaking landscapes. His experiential storytelling on HavenGaze not only highlights beautiful locations but also inspires readers to discover their own adventures.",meta_title:"Tarun Mehta - HavenGaze Adventure Writer",meta_description:"Embark on thrilling adventures through stunning homes and locations with Tarun Mehta, as he captures the essence of discovery on HavenGaze."},{name:"Aisha Khan",description:"Aisha Khan is a food and travel writer who believes that every home has its own stories to tell through food and culture. Her articles on HavenGaze explore the intersection of gastronomy and beautiful home designs, showcasing how diverse locations impact culinary experiences.",meta_title:"Aisha Khan - HavenGaze Food and Travel Writer",meta_description:"Explore culinary delights and beautiful homes with Aisha Khan, a food and travel writer sharing flavorful journeys on HavenGaze."},{name:"Sudhir Bansal",description:"Sudhir Bansal is a journalist and lifestyle writer who focuses on modern home design trends and stunning locations. With over 15 years of experience in media, he brings a wealth of knowledge to HavenGaze, offering readers the latest insights into stylish living.",meta_title:"Sudhir Bansal - HavenGaze Lifestyle Journalist",meta_description:"Stay updated with the latest home design trends and breathtaking locations with Sudhir Bansal, a lifestyle journalist at HavenGaze."},{name:"Emily Stone",description:"Emily is a renowned travel journalist based in Australia. With over a decade of experience writing about beautiful homes and unique travel destinations, she captivates her audience with vivid storytelling and stunning photography. Her passion for design and adventure fuels her work, making her articles a must-read for home and travel enthusiasts.",meta_title:"Emily Stone - Travel Journalist | HavenGaze",meta_description:"Discover the world through the eyes of Emily Stone, a celebrated travel journalist at HavenGaze. Explore her engaging articles on beautiful homes and incredible locations."},{name:"Rahul Sharma",description:"A native of India, Rahul is an architectural historian with a master's degree in historic preservation. He writes extensively about the intersection of architecture and culture, often focusing on the richly diverse homes found in India and their unique locations. His work combines deep research with creative writing, making history accessible and engaging.",meta_title:"Rahul Sharma - Architectural Historian | HavenGaze",meta_description:"Explore the artistry of architecture with Rahul Sharma, an architectural historian and contributor at HavenGaze, as he unveils the beauty of homes across India."},{name:"Lina Garcia",description:"Lina is a Colombian lifestyle and travel blogger who shares her love for enchanting homes and breathtaking locales. She leverages her background in interiors to provide insight into beautiful home designs while exhibiting local cultures. Her articles resonate with readers looking for inspiration in both travel and home aesthetics.",meta_title:"Lina Garcia - Lifestyle Blogger | HavenGaze",meta_description:"Join Lina Garcia at HavenGaze as she shares her passion for beautiful homes and locations, blending lifestyle insights with travel tips and inspiration."},{name:"Mark Johnson",description:"Based in Canada, Mark is a freelance writer with a flair for storytelling. He specializes in sustainable architecture and the importance of location in home-building. With experience in green design and urban planning, Mark offers a unique perspective on how homes can integrate with their surroundings.",meta_title:"Mark Johnson - Freelance Writer | HavenGaze",meta_description:"Discover sustainable living with Mark Johnson at HavenGaze. Delve into his articles about eco-friendly homes and locations that harmonize with nature."},{name:"Sofia Petrov",description:"Sofia hails from Russia and brings years of experience in interior design and journalism. She combines her artistic eye with a passion for innovative locations, showcasing how beautifully designed homes can enhance the experience of any destination. Her vibrant articles inspire readers to explore the artistry behind every location.",meta_title:"Sofia Petrov - Interior Designer & Journalist | HavenGaze",meta_description:"Explore breathtaking designs with Sofia Petrov at HavenGaze. From captivating homes to stunning locations, her articles inspire creativity and exploration."},{name:"Nikhil Rao",description:"Nikhil is an Indian travel writer and photographer known for his eye-catching visuals and evocative narratives. He emphasizes the beauty of homes in scenic locations across Asia, drawing readers into the heart of each destination. His ability to connect with cultures through their architecture is what makes his writing stand out.",meta_title:"Nikhil Rao - Travel Writer & Photographer | HavenGaze",meta_description:"Join Nikhil Rao at HavenGaze for captivating stories and stunning imagery of beautiful homes in Asia. Discover the artistry behind every location."},{name:"Ava Chen",description:"Ava is a creative entrepreneur from China who specializes in home decor and travel writing. With a keen interest in minimalist design and serene locales, she shares her enchantment with tranquil homes and picturesque landscapes, helping her readers find peace and beauty in their own spaces.",meta_title:"Ava Chen - Home Decor & Travel Specialist | HavenGaze",meta_description:"Explore serene living with Ava Chen at HavenGaze. Discover elegant homes and tranquil locations that inspire peace and beauty in every article."},{name:"James Thompson",description:"James is a British journalist and content creator with expertise in real estate and architecture. He has been writing for over 15 years, covering topics from luxurious homes to sought-after vacation destinations. His analytical approach provides readers with in-depth insights into property values and design trends.",meta_title:"James Thompson - Real Estate Journalist | HavenGaze",meta_description:"Uncover the world of luxury living with James Thompson at HavenGaze. Analyze beautiful homes and prime locations through his well-researched articles."},{name:"Chloe Dubois",description:"Chloe is a French writer and blogger who focuses on lifestyle, travel, and interior decor. Her passion for vintage decor and eclectic homes shines through in her writing. Based in Paris, she offers a unique perspective on the art of home and travel harmoniously, appealing to readers who seek inspiration in all aspects of life.",meta_title:"Chloe Dubois - Lifestyle & Travel Writer | HavenGaze",meta_description:"Join Chloe Dubois at HavenGaze for delightful insights into vintage homes and eclectic designs. Explore her enchanting articles on travel and lifestyle."},{name:"Tariq Yusuf",description:"Hailing from the UAE, Tariq is a travel enthusiast and writer who showcases the stunning architecture and ideal locations of the Middle East. With years of experience guiding tourists, he provides practical advice and deep cultural insights that enrich the reader’s understanding of each destination.",meta_title:"Tariq Yusuf - Travel Writer & Cultural Expert | HavenGaze",meta_description:"Embark on a journey with Tariq Yusuf at HavenGaze as he reveals beautiful homes and incredible locations in the Middle East through his insightful articles."},{name:"Elena Martinez",description:"Elena is a seasoned travel writer based in Barcelona, Spain. With a passion for architecture and design, she has explored over 30 countries, writing extensively about unique homes and breathtaking locations. Her articles focus on how culture shapes living spaces and provide readers with a diverse perspective on beauty around the globe.",meta_title:"Elena Martinez - Expert in Architectural Travel Writing - HavenGaze",meta_description:"Discover the inspiring stories of homes and locations from around the world with Elena Martinez, a seasoned travel writer and architecture enthusiast featured on HavenGaze."},{name:"Aiden O'Reilly",description:"Aiden is an Irish writer and photographer specializing in real estate and travel. Based in Dublin, he combines his love for photography with storytelling, creating vivid journeys through beautifully designed homes across Europe. His background in digital marketing gives his articles a sharp edge in promoting stunning locations.",meta_title:"Aiden O'Reilly - Travel & Real Estate Writer - HavenGaze",meta_description:"Join Aiden O'Reilly on a journey through stunning homes and remarkable locations across Europe, showcasing his unique photography and storytelling on HavenGaze."},{name:"Sofia Chang",description:"Sofia, with roots in South Korea and currently residing in Vancouver, Canada, is a lifestyle writer focusing on home decor and travel. She has an eye for detail and enjoys exploring how different cultures influence interior design. With over 8 years of experience, her articles resonate with a wide audience seeking inspiration.",meta_title:"Sofia Chang - Lifestyle Writer at HavenGaze",meta_description:"Explore beautifully curated homes and incredible locations with Sofia Chang, a talented lifestyle writer who brings culture and design to life on HavenGaze."},{name:"Liam Patel",description:"Based in Dubai, Liam is a travel and architectural writer with a knack for storytelling. With a background in architecture, he provides readers with in-depth analyses of stunning homes and their cultural significance. He frequently travels to exotic locations to capture and share captivating real estate stories.",meta_title:"Liam Patel - Architectural Travel Writer - HavenGaze",meta_description:"Uncover the beauty of homes and locations with Liam Patel, an architectural travel writer who combines expertise and passion for storytelling on HavenGaze."},{name:"Federico Rossi",description:"Federico is a Milan-based journalist who specializes in luxury real estate and travel experiences. With over 12 years in the industry, he has developed a keen insight into the world of beautiful homes, creating pieces that highlight elegance, style, and exclusivity in various locations around the globe.",meta_title:"Federico Rossi - Luxury Real Estate Journalist - HavenGaze",meta_description:"Delve into the world of luxury homes and unique locations with Federico Rossi, a renowned journalist dedicated to highlighting elegance and style on HavenGaze."},{name:"Meghan Thompson",description:"An American writer residing in Austin, Texas, Meghan focuses on sustainable living and eco-friendly homes. She has spent several years researching and visiting a range of locations known for their innovative approaches to housing, advocating for environmental consciousness through engaging articles.",meta_title:"Meghan Thompson - Sustainable Living Advocate - HavenGaze",meta_description:"Explore sustainable homes and eco-friendly locations with Meghan Thompson, an advocate for green living whose articles inspire conscious choices on HavenGaze."},{name:"Zara Ahmed",description:"Zara, a freelance writer from London, specializes in global travel with a focus on budget-friendly, yet beautiful homes. She aims to make travel accessible for everyone, showcasing charming locations with vibrant narratives and practical tips that guide readers to affordable yet stunning stays.",meta_title:"Zara Ahmed - Budget Travel & Home Writer - HavenGaze",meta_description:"Join Zara Ahmed as she uncovers beautiful homes in affordable locations, providing readers with practical travel insights and vibrant stories on HavenGaze."},{name:"Yuki Tanaka",description:"Yuki, a travel writer based in Tokyo, Japan, brings a unique perspective on minimalism and traditional Japanese homes. With a deep respect for heritage and craftsmanship, her articles often explore the harmony between nature and architecture in different regions, appealing to design enthusiasts worldwide.",meta_title:"Yuki Tanaka - Japanese Minimalism & Travel Writer - HavenGaze",meta_description:"Discover the beauty of minimalist design and traditional homes with Yuki Tanaka, a travel writer dedicated to exploring architecture and nature on HavenGaze."},{name:"Noah Kim",description:"Noah is an American designer and writer living in New York City. His expertise lies in the intersection of design and travel. With a background in interior design, he writes about innovative homes and exciting locations, inspiring readers to find beauty in everyday surroundings.",meta_title:"Noah Kim - Design & Travel Writer - HavenGaze",meta_description:"Explore innovative homes and dynamic locations with Noah Kim, a talented writer and designer uncovering beauty and creativity on HavenGaze."},{name:"Lara Novak",description:"Lara is a Croatian travel writer with a background in history. She explores the stories behind historic homes and landmarks, weaving rich narratives that connect readers with the cultural significance of various locations. Her passion for history gives her articles depth and intrigue.",meta_title:"Lara Novak - Historical Travel Writer - HavenGaze",meta_description:"Discover the rich history behind beautiful homes and locations with Lara Novak, a travel writer bringing cultural stories to life on HavenGaze."}],t=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=t,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:#4b2a2f;--theme-color-8:#7d4b5a;--theme-color-7:#a57684;--theme-color-6:#d8a5b0;--theme-color-5:#ebcdd4;--theme-color-3:#f2f0f3;--theme-color-2:#fdf7f8;--color-bg-layout:#ffffff;--color-bg-hover:#f0d7d8;--article-border-radius:25px;--btn-border-radius:15px;--category-border-radius:30px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -0,0 +1,138 @@
1
+ export declare const dataStructure: {
2
+ beautifulHomes: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ modernArchitecture: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ cozyInteriors: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ ecoFriendlyDesign: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ other: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ };
32
+ };
33
+ stunningLocations: {
34
+ title: string;
35
+ description: string;
36
+ slug: string;
37
+ children: {
38
+ hiddenGems: {
39
+ title: string;
40
+ description: string;
41
+ slug: string;
42
+ children: null;
43
+ };
44
+ iconicLandmarks: {
45
+ title: string;
46
+ description: string;
47
+ slug: string;
48
+ children: null;
49
+ };
50
+ naturalWonders: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ other: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ };
63
+ };
64
+ designInspiration: {
65
+ title: string;
66
+ description: string;
67
+ slug: string;
68
+ children: {
69
+ colorPalettes: {
70
+ title: string;
71
+ description: string;
72
+ slug: string;
73
+ children: null;
74
+ };
75
+ furnitureTrends: {
76
+ title: string;
77
+ description: string;
78
+ slug: string;
79
+ children: null;
80
+ };
81
+ decorIdeas: {
82
+ title: string;
83
+ description: string;
84
+ slug: string;
85
+ children: null;
86
+ };
87
+ other: {
88
+ title: string;
89
+ description: string;
90
+ slug: string;
91
+ children: null;
92
+ };
93
+ };
94
+ };
95
+ lifestyleEnhancements: {
96
+ title: string;
97
+ description: string;
98
+ slug: string;
99
+ children: {
100
+ outdoorLiving: {
101
+ title: string;
102
+ description: string;
103
+ slug: string;
104
+ children: null;
105
+ };
106
+ smartHomeTechnologies: {
107
+ title: string;
108
+ description: string;
109
+ slug: string;
110
+ children: null;
111
+ };
112
+ minimalistLiving: {
113
+ title: string;
114
+ description: string;
115
+ slug: string;
116
+ children: null;
117
+ };
118
+ other: {
119
+ title: string;
120
+ description: string;
121
+ slug: string;
122
+ children: null;
123
+ };
124
+ };
125
+ };
126
+ };
127
+ export declare const authors: Record<string, string>;
128
+ export declare const authorsNames: string[];
129
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF05\uD83C\uDF33\u2728";
130
+ export declare const categories: ("designInspiration" | "beautifulHomes" | "stunningLocations" | "lifestyleEnhancements")[];
131
+ export declare const subcategories: string[];
132
+ export declare const subsubcategories: string[];
133
+ export type Category = keyof typeof dataStructure;
134
+ export type CategoryNode = (typeof dataStructure)[Category];
135
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
136
+ export declare const startDate = "2024-09-19T00:00:00Z";
137
+ export declare const devBucketName = "idn-luminousnook-dev";
138
+ export declare const prodBucketName = "idn-luminousnook";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={beautifulHomes:{title:"Discover Beautiful Homes and Incredible Locations 🌏",description:"Explore breathtaking homes and stunning locales that inspire. Find innovative designs and remarkable environments for your dream space. 🏡✨",slug:"beautiful-homes",children:{modernArchitecture:{title:"Modern Architecture Designs to Inspire Your Space 🏠",description:"Dive into modern architecture with sleek lines and innovative designs. Explore stunning homes that redefine contemporary living. 🖤✨",slug:"modern-architecture",children:null},cozyInteriors:{title:"Cozy Interiors: Create Your Dream Sanctuary 🛋️",description:"Discover cozy interior designs that create warmth and comfort in your home. Find inspiration for inviting spaces that reflect your style. 🕯️💖",slug:"cozy-interiors",children:null},ecoFriendlyDesign:{title:"Eco-Friendly Design: Sustainable Homes for a Greener Future 🌱",description:"Explore eco-friendly designs that harmonize with nature while offering comfort and style. Inspire sustainable living with beautiful homes. 🌍♻️",slug:"eco-friendly-design",children:null},other:{title:"Discover Unique Home Styles and Designs 🏡✨",description:"Uncover a variety of unique home styles that defy conventions. Find inspiration in innovative designs and exceptional architecture. 🔑🌈",slug:"other",children:null}}},stunningLocations:{title:"Explore Stunning Locations: Hidden Gems, Iconic Landmarks & More 🌍",description:"Discover extraordinary locations, from hidden gems to iconic landmarks. These stunning places inspire awe and wanderlust. 🌟",slug:"stunning-locations",children:{hiddenGems:{title:"Hidden Gems: Uncover the World's Best Kept Secrets 🗝️",description:"Delve into beautiful hidden gems across the globe, revealing unique locations that offer breathtaking beauty and tranquility. 🌿",slug:"hidden-gems",children:null},iconicLandmarks:{title:"Iconic Landmarks: Timeless Wonders of the World 🌐",description:"Explore famous architectural marvels and landmarks that define cultures and history. These iconic sites are a must-see! 🏛️",slug:"iconic-landmarks",children:null},naturalWonders:{title:"Natural Wonders: Marvels of Nature's Masterpiece 🎇",description:"Experience breathtaking natural wonders, from majestic mountains to serene lakes. Discover nature's awe-inspiring beauty! 🌊",slug:"natural-wonders",children:null},other:{title:"Other Stunning Locations: Diverse Beauty Awaits 🏞️",description:"Uncover a variety of stunning locations that don't fit into traditional categories. Discover the beauty in diversity! 🌸",slug:"other-stunning-locations",children:null}}},designInspiration:{title:"Explore Stunning Home Designs and Decor Ideas for Your Space 🏡✨",description:"Discover captivating design inspirations, from beautiful homes to incredible locations. Unleash your creativity and transform your living spaces! 💡🌍",slug:"design-inspiration",children:{colorPalettes:{title:"Vibrant Color Palettes to Refresh Your Home’s Aura 🎨🌈",description:"Dive into inspiring color palettes that transform any space into a masterpiece. Enhance the mood of your home with perfect hues! 🌟🏡",slug:"color-palettes",children:null},furnitureTrends:{title:"Latest Furniture Trends for Modern Living Spaces 🛋️🛠️",description:"Stay ahead in your home interior game with the latest furniture trends. Discover innovative designs that optimize comfort and style! ✨🏠",slug:"furniture-trends",children:null},decorIdeas:{title:"Creative Decor Ideas to Elevate Your Home 🌿🖼️",description:"Explore unique decor ideas that add character and style to your home. Transform your environment with easy and impactful changes! 🎉🏡",slug:"decor-ideas",children:null},other:{title:"Unique Design Inspirations Beyond the Ordinary 🌟✨",description:"Discover unique design inspirations that go beyond traditional aesthetics. Unveil new ideas and trends that redefine home beauty! 💖🏡",slug:"unique-design-inspirations",children:null}}},lifestyleEnhancements:{title:"Elevate Your Living Space: Outdoor & Smart Home Ideas 🏡✨",description:"Discover how to enhance your lifestyle with innovative outdoor living, smart technologies, and minimalist designs that inspire elegant living. 🌿🚀",slug:"lifestyle-enhancements",children:{outdoorLiving:{title:"Transform Your Outdoors: Beautiful Living Spaces 🏞️🌺",description:"Explore stunning outdoor living ideas that beautify your home and enhance your quality of life. Discover gardens, patios, and more! 🌻🌴",slug:"outdoor-living",children:null},smartHomeTechnologies:{title:"Smart Home Solutions for Modern Living 🏠💡",description:"Unlock the potential of your home with innovative smart technologies that enhance convenience, security, and energy efficiency. 🔒⚡",slug:"smart-home-technologies",children:null},minimalistLiving:{title:"Embrace Minimalist Living: Simplicity & Elegance 🕊️📦",description:"Delve into the world of minimalist living, focusing on decluttering, clean designs, and serene environments that inspire tranquility. 🌑🏡",slug:"minimalist-living",children:null},other:{title:"Explore Unique Lifestyle Enhancements 🌟✨",description:"Discover a variety of lifestyle enhancement ideas beyond traditional concepts, perfect for every taste and personality. Dive into creativity! 🎨🏡",slug:"other",children:null}}}},n=e.AUTHORS_INFO.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:[i.description]})),{}),t=e.AUTHORS_INFO.map((e=>e.name)),r="🏡🌅🌳✨",o=Object.keys(i),s=[],a=[];for(const e of o){const n=i[e];if(null==n?void 0:n.children){s.push(...Object.keys(n.children));for(const e of s){const i=n.children[e];(null==i?void 0:i.children)&&a.push(...Object.keys(i.children))}}}const l="2024-09-19T00:00:00Z",c="luminousnook",d=`idn-${c}-dev`,u=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=r,exports.authors=n,exports.authorsNames=t,exports.categories=o,exports.dataStructure=i,exports.devBucketName=d,exports.prodBucketName=u,exports.startDate=l,exports.subcategories=s,exports.subsubcategories=a;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ HomeInspirations = "Home Inspirations",
3
+ LocationWonders = "Location Wonders",
4
+ ArchitecturalStyles = "Architectural Styles",
5
+ TravelInsights = "Travel Insights",
6
+ DesignTrends = "Design Trends"
7
+ }
8
+ type HomeInspirationsValues = 'Modern Minimalism' | 'Chic Rustic' | 'Coastal Bliss' | 'Luxury Living' | 'Eco-Friendly Designs';
9
+ type LocationWondersValues = 'Urban Escapes' | 'Secluded Retreats' | 'Scenic Countryside' | 'Desert Paradises' | 'Tropical Hideaways';
10
+ type ArchitecturalStylesValues = 'Contemporary Marvels' | 'Victorian Elegance' | 'Mid-Century Modern' | 'Industrial Chic' | 'Classic Mediterranean';
11
+ type TravelInsightsValues = 'Hidden Gem Destinations' | 'Cultural Hotspots' | 'Adventure Travel' | 'Luxury Getaways' | 'Family-Friendly Vacations';
12
+ type DesignTrendsValues = 'Sustainable Living' | 'Smart Home Technologies' | 'Bold Color Palettes' | 'Vintage Revival' | 'Biophilic Design';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.HomeInspirations]: HomeInspirationsValues[];
15
+ [FiltersNames.LocationWonders]: LocationWondersValues[];
16
+ [FiltersNames.ArchitecturalStyles]: ArchitecturalStylesValues[];
17
+ [FiltersNames.TravelInsights]: TravelInsightsValues[];
18
+ [FiltersNames.DesignTrends]: DesignTrendsValues[];
19
+ };
20
+ export declare const homeInspirationsValues: HomeInspirationsValues[];
21
+ export declare const locationWondersValues: LocationWondersValues[];
22
+ export declare const architecturalStylesValues: ArchitecturalStylesValues[];
23
+ export declare const travelInsightsValues: TravelInsightsValues[];
24
+ export declare const designTrendsValues: DesignTrendsValues[];
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={})).HomeInspirations="Home Inspirations",e.LocationWonders="Location Wonders",e.ArchitecturalStyles="Architectural Styles",e.TravelInsights="Travel Insights",e.DesignTrends="Design Trends";const s=["Modern Minimalism","Chic Rustic","Coastal Bliss","Luxury Living","Eco-Friendly Designs"],t=["Urban Escapes","Secluded Retreats","Scenic Countryside","Desert Paradises","Tropical Hideaways"],r=["Contemporary Marvels","Victorian Elegance","Mid-Century Modern","Industrial Chic","Classic Mediterranean"],i=["Hidden Gem Destinations","Cultural Hotspots","Adventure Travel","Luxury Getaways","Family-Friendly Vacations"],a=["Sustainable Living","Smart Home Technologies","Bold Color Palettes","Vintage Revival","Biophilic Design"],o={[exports.FiltersNames.HomeInspirations]:[],[exports.FiltersNames.LocationWonders]:[],[exports.FiltersNames.ArchitecturalStyles]:[],[exports.FiltersNames.TravelInsights]:[],[exports.FiltersNames.DesignTrends]:[]},n={[exports.FiltersNames.HomeInspirations]:s,[exports.FiltersNames.LocationWonders]:t,[exports.FiltersNames.ArchitecturalStyles]:r,[exports.FiltersNames.TravelInsights]:i,[exports.FiltersNames.DesignTrends]:a},l=()=>JSON.stringify(n,null,2);exports.architecturalStylesValues=r,exports.designTrendsValues=a,exports.fullFilters=n,exports.getFiltersTypesJSON=l,exports.homeInspirationsValues=s,exports.initialFilters=o,exports.locationWondersValues=t,exports.travelInsightsValues=i;
@@ -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.designTrendsValues=t.designTrendsValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.homeInspirationsValues=t.homeInspirationsValues,exports.initialFilters=t.initialFilters,exports.locationWondersValues=t.locationWondersValues,exports.travelInsightsValues=t.travelInsightsValues,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: LuminousNook is an infotainment articles portal dedicated to showcasing beautiful homes and incredible locations, offering readers inspiration and insights into stunning architecture and breathtaking environments.\n - Detailed description: LuminousNook serves as a top-tier online destination for enthusiasts of exquisite living spaces and remarkable destinations. The portal features a curated collection of articles that delve into the intricacies of beautiful home designs, innovative decor ideas, and captivating locales across the globe. From exploring iconic architectural styles to unveiling hidden gems tucked away in nature, LuminousNook stands out as a creative hub for those looking to enhance their living experiences and wanderlust. The content is crafted not only to inform but also to inspire readers, providing them with practical tips, design strategies, and travel insights that elevate their appreciation for aesthetic and functional living.\n - Target audience: LuminousNook primarily targets homeowners, aspiring homebuyers, interior design enthusiasts, travelers, and individuals who seek inspiration for home aesthetics and extraordinary locales. The audience ranges from young adults to seasoned homeowners, including families looking to improve their living spaces and professionals in the design and real estate industries.\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## Featured Homes\n - Architectural Highlights\n - Interior Design Themes\n\n## Location Spotlights\n - Cultural Significance\n - Natural Wonders\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 - Featured Homes, 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: LuminousNook is an infotainment articles portal dedicated to showcasing beautiful homes and incredible locations, offering readers inspiration and insights into stunning architecture and breathtaking environments.\n - Detailed description: LuminousNook serves as a top-tier online destination for enthusiasts of exquisite living spaces and remarkable destinations. The portal features a curated collection of articles that delve into the intricacies of beautiful home designs, innovative decor ideas, and captivating locales across the globe. From exploring iconic architectural styles to unveiling hidden gems tucked away in nature, LuminousNook stands out as a creative hub for those looking to enhance their living experiences and wanderlust. The content is crafted not only to inform but also to inspire readers, providing them with practical tips, design strategies, and travel insights that elevate their appreciation for aesthetic and functional living.\n - Target audience: LuminousNook primarily targets homeowners, aspiring homebuyers, interior design enthusiasts, travelers, and individuals who seek inspiration for home aesthetics and extraordinary locales. The audience ranges from young adults to seasoned homeowners, including families looking to improve their living spaces and professionals in the design and real estate industries.\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## Featured Homes\n - Architectural Highlights\n - Interior Design Themes\n\n## Location Spotlights\n - Cultural Significance\n - Natural Wonders\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 - Featured Homes, 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 i={[exports.PageNames.Authors]:{title:"Meet Our Inspiring Authors | LuminousNook 🌟",description:"Discover the talented minds behind LuminousNook. Dive into beautiful homes and incredible locations with our expert authors! 🏡✈️"},[exports.PageNames.Home]:{title:"Welcome to LuminousNook | Beautiful Homes & Incredible Locations 🏠✨",description:"Explore stunning homes and breathtaking places. Join us at LuminousNook for your daily dose of inspiration! 🌅🌍"},[exports.PageNames.NotFound]:{title:"Oops! Page Not Found | LuminousNook 🚫",description:"Sorry, we couldn't find that page. But don't worry, explore beautiful homes and incredible locations elsewhere on LuminousNook! 🏡💔"},[exports.PageNames.AboutUs]:{title:"About LuminousNook | Your Source for Inspiration 📝💖",description:"Learn more about LuminousNook, where we bring you beautiful homes and incredible locations from around the world! 🌍✨"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | LuminousNook 🔒",description:"Your privacy matters! Read our Privacy Policy to learn how LuminousNook protects your information while you explore beautiful homes and places. 🏡🔍"},[exports.PageNames.Terms]:{title:"Terms of Use | LuminousNook 📜",description:"Understand the rules of engagement on LuminousNook. Dive into our Terms of Use and enjoy your journey through beautiful homes and locations! 🏠✨"},[exports.PageNames.Sitemap]:{title:"Sitemap | Navigate LuminousNook 🌐",description:"Find your way around LuminousNook with our Sitemap. Discover beautiful homes and incredible locations with ease! 🏡🗺️"}},a=[{name:"Riya Sharma",description:"Riya Sharma is a seasoned lifestyle writer specializing in home decor and travel. With over 7 years of experience, she has worked with several renowned magazines and blogs, sharing her insights on beautiful homes and breathtaking locations around the world. Riya's passion for exploring diverse cultures and aesthetics enriches her writing, making her a valuable contributor to LuminousNook.",meta_title:"Riya Sharma - Lifestyle Writer at LuminousNook",meta_description:"Explore the works of Riya Sharma, a seasoned lifestyle writer at LuminousNook with over 7 years of experience in home decor and travel writing."},{name:"Arjun Mehta",description:"Arjun Mehta is an architect and travel enthusiast who avidly writes about architecture, design, and exquisite travel spots. With a degree from the Indian Institute of Technology (IIT), he merges his technical knowledge with a creative flair. His articles on LuminousNook offer readers a unique perspective on beautiful locations and the artistry behind homes worldwide.",meta_title:"Arjun Mehta - Architect and Writer at LuminousNook",meta_description:"Discover the unique insights of Arjun Mehta, an architect and travel writer at LuminousNook, blending design expertise with travel narratives."},{name:"Anita Gupta",description:"Anita Gupta is a passionate interior designer and writer with over 10 years in the field. Known for her innovative designs and eye for detail, she has contributed to numerous design publications. At LuminousNook, Anita shares her expertise on creating beautiful homes and provides inspiration for location-based living.",meta_title:"Anita Gupta - Interior Designer and Contributor at LuminousNook",meta_description:"Join Anita Gupta at LuminousNook for innovative insights into interior design and inspiring home decor ideas from a seasoned designer."},{name:"Karan Singh",description:"Karan Singh is a travel blogger and photographer who focuses on lesser-known scenic locations across India and beyond. With a flair for storytelling, he captures the beauty of each destination and the homes within them. His vibrant articles and stunning visuals make him a perfect fit for the LuminousNook community.",meta_title:"Karan Singh - Travel Blogger at LuminousNook",meta_description:"Explore the tales and stunning visuals by Karan Singh, a travel blogger and photographer, as he uncovers hidden beauty for LuminousNook."},{name:"Sita Rao",description:"Sita Rao is a journalist with a keen interest in sustainable living and architecture. She has written for several eco-conscious publications and brings her expertise to LuminousNook, focusing on eco-friendly homes and responsible travel destinations. Sita's commitment to sustainability enriches the content she provides.",meta_title:"Sita Rao - Sustainable Living Advocate at LuminousNook",meta_description:"Learn about sustainable living from Sita Rao at LuminousNook, as she combines eco-conscious architecture with responsible travel."},{name:"Rajesh Kumar",description:"Rajesh Kumar is a cultural historian and writer who specializes in exploring the historical context of homes and their locations. With years of research experience and published works, Rajesh contributes rich narratives to LuminousNook, linking past and present in the realms of architecture and location.",meta_title:"Rajesh Kumar - Cultural Historian at LuminousNook",meta_description:"Dive into history with Rajesh Kumar at LuminousNook, a cultural historian connecting the past of homes and locations in his insightful writings."},{name:"Deepa Nair",description:"Deepa Nair is a passionate writer and culinary expert who intertwines food culture with beautiful locations. Her writings at LuminousNook explore how local cuisine and homes reflect cultural identity, providing readers with a deeper understanding of the places they explore.",meta_title:"Deepa Nair - Culinary and Travel Writer at LuminousNook",meta_description:"Join Deepa Nair at LuminousNook in exploring the rich connection between food culture, homes, and incredible travel locations."},{name:"Vikram Patil",description:"Vikram Patil is a landscape designer and travel enthusiast who shares his journey through beautiful gardens and serene locations. With a focus on botanical aesthetics, his articles at LuminousNook inspire readers to appreciate the beauty of nature in residential spaces and travel locales.",meta_title:"Vikram Patil - Landscape Designer and Writer at LuminousNook",meta_description:"Explore nature's beauty with Vikram Patil at LuminousNook, where landscape design meets travel inspiration in stunning locales."},{name:"Neha Bhatia",description:"Neha Bhatia is a writer and urban explorer who investigates urban living and its effect on communities and homes. She uses her voice to advocate for better urban designs and shares her experiences through LuminousNook, highlighting beautiful yet functional urban homes.",meta_title:"Neha Bhatia - Urban Explorer and Writer at LuminousNook",meta_description:"Discover urban living insights and functional home designs with Neha Bhatia at LuminousNook, your portal to community-focused articles."},{name:"Manish Desai",description:"Manish Desai is a renowned photographer and travel writer whose breathtaking images capture the essence of beautiful homes and incredible locations. He travels extensively and shares his visual storytelling at LuminousNook, making each article a feast for the eyes.",meta_title:"Manish Desai - Photographer and Travel Writer at LuminousNook",meta_description:"Experience stunning visuals and compelling narratives by Manish Desai at LuminousNook, where photography meets travel writing."},{name:"Rohit Sharma",description:"Rohit Sharma is an experienced travel writer and home décor enthusiast with over a decade of exploring India's diverse locations. He combines his passion for architecture with a love for nature, sharing insights on beautiful homes nestled in scenic locales.",meta_title:"Rohit Sharma - Travel Writer & Home Décor Expert | LuminousNook",meta_description:"Explore the world of beautiful homes and incredible locations with Rohit Sharma, travel writer at LuminousNook. Discover tips, inspiration, and curated travel experiences."},{name:"Anika Verma",description:"Anika Verma is an award-winning journalist and content creator who specializes in lifestyle and travel articles. Her writings often reflect her deep understanding of culture and heritage, focusing on the unique architecture found in various regions of India.",meta_title:"Anika Verma - Lifestyle & Travel Journalist | LuminousNook",meta_description:"Join Anika Verma at LuminousNook as she explores the exquisite blend of lifestyle, history, and architecture in stunning Indian locations."},{name:"Vikram Singh",description:"Vikram Singh is a seasoned architect and design blogger with a keen eye for detail. With over 15 years in the field, he provides insights into sustainable and innovative home designs across India’s beautiful landscapes.",meta_title:"Vikram Singh - Architect & Design Blogger | LuminousNook",meta_description:"Discover the art of sustainable home design with Vikram Singh at LuminousNook. Explore incredible Indian locations through the lens of architecture."},{name:"Priya Mehta",description:"Priya Mehta is a travel photographer and writer dedicated to showcasing the beauty of Indian homes and locations. Her vibrant images and compelling narratives inspire readers to connect with the essence of each place.",meta_title:"Priya Mehta - Travel Photographer & Writer | LuminousNook",meta_description:"Explore stunning visuals and captivating stories with Priya Mehta at LuminousNook, highlighting incredible homes and breathtaking locations in India."},{name:"Sanjay Joshi",description:"Sanjay Joshi is a landscape designer and writer with a passion for blending nature and architecture. He has spent years creating beautiful outdoor spaces and sharing his experiences through articles on unique locations across India.",meta_title:"Sanjay Joshi - Landscape Designer & Travel Writer | LuminousNook",meta_description:"Join Sanjay Joshi at LuminousNook to discover the harmony between nature and architecture in some of India's most beautiful locations."},{name:"Nisha Kapoor",description:"Nisha Kapoor is a lifestyle blogger and home enthusiast with a focus on interiors and design trends. Her articles delve into the cultural significance of homes in various Indian locations.",meta_title:"Nisha Kapoor - Lifestyle Blogger & Home Enthusiast | LuminousNook",meta_description:"Explore home design and cultural insights with Nisha Kapoor at LuminousNook, inspiring readers to appreciate the beauty of Indian architecture."},{name:"Arjun Reddy",description:"Arjun Reddy is a cultural historian and author who writes extensively on India’s architectural heritage. His work emphasizes the stories behind beautiful homes and iconic locations.",meta_title:"Arjun Reddy - Cultural Historian & Author | LuminousNook",meta_description:"Discover the rich architectural heritage of India with Arjun Reddy at LuminousNook, exploring the stories of beautiful homes and captivating locations."},{name:"Sneha Desai",description:"Sneha Desai is a travel and lifestyle influencer who shares her experiences across India's hidden gems. Her articles inspire readers to seek out incredible homes and enchanting locations.",meta_title:"Sneha Desai - Travel Influencer & Lifestyle Writer | LuminousNook",meta_description:"Join Sneha Desai at LuminousNook as she uncovers hidden gems and extraordinary homes in India, inspiring your next adventure."},{name:"Amit Bansal",description:"Amit Bansal is an environmental photographer and writer focusing on sustainable living practices. His articles highlight eco-friendly homes in breathtaking locations throughout India.",meta_title:"Amit Bansal - Environmental Photographer & Writer | LuminousNook",meta_description:"Explore sustainable living and breathtaking landscapes with Amit Bansal at LuminousNook, highlighting eco-friendly homes and their locations."},{name:"Deepika Nair",description:"Deepika Nair is a travel writer and cultural explorer who unravels the stories behind beautiful homes and incredible locations in India. Her immersive narratives inspire a sense of wanderlust.",meta_title:"Deepika Nair - Travel Writer & Cultural Explorer | LuminousNook",meta_description:"Join Deepika Nair at LuminousNook as she shares captivating stories and insights into the beautiful homes and locations of India."},{name:"Priya Sen",description:"Priya Sen is a travel and lifestyle writer with a specialization in the art of home décor. Based in New Delhi, she has a knack for uncovering featured homes and hidden locations. With over eight years of experience, her articles are a blend of personal storytelling and cultural exploration that inspire readers to dream about their next getaway.",meta_title:"Priya Sen - Travel and Lifestyle Writer at LuminousNook",meta_description:"Join Priya Sen on her journey of exploration as she uncovers beautiful homes and incredible locations, sharing personal stories and travel tips."},{name:"Arun Sharma",description:"Arun Sharma is a celebrated photographer and feature writer who merges visuals with storytelling to paint vivid pictures of homes and places. With over 15 years in the industry, his photography has graced the pages of many leading magazines, and he currently focuses on creating compelling content that resonates with those passionate about homes and travel.",meta_title:"Arun Sharma - Photographer and Feature Writer at LuminousNook",meta_description:"Experience the beauty of homes and locations through the lens of Arun Sharma, a talented photographer and feature writer captivating readers worldwide."},{name:"Meera Desai",description:"Meera Desai is an acclaimed lifestyle blogger with a finger on the pulse of the latest home trends and travel hot spots. With her background in marketing and her love for design, she has merged her skills to help readers discover the charm of incredible locations and beautifully designed homes through her vibrant articles.",meta_title:"Meera Desai - Lifestyle Blogger at LuminousNook",meta_description:"Uncover the latest trends in home design and travel with Meera Desai, a lifestyle blogger dedicated to inspiring readers with incredible stories and locations."},{name:"Rahul Iyer",description:"Rahul Iyer is a passionate home chef and travel editor who shares his insights into beautiful homes and culinary experiences around the world. With years of experience in editorial management, he provides readers with tantalizing recipes and stunning home inspirations, blending flavors with locations that enhance the experience of living well.",meta_title:"Rahul Iyer - Chef and Travel Editor at LuminousNook",meta_description:"Join Rahul Iyer for delectable recipes and life-style travel explorations as he reveals beautiful homes and incredible locations around the globe."},{name:"Sanjana Rao",description:"Sanjana Rao is a writer and researcher focused on cultural heritage and the stories behind beautiful homes. She has a master's degree in history and has spent years exploring the relationship between architecture and community, emphasizing sustainable practices in home-building and travel in her insightful articles.",meta_title:"Sanjana Rao - Cultural Heritage Writer at LuminousNook",meta_description:"Explore the rich cultural heritage of homes and locations with Sanjana Rao, a dedicated researcher and writer weaving stories that celebrate our history."},{name:"Riya Jain",description:"Riya Jain is a travel enthusiast and home décor expert based in Chennai. With a rich background in advertising and a passion for visual storytelling, Riya crafts engaging articles that explore the intersection of beautiful homes and remarkable destinations, inspiring her readers to curate their dream lives.",meta_title:"Riya Jain - Travel Enthusiast and Home Décor Expert at LuminousNook",meta_description:"Join Riya Jain as she blends adventure and design, exploring beautiful homes and incredible destinations to inspire your next getaway."},{name:"Karan Patel",description:"Karan Patel is a creative writer and digital content strategist with a deep interest in architecture and travel. After studying at an esteemed art school, he has dedicated his career to capturing the essence of incredible locations and the stories behind beautiful homes. His articles blend humor and insight, making complex subjects approachable.",meta_title:"Karan Patel - Creative Writer and Digital Content Strategist at LuminousNook",meta_description:"Discover the essence of remarkable homes and locations through Karan Patel's insightful articles, combining humor and expertise for an engaging read."},{name:"Ananya Joshi",description:"Ananya Joshi is an accomplished interior designer and lifestyle writer based in Mumbai. With over a decade of experience in crafting aesthetically pleasing spaces, she has contributed to several renowned home magazines and websites. Ananya believes that each home tells a unique story and excels in capturing the essence of beautiful living through her words.",meta_title:"Ananya Joshi - Interior Designer & Lifestyle Writer",meta_description:"Discover the vibrant world of interior design and home aesthetics through Ananya Joshi's insights. A seasoned expert with over ten years of experience, she brings a unique perspective to creating beautiful homes."},{name:"Meera Singh",description:"Meera Singh is an award-winning architectural journalist and author specializing in sustainable housing trends. With a background in architecture and urban planning, she contributes her expertise to leading publications. Meera advocates for eco-friendly design and is passionate about creating homes that harmonize with their environment.",meta_title:"Meera Singh - Architectural Journalist & Sustainable Design Advocate",meta_description:"Explore sustainable design and architectural trends with Meera Singh, an award-winning journalist. With her expertise, she promotes eco-friendly practices in crafting beautiful homes."},{name:"Vikram Patel",description:"Vikram Patel is a home décor enthusiast and freelance writer based in Delhi. His articles focus on traditional Indian aesthetics and modern design concepts. With over five years of experience, Vikram helps readers blend cultural elements with contemporary styling for harmonious home interiors.",meta_title:"Vikram Patel - Home Décor Writer & Aesthetics Enthusiast",meta_description:"Discover the fusion of traditional and modern design with Vikram Patel. A passionate home décor writer, he shares insightful articles on creating aesthetically pleasing interiors."},{name:"Diya Mehta",description:"Diya Mehta is a lifestyle blogger and home chef known for her exquisite taste in both food and home decoration. Based in Bengaluru, she writes about beautifully curated spaces and the art of hosting. Diya has a knack for turning any gathering into a memorable experience and shares her tips on making homes inviting.",meta_title:"Diya Mehta - Lifestyle Blogger & Home Chef",meta_description:"Join Diya Mehta on a journey of exquisite home décor and delightful culinary experiences. Her expertise will inspire you to create inviting spaces and memorable gatherings."},{name:"Arjun Verma",description:"Arjun Verma is a celebrated landscape architect and writer who emphasizes the significance of nature in urban living. With a mission to integrate green spaces into residential areas, Arjun shares his experiences and insights on creating beautiful, living environments that promote sustainability.",meta_title:"Arjun Verma - Landscape Architect & Green Living Advocate",meta_description:"Explore the importance of nature in urban living with Arjun Verma, a landscape architect dedicated to cultivating beautiful green spaces in homes and communities."},{name:"Priya Desai",description:"Priya Desai is a skilled DIY expert and home improvement writer hailing from Chennai. With a passion for crafting and renovations, she shares innovative ideas for transforming spaces within a budget. With years of hands-on experience, Priya empowers her readers to embrace their creativity in home projects.",meta_title:"Priya Desai - DIY Home Improvement Writer & Crafting Expert",meta_description:"Unlock your creativity with Priya Desai's DIY home improvement tips. A passionate writer with a knack for crafting, she helps you transform your living spaces affordably and stylishly."},{name:"Nikhil Bansal",description:"Nikhil Bansal is a prominent real estate writer and consultant specializing in luxury properties. Based in Gurugram, he has over fifteen years of experience in the industry and shares valuable insights on market trends and investment opportunities. Nikhil aims to guide prospective buyers in finding their dream homes.",meta_title:"Nikhil Bansal - Real Estate Writer & Luxury Property Consultant",meta_description:"Discover the luxury real estate market with Nikhil Bansal. An expert consultant and writer, he provides valuable insights for those looking to invest in their dream homes."},{name:"Sanya Khanna",description:"Sanya Khanna is an eco-conscious home goods designer and writer. Residing in Jaipur, she focuses on sustainable living and handcrafted products that enhance home aesthetics while being environmentally friendly. With her experience in design and a commitment to green practices, she inspires others to adopt a sustainable lifestyle.",meta_title:"Sanya Khanna - Eco-Conscious Home Goods Designer & Writer",meta_description:"Embrace sustainable living with Sanya Khanna, an eco-conscious designer and writer. She shares insights on creating beautiful, environmentally friendly homes through handcrafted products."},{name:"Aarav Gupta",description:"Aarav Gupta is an interior architect specializing in small space solutions. Based in Pune, he has transformed numerous compact homes into functional and beautiful living areas. With a focus on maximizing space efficiency, Aarav's expertise is invaluable to anyone looking to make the most out of their interiors.",meta_title:"Aarav Gupta - Interior Architect Specializing in Small Space Solutions",meta_description:"Transform your compact spaces with Aarav Gupta's innovative interior design solutions. An expert in maximizing space, he provides insights for creating functional and stylish homes."},{name:"Ella Carter",description:"Ella Carter is an interior designer and freelance writer based in London. With over a decade of experience in home styling and spatial design, she has worked on numerous projects that emphasize beauty and functionality. Ella has a passion for blending contemporary designs with classic elements, inspiring readers to enhance their living spaces.",meta_title:"Ella Carter - Interior Designer & Writer at LuminousNook",meta_description:"Discover insights on beautiful home designs and incredible locations with Ella Carter, an experienced interior designer and freelance writer at LuminousNook."},{name:"Sanjay Desai",description:"Sanjay Desai, an architect and travel enthusiast from Mumbai, specializes in documenting unique homes and stunning landscapes across India. His work captures the intersection of architecture and nature, providing readers with an eye for detail and a love for exploration. With years of experience, Sanjay aims to inspire a deeper appreciation for beautiful locations.",meta_title:"Sanjay Desai - Architect & Travel Writer at LuminousNook",meta_description:"Join Sanjay Desai on a journey through extraordinary Indian homes and locations that blend culture and design. Explore his insights at LuminousNook."},{name:"Clara Schmidt",description:"Clara Schmidt is a German journalist and real estate expert with a focus on sustainable living and eco-friendly homes. With extensive research and writing experience, Clara shares valuable advice on creating environmentally-friendly spaces, promoting an airy and beautiful home environment. Her work emphasizes the importance of high-quality materials and sustainable practices.",meta_title:"Clara Schmidt - Eco-Friendly Home Expert at LuminousNook",meta_description:"Explore the art of sustainable living with Clara Schmidt, a real estate expert sharing eco-friendly home insights at LuminousNook."},{name:"Luis Fernández",description:"Based in Barcelona, Luis Fernández is a creative writer and urban exploration enthusiast who showcases beautiful homes and stunning architecture across Spain and beyond. With a degree in architecture and experience in creative writing, he combines technical knowledge with storytelling to capture the essence of each location.",meta_title:"Luis Fernández - Urban Explorer & Writer at LuminousNook",meta_description:"Discover the beauty of architecture and homes through the eyes of Luis Fernández, an urban exploration writer at LuminousNook."},{name:"Maya Thompson",description:"Maya Thompson is a lifestyle blogger and home decor specialist from New York City. With a focus on modern aesthetics and cozy living, she guides readers in creating inviting spaces through personal stories and expert advice. Maya's approachable writing style resonates with those looking to transform their homes beautifully.",meta_title:"Maya Thompson - Lifestyle Blogger & Decor Specialist at LuminousNook",meta_description:"Transform your living spaces with tips and tricks from Maya Thompson, a lifestyle blogger and decor specialist at LuminousNook."},{name:"Akira Tanaka",description:"Akira Tanaka is a renowned travel writer and cultural historian based in Tokyo. His fascination with architecture and landscape design drives him to explore Japan's stunning homes and scenic locations. Through his engaging articles, Akira bridges the gap between tradition and modernity, offering readers a glimpse into Japan’s incredible beauty.",meta_title:"Akira Tanaka - Travel Writer & Cultural Historian at LuminousNook",meta_description:"Explore the beauty of Japanese homes and cultural landscapes with Akira Tanaka, a travel writer at LuminousNook."},{name:"Fatima Al-Sayed",description:"Fatima Al-Sayed is a Middle Eastern lifestyle expert and designer based in Dubai. With a rich background in traditional crafts and modern design, she focuses on showcasing the exquisite flavors and styles of Arabian homes. Fatima's work is deeply rooted in her culture, providing an authentic lens through which readers can appreciate beautiful homes.",meta_title:"Fatima Al-Sayed - Lifestyle Expert & Designer at LuminousNook",meta_description:"Discover the elegance of Arabian homes with Fatima Al-Sayed, a lifestyle expert and designer sharing her insights at LuminousNook."},{name:"John R. Donovan",description:"John R. Donovan is a historian and real estate writer based in Vancouver. With a passion for heritage homes and historical locations, John explores the intricate narratives behind stunning properties. His articles celebrate the stories that define homes and locations, inviting readers to appreciate their historical significance.",meta_title:"John R. Donovan - Historical Writer & Real Estate Expert at LuminousNook",meta_description:"Uncover the stories behind beautiful heritage homes and locations with John R. Donovan, a historian and writer at LuminousNook."},{name:"Zara Hossain",description:"Zara Hossain is a travel enthusiast and graphic designer from Toronto, who beautifully blends her artistic vision with her passion for travel writing. Zara’s articles focus on chic urban homes and design trends around the world, offering readers inspiration to incorporate modern aesthetics into their environments.",meta_title:"Zara Hossain - Travel Writer & Graphic Designer at LuminousNook",meta_description:"Explore chic urban designs and travel experiences with Zara Hossain, a talented graphic designer and travel writer at LuminousNook."},{name:"Oliver Markham",description:"Oliver Markham is a contemporary art and home design curator based in Sydney. With a background in fine arts, he delves into the relationship between art and interior design, providing readers with rich, informative content that inspires beautiful and innovative home creations. His creative vision helps redefine modern living spaces.",meta_title:"Oliver Markham - Art Curator & Design Writer at LuminousNook",meta_description:"Redefine your living space with insights from Oliver Markham, a contemporary art curator and home design writer at LuminousNook."},{name:"Emma Thompson",description:"Emma Thompson is a seasoned travel writer and interior designer based in London. With over a decade of experience in writing about luxurious homes and breathtaking destinations, Emma's articles inspire readers to explore unique locations while appreciating aesthetic living spaces. Her work has been featured in multiple home and lifestyle magazines across the UK.",meta_title:"Emma Thompson - LuminousNook Author",meta_description:"Explore articles by Emma Thompson, a travel writer and interior designer, sharing insights on beautiful homes and incredible locations around the world."},{name:"Ravi Patel",description:"Ravi Patel is an acclaimed architect and writer from Mumbai, India. With a focus on sustainable architecture and design, he blends his expertise in construction with a passion for storytelling. His writings provide readers with a unique perspective on homes that harmonize with their surroundings, showcasing incredible locations in India and beyond.",meta_title:"Ravi Patel - LuminousNook Author",meta_description:"Discover the works of Ravi Patel, an architect and writer passionate about sustainable homes and stunning locations around the globe."},{name:"Sara Kim",description:"Sara Kim is a travel journalist and lifestyle blogger based in Seoul, South Korea. She has traveled extensively, documenting her experiences in various homes and destinations that evoke a sense of wonder. Sara's engaging writing style and eye for detail make her articles a delightful read for anyone seeking inspiration for beautiful living spaces.",meta_title:"Sara Kim - LuminousNook Author",meta_description:"Read articles by Sara Kim, a travel journalist and lifestyle blogger, sharing her adventures in beautiful homes and incredible locations worldwide."},{name:"Liam Johnson",description:"Liam Johnson is a cultural anthropologist and writer based in New York City. With a keen interest in exploring the relationship between lifestyle and architecture, Liam's features delve into the stories behind stunning homes and the cultures they represent. His unique voice brings a refreshing perspective to the topic of beautiful living spaces.",meta_title:"Liam Johnson - LuminousNook Author",meta_description:"Explore the thought-provoking writings of Liam Johnson, a cultural anthropologist sharing insights on homes and their cultural significance."},{name:"Carla Mendes",description:"Carla Mendes is a passionate home decor stylist and travel writer from Lisbon, Portugal. With years of experience in both fields, she combines her love for design and discovering new places to curate articles that showcase the beauty of homes in picturesque locations. Carla's work focuses on aesthetics, making her a valuable contributor to LuminousNook.",meta_title:"Carla Mendes - LuminousNook Author",meta_description:"Discover Carla Mendes's creative articles on home decor and stunning locations around the world, as she shares her passion for design and travel."},{name:"Nina Rossi",description:"Nina Rossi is an Italian writer and historian specializing in heritage homes and historical landmarks. Based in Florence, she provides insights into the stories behind some of the world's most beautiful architectural marvels. Through her writing, Nina aims to inspire preservation and appreciation for incredible locations steeped in history.",meta_title:"Nina Rossi - LuminousNook Author",meta_description:"Read Nina Rossi's engaging articles on heritage homes and historical landmarks, inspiring readers to appreciate the beauty of architecture and its stories."},{name:"James Wilson",description:"James Wilson is an environmental journalist and travel enthusiast from Sydney, Australia. His writings focus on eco-friendly homes and sustainable tourism, highlighting incredible locations that prioritize environmental responsibility. With years of experience, James advocates for responsible living and travel through compelling narratives.",meta_title:"James Wilson - LuminousNook Author",meta_description:"Explore James Wilson's articles on eco-friendly homes and sustainable tourism, as he shares his passion for responsible living and incredible locations."},{name:"Anya Petrov",description:"Anya Petrov is a Russian photographer and writer who captures the essence of beautiful homes in extraordinary locations. Based in St. Petersburg, Anya blends her skills in photography with eloquent writing, creating visually stunning articles that showcase architecture and nature. Her perspective brings a unique touch to LuminousNook.",meta_title:"Anya Petrov - LuminousNook Author",meta_description:"Join Anya Petrov on a visual journey through beautiful homes and remarkable locations, where photography meets storytelling."},{name:"David Chang",description:"David Chang is a lifestyle writer and urban planner based in Hong Kong. With a background in architecture and urban development, he provides insightful commentary on contemporary homes in vibrant cities. David's articles reflect his passion for thoughtful design and urban living, making him a key voice on LuminousNook.",meta_title:"David Chang - LuminousNook Author",meta_description:"Explore David Chang's insightful writings on contemporary homes and urban living, blending his expertise in architecture and lifestyle."},{name:"Carmen Smith",description:"Carmen Smith is a British-American interior designer and lifestyle blogger based in Los Angeles. With a knack for transforming spaces into cozy retreats, she shares her designs and inspirations through her articles. Carmen's vibrant personality and innovative designs make her a beloved contributor to LuminousNook.",meta_title:"Carmen Smith - LuminousNook Author",meta_description:"Get inspired by Carmen Smith's creative articles on interior design and lifestyle, showcasing beautiful homes and incredible locations."}],t=a.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:{title:i.meta_title,description:i.meta_description}})),{});exports.AUTHORS_INFO=a,exports.AUTHORS_META=t,exports.PAGES_SEO=i;
@@ -0,0 +1 @@
1
+ :root{--gray-4-a:rgba(0,0,0,0.45);--text-secondary:rgba(0,0,0,0.65);--text-primary:rgba(0,0,0,0.88);--border-color-border-secondary:#F0F0F0;--background-color-bg-base:#FFF;}
@@ -0,0 +1 @@
1
+ :root{--font-size-xx-small:0.625rem;--font-size-x-small:0.75rem;--font-size-small:0.875rem;--font-size-medium:1rem;--font-size-large:1.25rem;--font-size-x-large:1.5rem;--font-size-xx-large:2rem;--h1-font-size:38px;--h1-line-height:46px;--h2-font-size:30px;--h2-line-height:38px;--h3-font-size:24px;--h3-line-height:32px;--h4-font-size:20px;--h4-line-height:28px;--h5-font-size:16px;--h5-line-height:24px;}
@@ -0,0 +1 @@
1
+ html,body,#root {height:100%;width:100%;}body {display:flex;flex-direction:column;align-items:center;margin:0;padding:0;background-color:var(--background-color-bg-base);}#___gatsby {width:100%;}.ant-app {height:100%;}.ant-dropdown-menu,.ant-select-dropdown,.ant-select-selector,.ant-popover-inner {border-radius:8px!important;}
@@ -0,0 +1 @@
1
+ :root{--gap-lg:24px;--gap-md:16px;--gap-sm:12px;--gap-xs:8px;--gap-xss:4px;--padding-lg:24px;--padding-md:16px;--padding-sm:12px;--padding-xs:8px;--padding-xss:4px;--margin-hg:36px;--margin-lg:24px;--margin-md:16px;--margin-sm:12px;--margin-xs:8px;--margin-xss:4px;}
@@ -0,0 +1 @@
1
+ :root {--theme-color-9:#2a2d34;--theme-color-8:#4d535b;--theme-color-7:#8d919b;--theme-color-6:#b7b8c1;--theme-color-5:#e0e1e5;--theme-color-3:#f5f5f7;--theme-color-2:#f3f4f6;--color-bg-layout:#ffffff;--color-bg-hover:#eaedef;--article-border-radius:25px;--btn-border-radius:6px;--category-border-radius:30px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tedo-publisher",
3
- "version": "1.3.281",
3
+ "version": "1.3.283",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [