tedo-publisher 1.3.287 → 1.3.289

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/luminests/data.d.ts +236 -0
  2. package/dist/luminests/data.js +1 -0
  3. package/dist/luminests/filters.d.ts +28 -0
  4. package/dist/luminests/filters.js +1 -0
  5. package/dist/luminests/helpers.d.ts +3 -0
  6. package/dist/luminests/helpers.js +1 -0
  7. package/dist/luminests/index.d.ts +15 -0
  8. package/dist/luminests/index.js +1 -0
  9. package/dist/luminests/prompts/data.d.ts +7 -0
  10. package/dist/luminests/prompts/data.js +1 -0
  11. package/dist/luminests/prompts/gpt35turbo/articles.d.ts +6 -0
  12. package/dist/luminests/prompts/gpt35turbo/articles.js +1 -0
  13. package/dist/luminests/prompts/gpt4oMini/articles.d.ts +6 -0
  14. package/dist/luminests/prompts/gpt4oMini/articles.js +1 -0
  15. package/dist/luminests/prompts/images.d.ts +4 -0
  16. package/dist/luminests/prompts/images.js +1 -0
  17. package/dist/luminests/seo.d.ts +23 -0
  18. package/dist/luminests/seo.js +1 -0
  19. package/dist/luminests/styles/colors.css +1 -0
  20. package/dist/luminests/styles/fonts.css +1 -0
  21. package/dist/luminests/styles/global.css +1 -0
  22. package/dist/luminests/styles/sizing.css +1 -0
  23. package/dist/luminests/styles/theme.css +1 -0
  24. package/dist/luminests/styles/vars.css +1 -0
  25. package/dist/vistarahome/data.d.ts +229 -0
  26. package/dist/vistarahome/data.js +1 -0
  27. package/dist/vistarahome/filters.d.ts +28 -0
  28. package/dist/vistarahome/filters.js +1 -0
  29. package/dist/vistarahome/helpers.d.ts +3 -0
  30. package/dist/vistarahome/helpers.js +1 -0
  31. package/dist/vistarahome/index.d.ts +15 -0
  32. package/dist/vistarahome/index.js +1 -0
  33. package/dist/vistarahome/prompts/data.d.ts +7 -0
  34. package/dist/vistarahome/prompts/data.js +1 -0
  35. package/dist/vistarahome/prompts/gpt35turbo/articles.d.ts +6 -0
  36. package/dist/vistarahome/prompts/gpt35turbo/articles.js +1 -0
  37. package/dist/vistarahome/prompts/gpt4oMini/articles.d.ts +6 -0
  38. package/dist/vistarahome/prompts/gpt4oMini/articles.js +1 -0
  39. package/dist/vistarahome/prompts/images.d.ts +4 -0
  40. package/dist/vistarahome/prompts/images.js +1 -0
  41. package/dist/vistarahome/seo.d.ts +23 -0
  42. package/dist/vistarahome/seo.js +1 -0
  43. package/dist/vistarahome/styles/colors.css +1 -0
  44. package/dist/vistarahome/styles/fonts.css +1 -0
  45. package/dist/vistarahome/styles/global.css +1 -0
  46. package/dist/vistarahome/styles/sizing.css +1 -0
  47. package/dist/vistarahome/styles/theme.css +1 -0
  48. package/dist/vistarahome/styles/vars.css +1 -0
  49. package/package.json +1 -1
@@ -0,0 +1,236 @@
1
+ export declare const dataStructure: {
2
+ beautifulHomes: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ interiorDesign: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ architecturalStyles: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ homeDecorTrends: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ renovationIdeas: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ other: {
32
+ title: string;
33
+ description: string;
34
+ slug: string;
35
+ children: null;
36
+ };
37
+ };
38
+ };
39
+ incredibleLocations: {
40
+ title: string;
41
+ description: string;
42
+ slug: string;
43
+ children: {
44
+ naturalWonders: {
45
+ title: string;
46
+ description: string;
47
+ slug: string;
48
+ children: null;
49
+ };
50
+ urbanExplorations: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ hiddenGems: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ historicSites: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ other: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ };
75
+ };
76
+ designInspiration: {
77
+ title: string;
78
+ description: string;
79
+ slug: string;
80
+ children: {
81
+ colorSchemes: {
82
+ title: string;
83
+ description: string;
84
+ slug: string;
85
+ children: null;
86
+ };
87
+ furnitureArrangement: {
88
+ title: string;
89
+ description: string;
90
+ slug: string;
91
+ children: null;
92
+ };
93
+ outdoorSpaces: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ ecoFriendlyDesign: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ other: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ };
112
+ };
113
+ luxuryRetreats: {
114
+ title: string;
115
+ description: string;
116
+ slug: string;
117
+ children: {
118
+ villasAndResorts: {
119
+ title: string;
120
+ description: string;
121
+ slug: string;
122
+ children: null;
123
+ };
124
+ boutiqueHotels: {
125
+ title: string;
126
+ description: string;
127
+ slug: string;
128
+ children: null;
129
+ };
130
+ uniqueStayExperiences: {
131
+ title: string;
132
+ description: string;
133
+ slug: string;
134
+ children: null;
135
+ };
136
+ luxuryRentalProperties: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ other: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ };
149
+ };
150
+ landscapeArchitecture: {
151
+ title: string;
152
+ description: string;
153
+ slug: string;
154
+ children: {
155
+ gardenDesign: {
156
+ title: string;
157
+ description: string;
158
+ slug: string;
159
+ children: null;
160
+ };
161
+ patioAndDeckIdeas: {
162
+ title: string;
163
+ description: string;
164
+ slug: string;
165
+ children: null;
166
+ };
167
+ waterFeatures: {
168
+ title: string;
169
+ description: string;
170
+ slug: string;
171
+ children: null;
172
+ };
173
+ sustainableLandscaping: {
174
+ title: string;
175
+ description: string;
176
+ slug: string;
177
+ children: null;
178
+ };
179
+ other: {
180
+ title: string;
181
+ description: string;
182
+ slug: string;
183
+ children: null;
184
+ };
185
+ };
186
+ };
187
+ homeImprovement: {
188
+ title: string;
189
+ description: string;
190
+ slug: string;
191
+ children: {
192
+ doItYourselfProjects: {
193
+ title: string;
194
+ description: string;
195
+ slug: string;
196
+ children: null;
197
+ };
198
+ smartHomeTechnology: {
199
+ title: string;
200
+ description: string;
201
+ slug: string;
202
+ children: null;
203
+ };
204
+ energyEfficiencyTips: {
205
+ title: string;
206
+ description: string;
207
+ slug: string;
208
+ children: null;
209
+ };
210
+ maintenanceAndRepairs: {
211
+ title: string;
212
+ description: string;
213
+ slug: string;
214
+ children: null;
215
+ };
216
+ other: {
217
+ title: string;
218
+ description: string;
219
+ slug: string;
220
+ children: null;
221
+ };
222
+ };
223
+ };
224
+ };
225
+ export declare const authors: Record<string, string>;
226
+ export declare const authorsNames: string[];
227
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF05\uD83C\uDF0D\u2728";
228
+ export declare const categories: ("homeImprovement" | "beautifulHomes" | "incredibleLocations" | "designInspiration" | "luxuryRetreats" | "landscapeArchitecture")[];
229
+ export declare const subcategories: string[];
230
+ export declare const subsubcategories: string[];
231
+ export type Category = keyof typeof dataStructure;
232
+ export type CategoryNode = (typeof dataStructure)[Category];
233
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
234
+ export declare const startDate = "2024-09-19T00:00:00Z";
235
+ export declare const devBucketName = "idn-luminests-dev";
236
+ export declare const prodBucketName = "idn-luminests";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const t={beautifulHomes:{title:"Explore Beautiful Homes and Incredible Locations 🌍🏠",description:"Discover stunning homes and breathtaking locations with our curated articles. Unleash your creativity and find inspiration for your dream space! ✨",slug:"beautiful-homes",children:{interiorDesign:{title:"Interior Design Inspiration: Transform Your Space 🌈🛋️",description:"Get inspired with innovative interior design ideas that elevate your home's aesthetic. Discover styles, tips, and trends to create breathtaking interiors! 🚪💖",slug:"interior-design",children:null},architecturalStyles:{title:"Architectural Styles: A Journey Through Design 🏛️🏡",description:"Explore a variety of architectural styles that define unique homes globally. From modern to classic, find the design that speaks to you! 🌟🖼️",slug:"architectural-styles",children:null},homeDecorTrends:{title:"2023 Home Decor Trends: Elevate Your Space 🎨🕯️",description:"Stay ahead with the latest home decor trends that add character to your living spaces. Learn how to personalize your home with style! 🏡🌼",slug:"home-decor-trends",children:null},renovationIdeas:{title:"Renovation Ideas: Transform Your Home Into a Masterpiece 🔨🏗️",description:"Looking to renovate? Discover creative renovation ideas that will breathe new life into your home and reflect your personality! 🛠️💡",slug:"renovation-ideas",children:null},other:{title:"Other Beautiful Homes Features: Unique Inspirations ✨✨",description:"Dive into various articles about unique homes, landscapes, and design inspirations that don't fit into standard categories. Explore the beauty! 🏞️🌟",slug:"other-beautiful-homes",children:null}}},incredibleLocations:{title:"Explore Incredible Locations: Nature's Beauty and Urban Wonders 🌍",description:"Discover breathtaking landscapes and stunning urban spaces with our guide to incredible locations. Explore natural wonders and hidden gems! ✨",slug:"incredible-locations",children:{naturalWonders:{title:"Natural Wonders: Unveiling Nature's Masterpieces 🌄",description:"Embark on a journey through awe-inspiring natural wonders. From towering mountains to serene beaches, explore the Earth's beauty! 🌊",slug:"natural-wonders",children:null},urbanExplorations:{title:"Urban Explorations: Discover Cityscapes and Architecture 🏙️",description:"Dive into the vibrancy of urban explorations, where cityscapes, stunning architecture, and cultural experiences await the curious traveler! 🌆",slug:"urban-explorations",children:null},hiddenGems:{title:"Hidden Gems: Treasures Off the Beaten Path 💎",description:"Unearth hidden gems that captivate the imagination. These lesser-known locations promise unforgettable experiences beyond the ordinary! 🗺️",slug:"hidden-gems",children:null},historicSites:{title:"Historic Sites: Step into the Past with Timeless Wonders 🏰",description:"Explore historic sites that tell the captivating stories of our ancestors. From ancient ruins to grand castles, history awaits your discovery! ⏳",slug:"historic-sites",children:null},other:{title:"Other Incredible Locations: Unique Places to Explore 🗺️",description:"Venture into unique and diverse locations that don't fit into conventional categories. Discover the world’s extraordinary diversity! 🌈",slug:"other-incredible-locations",children:null}}},designInspiration:{title:"Explore Inspiring Home Designs and Outdoor Features 🌟",description:"Discover beautiful homes and breathtaking locations with articles on color schemes, furniture arrangements, and more to ignite your creativity! 🏡🌍",slug:"design-inspiration",children:{colorSchemes:{title:"Vibrant Color Schemes for Your Dream Home 🎨",description:"Uncover the latest trends in color schemes that will transform your home into a vibrant sanctuary. Embrace creativity and color today! 💖🏠",slug:"color-schemes",children:null},furnitureArrangement:{title:"Expert Tips for Furniture Arrangement 🛋️",description:"Optimize your living space with innovative furniture arrangement tips that enhance aesthetics and functionality, creating harmony at home! ✨💡",slug:"furniture-arrangement",children:null},outdoorSpaces:{title:"Creating Stunning Outdoor Spaces 🏖️",description:"Elevate your outdoor experience by exploring articles on beautiful patios, lush gardens, and cozy balconies that inspire outdoor living! 🌿🌞",slug:"outdoor-spaces",children:null},ecoFriendlyDesign:{title:"Sustainable and Eco-Friendly Home Designs 🌎",description:"Learn about eco-friendly designs and sustainable practices that make a difference in your home and the environment. Go green with style! 🌱💚",slug:"eco-friendly-design",children:null},other:{title:"Miscellaneous Design Inspirations 💡",description:"Explore various home design inspirations, covering unique styles, trends, and creative ideas that don't fit into standard categories. Discover more! 🖌️🏘️",slug:"other-design-inspirations",children:null}}},luxuryRetreats:{title:"Luxury Retreats: Exquisite Villas, Boutique Hotels & Unique Stays 🏖️",description:"Discover luxury retreats including stunning villas and boutique hotels that provide incredible experiences and breathtaking locations. ✈️",slug:"luxury-retreats",children:{villasAndResorts:{title:"Villas and Resorts: Experience Ultimate Luxury Living 🌴",description:"Explore stunning villas and resorts that offer unparalleled luxury and breathtaking views in incredible locations around the globe. 🌅",slug:"villas-and-resorts",children:null},boutiqueHotels:{title:"Boutique Hotels: Unique Stays for Discerning Travelers 🏨",description:"Delve into unique boutique hotels that blend luxury with personalized service, perfect for memorable travel experiences in amazing locales. 🗺️",slug:"boutique-hotels",children:null},uniqueStayExperiences:{title:"Unique Stay Experiences: Discover One-of-a-Kind Accommodations ✨",description:"Uncover unique stay experiences, from treehouses to beachfront bungalows, designed for the adventurous and luxury-loving traveler. 🏕️",slug:"unique-stay-experiences",children:null},luxuryRentalProperties:{title:"Luxury Rental Properties: Find Your Dream Vacation Home 🏠",description:"Search for luxury rental properties that offer comfort and elegance, making your vacation unforgettable in stunning destinations. 🌍",slug:"luxury-rental-properties",children:null},other:{title:"Other Luxury Retreats: Beyond the Ordinary 🌟",description:"Explore other luxury retreats that defy categorization, featuring extraordinary accommodations and breathtaking landscapes for your journeys. 📸",slug:"other-luxury-retreats",children:null}}},landscapeArchitecture:{title:"Explore Stunning Landscape Architecture Designs 🌳",description:"Dive into our landscape architecture section for breathtaking designs & inspirations. Discover beautiful homes and incredible locations. 🌼",slug:"landscape-architecture",children:{gardenDesign:{title:"Beautiful Garden Designs for Every Space 🌷",description:"Unveil the beauty of garden designs that transform any space into a vibrant oasis. Perfect for homeowners and garden enthusiasts alike! 🌿",slug:"garden-design",children:null},patioAndDeckIdeas:{title:"Creative Patio and Deck Ideas for Relaxation ☀️",description:"Discover inspiring patio and deck ideas that create inviting outdoor spaces. Ideal for relaxation and entertaining in your backyard! 🏡",slug:"patio-and-deck-ideas",children:null},waterFeatures:{title:"Enchanting Water Features for Your Landscape 💧",description:"Explore mesmerizing water features that bring tranquility and beauty to your outdoor space. Perfect for enhancing aesthetic appeal! 🌊",slug:"water-features",children:null},sustainableLandscaping:{title:"Sustainable Landscaping Ideas for Eco-Friendly Homes 🌍",description:"Learn about sustainable landscaping practices that benefit the environment while enhancing your home's beauty. Go green and be inspired! 🌱",slug:"sustainable-landscaping",children:null},other:{title:"Unique Landscape Architecture Insights and Ideas 🌻",description:"Delve into unique insights and ideas in landscape architecture that inspire creativity and innovation for all outdoor spaces. 🌼",slug:"unique-landscape-architecture",children:null}}},homeImprovement:{title:"Home Improvement: Transform Your Space into a Dream Oasis 🏡✨",description:"Explore stunning home improvement articles that inspire and guide you in creating beautiful living spaces and incredible homes around the world. 🌍",slug:"home-improvement",children:{doItYourselfProjects:{title:"Do It Yourself Projects: Creative Home Solutions 🛠️🏠",description:"Unleash your creativity with innovative do-it-yourself projects that will transform your home. Discover unique ideas today! 🎨✨",slug:"do-it-yourself-projects",children:null},smartHomeTechnology:{title:"Smart Home Technology: The Future of Living 🌐🏡",description:"Upgrade your home with cutting-edge smart technology that enhances comfort and efficiency. Discover the latest innovations! 🔧🏠",slug:"smart-home-technology",children:null},energyEfficiencyTips:{title:"Energy Efficiency Tips: Save Energy & Money 💡🌱",description:"Learn effective energy efficiency tips to reduce your bills and environmental impact. Create a greener home today! 🌍💰",slug:"energy-efficiency-tips",children:null},maintenanceAndRepairs:{title:"Maintenance & Repairs: Keep Your Home in Shape 🔧🏠",description:"Discover essential maintenance and repair tips to keep your home in top condition. Get expert advice today! 🏡🔨",slug:"maintenance-and-repairs",children:null},other:{title:"Other Home Improvement Insights: Discover More Ideas 🏡✨",description:"Explore various home improvement insights and ideas that don’t fit into the usual categories but are equally inspiring! 💭🌟",slug:"other-home-improvement-insights",children:null}}}},i=e.AUTHORS_INFO.reduce(((e,t)=>Object.assign(Object.assign({},e),{[t.name]:[t.description]})),{}),n=e.AUTHORS_INFO.map((e=>e.name)),r="🏡🌅🌍✨",o=Object.keys(t),a=[],s=[];for(const e of o){const i=t[e];if(null==i?void 0:i.children){a.push(...Object.keys(i.children));for(const e of a){const t=i.children[e];(null==t?void 0:t.children)&&s.push(...Object.keys(t.children))}}}const l="2024-09-19T00:00:00Z",c="luminests",u=`idn-${c}-dev`,d=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=r,exports.authors=i,exports.authorsNames=n,exports.categories=o,exports.dataStructure=t,exports.devBucketName=u,exports.prodBucketName=d,exports.startDate=l,exports.subcategories=a,exports.subsubcategories=s;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ HomeStyles = "Home Styles",
3
+ LocationTypes = "Location Types",
4
+ DesignTrends = "Design Trends",
5
+ InteriorFeatures = "Interior Features",
6
+ TravelInspirations = "Travel Inspirations"
7
+ }
8
+ type HomeStylesValues = 'Modern Elegance' | 'Rustic Charm' | 'Coastal Retreat' | 'Minimalist Bliss';
9
+ type LocationTypesValues = 'Tropical Paradises' | 'Urban Landscapes' | 'Mountain Escapes' | 'Countryside Getaways';
10
+ type DesignTrendsValues = 'Sustainable Living' | 'Smart Home Innovations' | 'Vintage Revival' | 'Biophilic Design';
11
+ type InteriorFeaturesValues = 'Open Concept Layouts' | 'Luxurious Master Suites' | 'Unique Architectural Details' | 'Eco-Friendly Materials';
12
+ type TravelInspirationsValues = 'Off-the-Beaten-Path Destinations' | 'Cultural Heritage Sites' | 'Scenic Road Trips' | 'Culinary Adventures';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.HomeStyles]: HomeStylesValues[];
15
+ [FiltersNames.LocationTypes]: LocationTypesValues[];
16
+ [FiltersNames.DesignTrends]: DesignTrendsValues[];
17
+ [FiltersNames.InteriorFeatures]: InteriorFeaturesValues[];
18
+ [FiltersNames.TravelInspirations]: TravelInspirationsValues[];
19
+ };
20
+ export declare const homeStylesValues: HomeStylesValues[];
21
+ export declare const locationTypesValues: LocationTypesValues[];
22
+ export declare const designTrendsValues: DesignTrendsValues[];
23
+ export declare const interiorFeaturesValues: InteriorFeaturesValues[];
24
+ export declare const travelInspirationsValues: TravelInspirationsValues[];
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={})).HomeStyles="Home Styles",e.LocationTypes="Location Types",e.DesignTrends="Design Trends",e.InteriorFeatures="Interior Features",e.TravelInspirations="Travel Inspirations";const s=["Modern Elegance","Rustic Charm","Coastal Retreat","Minimalist Bliss"],t=["Tropical Paradises","Urban Landscapes","Mountain Escapes","Countryside Getaways"],r=["Sustainable Living","Smart Home Innovations","Vintage Revival","Biophilic Design"],i=["Open Concept Layouts","Luxurious Master Suites","Unique Architectural Details","Eco-Friendly Materials"],a=["Off-the-Beaten-Path Destinations","Cultural Heritage Sites","Scenic Road Trips","Culinary Adventures"],o={[exports.FiltersNames.HomeStyles]:[],[exports.FiltersNames.LocationTypes]:[],[exports.FiltersNames.DesignTrends]:[],[exports.FiltersNames.InteriorFeatures]:[],[exports.FiltersNames.TravelInspirations]:[]},n={[exports.FiltersNames.HomeStyles]:s,[exports.FiltersNames.LocationTypes]:t,[exports.FiltersNames.DesignTrends]:r,[exports.FiltersNames.InteriorFeatures]:i,[exports.FiltersNames.TravelInspirations]:a},l=()=>JSON.stringify(n,null,2);exports.designTrendsValues=r,exports.fullFilters=n,exports.getFiltersTypesJSON=l,exports.homeStylesValues=s,exports.initialFilters=o,exports.interiorFeaturesValues=i,exports.locationTypesValues=t,exports.travelInspirationsValues=a;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),r=require("./helpers.js"),s=require("./prompts/images.js"),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.designTrendsValues=t.designTrendsValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.homeStylesValues=t.homeStylesValues,exports.initialFilters=t.initialFilters,exports.interiorFeaturesValues=t.interiorFeaturesValues,exports.locationTypesValues=t.locationTypesValues,exports.travelInspirationsValues=t.travelInspirationsValues,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: LumiNests is an innovative infotainment articles portal that celebrates beautiful homes and incredible locations. It offers a curated selection of articles designed to inspire homeowners and travel enthusiasts alike.\n - Detailed description: LumiNests is a premier online portal dedicated to showcasing stunning homes and breathtaking locations from around the globe. The platform features a diverse range of articles that delve into the art of home design, architectural marvels, and exquisite landscapes. Readers can explore topics such as interior design tips, landscaping advice, and unique architectural styles, all while gaining insights on how to create their dream living spaces. LumiNests aims to inspire its audience with breathtaking visuals and engaging narratives, making it a go-to resource for those who appreciate the beauty of interiors and the wonder of nature.\n - Target audience: The target audience for LumiNests includes homeowners seeking inspiration for their living spaces, design enthusiasts interested in the latest trends in architecture and home decor, and travel lovers who appreciate stunning landscapes and remarkable locations. Demographically, the portal appeals to adults aged 25-55, with a focus on individuals who value aesthetics and have disposable income to invest in their homes or 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## Featured Homes and Locations\n - Showcase of Unique Homes\n - Iconic Locations Around the World\n\n## Design Inspiration\n - Interior Design Trends\n - Outdoor Spaces and Landscaping\n\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Featured Homes and Locations, 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: LumiNests is an innovative infotainment articles portal that celebrates beautiful homes and incredible locations. It offers a curated selection of articles designed to inspire homeowners and travel enthusiasts alike.\n - Detailed description: LumiNests is a premier online portal dedicated to showcasing stunning homes and breathtaking locations from around the globe. The platform features a diverse range of articles that delve into the art of home design, architectural marvels, and exquisite landscapes. Readers can explore topics such as interior design tips, landscaping advice, and unique architectural styles, all while gaining insights on how to create their dream living spaces. LumiNests aims to inspire its audience with breathtaking visuals and engaging narratives, making it a go-to resource for those who appreciate the beauty of interiors and the wonder of nature.\n - Target audience: The target audience for LumiNests includes homeowners seeking inspiration for their living spaces, design enthusiasts interested in the latest trends in architecture and home decor, and travel lovers who appreciate stunning landscapes and remarkable locations. Demographically, the portal appeals to adults aged 25-55, with a focus on individuals who value aesthetics and have disposable income to invest in their homes or 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## Featured Homes and Locations\n - Showcase of Unique Homes\n - Iconic Locations Around the World\n\n## Design Inspiration\n - Interior Design Trends\n - Outdoor Spaces and Landscaping\n\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Featured Homes and Locations, IF it's applicable to the theme of the article.\n",a="highlighting the key points that will be discussed and the relevance of the topic",n="synthesizing the information presented throughout",s="real estate enthusiasts, travel lovers, interior design aficionados",o="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",r=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category\n$FILTERNAME: []\nResponse in valid json, adhering strictly to json interface below, include every field present in it, but include values in array only suitable for article, all array values are optional!\n${require("../filters.js").getFiltersTypesJSON()}`;exports.END_STEP=n,exports.FILTERS_INFO=r,exports.IMAGES_PROHIBITED_WORDS=o,exports.START_STEP=a,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 i={[exports.PageNames.Authors]:{title:"Meet the Creative Minds Behind LumiNests",description:"Discover the talented authors crafting inspiring content on beautiful homes and incredible locations. 🏡✨"},[exports.PageNames.Home]:{title:"Welcome to LumiNests: Where Beauty Meets Location",description:"Explore stunning homes in breathtaking locations. Your journey to the perfect nest starts here! 🌍❤️"},[exports.PageNames.NotFound]:{title:"404 - Page Not Found | LumiNests",description:"Oops! We couldn't find the page you were looking for. 🥺 Explore our beautiful homes and incredible locations instead! 🌅"},[exports.PageNames.AboutUs]:{title:"About LumiNests: Your Infotainment Destination",description:"Learn about our passion for showcasing beautiful homes and incredible locations. Join us in this inspiring journey! 🌟🏠"},[exports.PageNames.PrivacyPolicy]:{title:"LumiNests Privacy Policy",description:"Your privacy is important to us. Read about how we protect your data at LumiNests. 🔒📜"},[exports.PageNames.Terms]:{title:"Terms and Conditions | LumiNests",description:"Stay informed about our terms of service and user agreements. Knowledge is power! ⚖️📋"},[exports.PageNames.Sitemap]:{title:"Explore LumiNests Sitemap",description:"Navigate through our articles and discover beautiful homes and incredible locations easily! 🗺️✨"}},a=[{name:"Ananya Kumar",description:"Ananya Kumar is an award-winning interior designer and lifestyle blogger based in Mumbai. With over a decade of experience in creating luxurious and sustainable living spaces, she shares insights on home decor and architecture for LumiNests.",meta_title:"Ananya Kumar - Expert Interior Designer & Lifestyle Blogger",meta_description:"Discover Ananya Kumar's journey in interior design and her expert tips on creating beautiful homes. Explore her articles on LumiNests for inspiration and innovation."},{name:"Rajesh Sharma",description:"Rajesh Sharma is a seasoned travel writer and photographer who hails from Delhi. Having explored some of the most magnificent locations across India, he brings vivid storytelling to LumiNests, focusing on travel experiences that inspire home design.",meta_title:"Rajesh Sharma - Travel Writer & Photographer",meta_description:"Follow Rajesh Sharma as he uncovers incredible locations through his lens. His travel insights and stories are a must-read for anyone looking to enhance their living spaces with culture."},{name:"Meera Patel",description:"Meera Patel is a home improvement specialist and DIY enthusiast based in Bangalore. With extensive experience in remodeling and home organization, she provides practical tips and tricks for homeowners on LumiNests.",meta_title:"Meera Patel - Home Improvement Specialist & DIY Expert",meta_description:"Explore tips and innovative ideas from Meera Patel on enhancing your home. She specializes in practical home improvement solutions for every homeowner on LumiNests."},{name:"Karan Gupta",description:"Karan Gupta is a renowned landscape architect from Pune, focused on creating eco-friendly outdoor spaces. His expertise in sustainable design transforms gardens and terraces, making perfect extensions of beautiful homes featured on LumiNests.",meta_title:"Karan Gupta - Landscape Architect & Sustainability Advocate",meta_description:"Learn about Karan Gupta's approach to sustainable outdoor design. His articles offer insights into creating beautiful garden spaces that complement your home on LumiNests."},{name:"Isha Mehta",description:"Isha Mehta is an expert in color psychology and home staging, living in Chandigarh. With over 8 years of experience in the field, she shares her extensive knowledge of creating harmonious spaces through color theory on LumiNests.",meta_title:"Isha Mehta - Color Psychology Expert & Home Stager",meta_description:"Uncover the secrets of color in home design with Isha Mehta. Her expertise guides homeowners in creating inviting and harmonious living spaces on LumiNests."},{name:"Vikram Reddy",description:"Vikram Reddy is a seasoned architect from Hyderabad specializing in contemporary designs that blend traditional Indian styles. His innovative projects and insights about architectural beauty are featured widely on LumiNests.",meta_title:"Vikram Reddy - Architect & Design Innovator",meta_description:"Explore the innovative architectural designs of Vikram Reddy as he shares insights on integrating tradition and contemporary elements in home building on LumiNests."},{name:"Sunita Rao",description:"Sunita Rao is a food and lifestyle journalist from Chennai. With an eye for aesthetics, she writes about kitchen designs and culinary spaces that inspire both function and beauty on LumiNests.",meta_title:"Sunita Rao - Food & Lifestyle Journalist",meta_description:"Join Sunita Rao in exploring the intersection of culinary art and home design. Her articles enhance kitchen aesthetics and functionality on LumiNests."},{name:"Rahul Singh",description:"Rahul Singh is a sustainability expert based in Kolkata, specializing in eco-friendly building practices. His knowledge in green architecture helps homeowners design beautiful, sustainable spaces featured on LumiNests.",meta_title:"Rahul Singh - Sustainability Expert in Architecture",meta_description:"Discover Rahul Singh's commitment to sustainable living and green architecture. His timeless tips help create incredible homes that thrive in harmony with nature on LumiNests."},{name:"Lakshmi Nair",description:"Lakshmi Nair is a textile designer and cultural consultant from Jaipur. With a deep understanding of Indian fabrics and influences, she writes about using textiles to enhance interior spaces on LumiNests.",meta_title:"Lakshmi Nair - Textile Designer & Cultural Consultant",meta_description:"Explore the art of textile in home decor through Lakshmi Nair's eyes. Her insights on fabric usage for beautiful homes can inspire your design journey on LumiNests."},{name:"Arjun Malhotra",description:"Arjun Malhotra, an artist well-versed in minimalistic design, is based in Ahmedabad. His unique perspective on combining art and functionality makes his articles on home aesthetics an essential read on LumiNests.",meta_title:"Arjun Malhotra - Minimalistic Design Artist",meta_description:"Delve into the world of minimalistic aesthetics with Arjun Malhotra. His approach inspires homeowners to embrace beauty in simplicity on LumiNests."},{name:"Ananya Mukherjee",description:"Ananya Mukherjee is a seasoned interior designer and lifestyle writer based in Mumbai. With over a decade of experience in curating spaces that reflect personal style, she specializes in sustainable designs. Her articles combine chic decor tips with insights on eco-friendly living, making her a valuable voice in the home and lifestyle niche.",meta_title:"Ananya Mukherjee - Interior Design and Sustainable Living Expert",meta_description:"Discover the creative world of Ananya Mukherjee, an interior designer from Mumbai who shares innovative ideas for beautiful homes and sustainable living."},{name:"Pooja Mehta",description:"Pooja Mehta is an architect and design blogger who focuses on residential architecture and home aesthetics. With a professional degree in architecture, she translates her expertise into engaging articles that inspire readers to create their dream homes. Pooja's work is characterized by a blend of modern design principles and traditional Indian influences.",meta_title:"Pooja Mehta - Architect and Home Design Blogger",meta_description:"Explore the elegant designs of Pooja Mehta, an architect dedicated to inspiring innovative and beautiful homes with a touch of tradition."},{name:"Vikram Singh",description:"Vikram Singh is an acclaimed real estate writer and social media influencer who showcases breathtaking properties across India. With a knack for discovering hidden gems, his articles feature remarkable homes and notable locations, providing readers with a comprehensive view of the real estate market.",meta_title:"Vikram Singh - Real Estate Writer and Influencer",meta_description:"Meet Vikram Singh, your guide to the most stunning homes and incredible locations in India, exploring the vibrant world of real estate."},{name:"Neha Kapoor",description:"Neha Kapoor is a lifestyle journalist and DIY expert from Delhi with a passion for home improvement projects. She loves to share tips on creating beautiful living spaces through simple do-it-yourself techniques. Neha believes that personalized homes stem from creativity and resourcefulness, making her a favorite among DIY enthusiasts.",meta_title:"Neha Kapoor - DIY and Lifestyle Journalist",meta_description:"Follow Neha Kapoor for engaging DIY ideas and home improvement tips that help transform your living spaces into beautiful havens."},{name:"Arjun Reddy",description:"Arjun Reddy is a travel writer and photographer known for capturing India’s architectural wonders and stunning landscapes. His articles often explore how geography influences home designs and local lifestyles. With a background in architecture, his insightful pieces merge visuals with narratives, appealing to both travelers and home design aficionados.",meta_title:"Arjun Reddy - Travel Writer and Architectural Photographer",meta_description:"Explore the creativity of Arjun Reddy, who captures the architectural beauty of India while celebrating homes and breathtaking locations."},{name:"Sanya Verma",description:"Sanya Verma is a content creator focusing on luxury home decor and interior styling. With her extensive knowledge in marketing and design, she crafts compelling articles about how to create stylish and luxurious spaces at home. Sanya also collaborates with top brands, bringing the latest trends to her audience.",meta_title:"Sanya Verma - Luxury Home Decor Expert",meta_description:"Discover luxury home decor through the eyes of Sanya Verma as she shares unique styling tips and the latest trends in interior design."},{name:"Kabir Joshi",description:"Kabir Joshi is an urban planning expert and freelance writer who bridges the gap between architecture and community living. His articles focus on how urban environments shape beautiful homes and foster incredible communities. Kabir's insights offer a comprehensive look at sustainable living in metropolitan areas.",meta_title:"Kabir Joshi - Urban Planning Writer and Community Advocate",meta_description:"Join Kabir Joshi as he delves into urban living, exploring how planning impacts beautiful homes and vibrant communities."},{name:"Isha Desai",description:"Isha Desai is a wellness designer and freelance writer who integrates health and wellness into home design. With a strong belief that homes should nurture the mind and body, she shares articles on how to create serene and harmonious living environments. Isha's work emphasizes mindful living amidst chaotic lifestyles.",meta_title:"Isha Desai - Wellness Designer and Writer",meta_description:"Explore wellness-oriented home design with Isha Desai, as she offers insightful tips for creating serene living spaces that enhance well-being."},{name:"Ravi Kumar",description:"Ravi Kumar is a seasoned travel journalist and real estate expert who specializes in uncovering unique vacation homes and wonderful getaway spots across India. With years of experience in both travel and real estate, his articles inspire readers to discover new locations for their next home or vacation.",meta_title:"Ravi Kumar - Travel Journalist and Real Estate Expert",meta_description:"Discover incredible vacation homes and locations with Ravi Kumar, as he shares expert insights into travel and real estate opportunities."},{name:"Ananya Sinha",description:"Ananya Sinha is an Indian interior designer and writer with over 10 years of experience in creating beautiful and functional spaces. With a degree in Interior Design from the National Institute of Design, she specializes in blending modern aesthetics with traditional Indian elements. Ananya is passionate about sustainable living and often shares insights on eco-friendly home decor.",meta_title:"Ananya Sinha - Interior Designer & Home Decor Writer | LumiNests",meta_description:"Discover the world of interior design with Ananya Sinha, a talented writer and designer from India. Explore her articles about beautiful homes and sustainable decor ideas on LumiNests."},{name:"Rajesh Kapoor",description:"Rajesh Kapoor is a travel and lifestyle writer known for his captivating narratives about extraordinary locations across India. With over 15 years of experience in the industry, Rajesh has written for various leading travel magazines and blogs. His work often focuses on the intersection of culture and stunning landscapes, providing readers with rich experiences.",meta_title:"Rajesh Kapoor - Travel Writer & Culture Enthusiast | LumiNests",meta_description:"Join Rajesh Kapoor on a journey through India's breathtaking locations. Read his insightful articles on travel experiences and cultural gems on LumiNests."},{name:"Priya Mehta",description:"Priya Mehta is an acclaimed architect and writer dedicated to promoting innovative architecture and home designs. With a background in architecture from the Indian Institute of Technology, she has worked on numerous award-winning projects. Priya writes about contemporary architecture, inspiring homeowners to think outside the box.",meta_title:"Priya Mehta - Architect & Inspired Home Design Writer | LumiNests",meta_description:"Explore the creative world of architecture with Priya Mehta. Read her articles on innovative home designs and contemporary architecture at LumiNests."},{name:"Vikram Sharma",description:"Vikram Sharma is a real estate expert and writer with over 20 years of experience in the industry. His articles cover various aspects of real estate, home buying tips, and market trends, catering to homeowners looking for advice. Vikram also conducts workshops and webinars about making informed housing decisions.",meta_title:"Vikram Sharma - Real Estate Expert & Writer | LumiNests",meta_description:"Get the inside scoop on real estate with Vikram Sharma. Discover valuable tips and insights for home buyers and investors through his articles on LumiNests."},{name:"Nisha Reddy",description:"Nisha Reddy is an award-winning lifestyle editor and writer with a focus on home living and decor. She has spent over 12 years curating content for top lifestyle magazines in India, where her articles often highlight home organization, DIY projects, and tasteful decorations for beautiful living spaces.",meta_title:"Nisha Reddy - Lifestyle Editor & Home Decor Writer | LumiNests",meta_description:"Transform your home with the tips and ideas from Nisha Reddy, an expert in home living and decor. Read her inspiring articles on LumiNests."},{name:"Karan Desai",description:"Karan Desai is a seasoned travel and adventure writer who shares his experiences of exploring incredible locations across India and beyond. A former travel guide, Karan combines his personal stories with practical travel advice, helping wanderers discover hidden gems and authentic local experiences.",meta_title:"Karan Desai - Adventure Traveler & Writer | LumiNests",meta_description:"Experience the thrill of travel with Karan Desai. Read his captivating stories about incredible locations and adventures on LumiNests."},{name:"Sonali Gupta",description:"Sonali Gupta is a renowned environmental writer focusing on sustainable living and eco-friendly design. With a degree in Environmental Science, she has contributed to various publications promoting green homes. Her articles inspire readers to adopt practices that not only beautify their homes but also protect the planet.",meta_title:"Sonali Gupta - Sustainable Living Advocate & Writer | LumiNests",meta_description:"Embrace eco-friendly living with Sonali Gupta. Discover sustainable design ideas and practices for beautiful homes on LumiNests."},{name:"Rohan Verma",description:"Rohan Verma is a passionate photographer and writer who specializes in documenting serene landscapes and beautiful home designs. With a background in fine arts, Rohan combines visual storytelling with thoughtful reflections on homes and locations that inspire him, allowing readers to appreciate the nuances of design and art.",meta_title:"Rohan Verma - Photographer & Home Design Writer | LumiNests",meta_description:"Immerse yourself in the beauty of homes and landscapes with Rohan Verma. Explore his captivating articles and photography on LumiNests."},{name:"Meera Nair",description:"Meera Nair is a lifestyle blogger and writer who focuses on the art of Indian home decor and cultural traditions. With over 8 years of experience, she crafts articles that celebrate the diversity of home aesthetics in India, offering readers tips and ideas to blend tradition with modern living.",meta_title:"Meera Nair - Lifestyle Blogger & Home Decor Writer | LumiNests",meta_description:"Discover the beauty of Indian home decor with Meera Nair. Explore her cultural insights and decor tips on LumiNests."},{name:"Sahil Joshi",description:"Sahil Joshi is a furniture designer and writer who emphasizes the importance of artisanal craftsmanship in home decor. With over a decade of experience in design and production, he shares his knowledge through articles that highlight timeless furniture pieces and how to effectively incorporate them into modern homes.",meta_title:"Sahil Joshi - Furniture Designer & Home Decor Writer | LumiNests",meta_description:"Elevate your home decor with expert tips from Sahil Joshi, a skilled furniture designer. Read his innovative ideas and insights on LumiNests."},{name:"Ananya Sharma",description:"Ananya Sharma is a seasoned interior designer and lifestyle blogger based in Mumbai, India. With over a decade of experience in creating beautiful and functional spaces, she shares her expertise on home decor and design trends. Ananya's passion for architecture and her love for vibrant aesthetics makes her a valuable contributor to LumiNests.",meta_title:"Ananya Sharma - Interior Designer & Lifestyle Blogger at LumiNests",meta_description:"Explore the creative insights of Ananya Sharma, an experienced interior designer sharing her journey through beautiful homes and incredible locations on LumiNests."},{name:"Rohan Mehta",description:"Rohan Mehta is a travel enthusiast and writer who brings stories of breathtaking locations and stunning homes from around the globe. With a background in architecture and design, he combines his love for travel with his knowledge of aesthetic living spaces to inform and inspire readers.",meta_title:"Rohan Mehta - Travel Writer & Architectural Enthusiast at LumiNests",meta_description:"Join Rohan Mehta as he uncovers the world's most beautiful homes and incredible locations, delivering fresh perspectives on design and travel at LumiNests."},{name:"Priya Desai",description:"Priya Desai is a home decor expert and content creator based in Delhi. With a keen eye for detail and a love for sustainable living, Priya shares tips on how to create eco-friendly and beautiful living spaces. Her articles focus on blending modern aesthetics with traditional Indian elements.",meta_title:"Priya Desai - Home Decor Expert & Eco-Friendly Advocate at LumiNests",meta_description:"Discover eco-conscious living with Priya Desai, as she shares her expertise on creating sustainable and beautiful home environments at LumiNests."},{name:"Karan Kapoor",description:"Karan Kapoor is a renowned photographer and writer specializing in luxury real estate and stunning locations. Based in Bangalore, he captures the essence of beautiful homes through his lens and shares insights on architectural design and location-based living on LumiNests.",meta_title:"Karan Kapoor - Luxury Real Estate Photographer & Writer at LumiNests",meta_description:"Experience the luxurious world of architecture with Karan Kapoor, who showcases beautiful homes and outstanding locations through his photography and writing at LumiNests."},{name:"Sonal Agarwal",description:"Sonal Agarwal is a passionate writer and stylist, specializing in home decor and arrangement. Based in Jaipur, her experience includes styling homes for magazines and private clients, making her a great voice for LumiNests.",meta_title:"Sonal Agarwal - Home Decor Stylist & Writer at LumiNests",meta_description:"Discover the art of home styling with Sonal Agarwal, who brings you expert tips and beautiful arrangements for your living space at LumiNests."},{name:"Aditya Verma",description:"Aditya Verma is an urban planner and sustainability advocate from New Delhi. He writes extensively about urban living, eco-friendly homes, and innovative design ideas that promote harmony with the environment, perfect for LumiNests’ audience.",meta_title:"Aditya Verma - Urban Planner & Sustainability Advocate at LumiNests",meta_description:"Delve into sustainable urban living with Aditya Verma, exploring ways to create eco-friendly homes that harmonize with nature at LumiNests."},{name:"Tarun Joshi",description:"Tarun Joshi is a prolific writer and editor, specializing in lifestyle and travel. Based in Pune, he shares his explorations of incredible locations and home design inspirations through engaging articles that resonate with the readers of LumiNests.",meta_title:"Tarun Joshi - Lifestyle Writer & Editor at LumiNests",meta_description:"Travel alongside Tarun Joshi as he delves into beautiful homes and breathtaking locations, inspiring your next adventures at LumiNests."},{name:"Emma Thompson",description:"Emma Thompson is an award-winning travel writer with over ten years of experience exploring beautiful homes and incredible locations around the world. She has contributed to various prestigious publications and blogs, sharing her unique insights into architectural marvels and hidden gems. Based in London, Emma enjoys photography and often captures the essence of her travel adventures through her lens.",meta_title:"Emma Thompson - Travel Writer for LumiNests",meta_description:"Discover Emma Thompson's rich insights into beautiful homes and incredible locations as she shares her travel experiences on LumiNests."},{name:"Liam Garcia",description:"Liam Garcia is a seasoned real estate writer and enthusiast, focusing on sustainable homes and eco-friendly locations. With a background in environmental science and over seven years of writing experience, he provides informed perspectives on modern living spaces and green architecture. Based in Barcelona, Liam frequently explores unique architectural styles across Europe.",meta_title:"Liam Garcia - Real Estate Writer for LumiNests",meta_description:"Explore sustainability in architecture with Liam Garcia on LumiNests, as he explores beautiful homes and eco-friendly locations."},{name:"Aisha Patel",description:"Aisha Patel is an interior designer and lifestyle blogger with a passion for showcasing beautiful homes. With more than eight years in the home décor industry, she blends her design expertise with travel experiences to feature stunning interiors and exquisite locations. Residing in New York City, Aisha also conducts workshops to inspire others in home styling.",meta_title:"Aisha Patel - Interior Designer & Blogger for LumiNests",meta_description:"Join Aisha Patel as she combines her design expertise with travel experiences in her articles about beautiful homes and incredible locations on LumiNests."},{name:"Maximillian Schmidt",description:"Maximillian Schmidt is a writer and cultural historian who specializes in the art and architecture of different cultures. With a Ph.D. in Architectural History from a prestigious university, he has penned numerous articles exploring spaces that tell historical stories. Residing in Berlin, Maximillian spends his weekends visiting historical homes and sites across Europe.",meta_title:"Maximillian Schmidt - Cultural Historian for LumiNests",meta_description:"Dive into the historical narratives of beautiful homes with cultural historian Maximillian Schmidt on LumiNests."},{name:"Sofia Nakamura",description:"Sofia Nakamura is a travel and architecture journalist known for her engaging narratives that transport readers to breathtaking locations. Hailing from Tokyo, she has traveled extensively through Asia and Europe, writing for prominent magazines and online platforms. Her expertise lies in capturing the beauty of traditional and modern homes alike.",meta_title:"Sofia Nakamura - Travel Journalist for LumiNests",meta_description:"Experience breathtaking locations through Sofia Nakamura's narratives about beautiful homes on LumiNests."},{name:"David Johnson",description:"David Johnson is an adventure travel expert and writer who specializes in eco-tourism and unique accommodations. He has spent the last six years collecting stories from scenic locations and extraordinary home stays. Now based in Vancouver, David shares his adventures and attracts fellow wanderlust souls to explore hidden gems.",meta_title:"David Johnson - Adventure Travel Expert for LumiNests",meta_description:"Join David Johnson as he uncovers incredible locations and beautiful homes around the world on LumiNests."},{name:"Chloe Brown",description:"Chloe Brown is a freelance writer and photographer with a knack for capturing the beauty of historical and contemporary homes. With a degree in Fine Arts and a passion for storytelling, she combines vibrant photography with eloquent narratives. Based in Sydney, Chloe travels to discover unique locations that inspire her art and writing.",meta_title:"Chloe Brown - Photographer & Writer for LumiNests",meta_description:"Explore the artistry of homes and settings through Chloe Brown's photography and narratives on LumiNests."},{name:"Rajesh Kumar",description:"Rajesh Kumar is an architectural blogger and cultural ambassador, specializing in Indian architecture and global influences. With over nine years of writing experience, his articles shed light on the rich history of homes and structures throughout India and beyond. Residing in Mumbai, Rajesh frequently participates in cultural preservation projects.",meta_title:"Rajesh Kumar - Architectural Blogger for LumiNests",meta_description:"Discover the beauty of Indian architecture and its influence on global design with Rajesh Kumar on LumiNests."},{name:"Elena Martin",description:"Elena Martin is a lifestyle and travel writer with a passion for discovering vintage homes and charming locations. With a background in design and over five years of writing experience, she captures the essence of nostalgia in her articles. Based in Buenos Aires, Elena's travel adventures take her through the quaint towns of South America.",meta_title:"Elena Martin - Lifestyle & Travel Writer for LumiNests",meta_description:"Join Elena Martin as she uncovers vintage homes and charming locations on her delightful travel journeys on LumiNests."},{name:"Nina Collins",description:"Nina Collins is a world traveler and freelance journalist who specializes in stories about art-influenced architecture. Her writing showcases homes that blend aesthetics with functionality from various regions. With a Master's in Comparative Literature and extensive travel experience, Nina currently resides in Paris, where she further explores her love for art and architecture.",meta_title:"Nina Collins - Journalist & Traveler for LumiNests",meta_description:"Explore art-infused architecture and beautiful homes around the world with Nina Collins on LumiNests."},{name:"Emma Robinson",description:"Emma is an award-winning interior designer based in Sydney, Australia. With over a decade of experience in the field, she specializes in eco-friendly home designs that embody beauty and sustainability. Her work has been featured in numerous home and lifestyle magazines, showcasing her unique ability to blend aesthetics with functionality.",meta_title:"Emma Robinson - Expert Interior Designer at LumiNests",meta_description:"Discover the design insights of Emma Robinson, an award-winning interior designer from Australia, sharing her expertise on beautiful homes and incredible locations at LumiNests."},{name:"Daniel Schwartz",description:"Daniel is a travel writer and photographer hailing from Berlin, Germany. His passion for discovering hidden gems around the world translates into engaging articles that highlight breathtaking locations and homes. With a background in travel journalism, Daniel brings a unique perspective to the beauty of global architecture.",meta_title:"Daniel Schwartz - Travel Writer and Photographer at LumiNests",meta_description:"Explore the world through the eyes of Daniel Schwartz, a travel writer and photographer sharing stunning homes and incredible locales at LumiNests."},{name:"Aisha Malik",description:"Aisha is a lifestyle blogger and architectural historian from Lahore, Pakistan. Her writing delves into the stories behind stunning homes, focusing on their historical significance and cultural relevance. With a keen eye for detail, Aisha crafts narratives that celebrate the beauty of diverse architectural styles.",meta_title:"Aisha Malik - Lifestyle Blogger and Architectural Historian at LumiNests",meta_description:"Join Aisha Malik as she uncovers the stories behind beautiful homes and explores cultural history at LumiNests."},{name:"Matt Johnson",description:"Matt is an expert real estate consultant and writer based in Toronto, Canada. With more than 15 years of experience in the real estate market, he combines his passion for beautiful homes with insights into market trends. His articles help readers understand the intersection of design and investment.",meta_title:"Matt Johnson - Real Estate Consultant and Writer at LumiNests",meta_description:"Gain insights into beautiful homes and real estate trends with Matt Johnson, an expert consultant and writer at LumiNests."},{name:"Sophia Chen",description:"Sophia is a freelance writer and home decor enthusiast based in Shanghai, China. She loves exploring modern and traditional design elements, sharing her experiences in home decor with readers around the world. With her creative flair, Sophia inspires others to make their living spaces beautiful.",meta_title:"Sophia Chen - Home Decor Writer at LumiNests",meta_description:"Explore home decor ideas and inspirations with Sophia Chen, a passionate freelance writer and enthusiast at LumiNests."},{name:"Carlos Mendoza",description:"Carlos is an experienced landscape architect and writer residing in Mexico City, Mexico. He specializes in creating outdoor spaces that enhance the beauty of homes. With over 12 years in the industry, Carlos writes about integrating nature with modern living, highlighting incredible locations.",meta_title:"Carlos Mendoza - Landscape Architect and Writer at LumiNests",meta_description:"Discover tips on outdoor design and stunning landscapes with Carlos Mendoza, a seasoned landscape architect and writer at LumiNests."},{name:"Nina Petrova",description:"Nina is a creative graphic designer and travel blogger from Moscow, Russia. With a background in visual arts, she captures the essence of beautiful homes across the globe through photography and storytelling, making her articles visually enchanting and informative.",meta_title:"Nina Petrova - Graphic Designer and Travel Blogger at LumiNests",meta_description:"Join Nina Petrova as she shares her creative insights on beautiful homes and travel experiences at LumiNests."},{name:"George Patel",description:"George is a sustainable building consultant and writer based in New Delhi, India. Dedicated to eco-friendly construction and design, he strives to create awareness about sustainable living through his articles, showcasing beautiful homes built with the environment in mind.",meta_title:"George Patel - Sustainable Building Consultant at LumiNests",meta_description:"Learn about sustainable design practices and beautiful eco-friendly homes with George Patel, a knowledgeable consultant and writer at LumiNests."},{name:"Olivia Wright",description:"Olivia is an English country homes enthusiast and writer based in the Cotswolds, England. With her deep-rooted love for classic architecture and rustic interiors, she crafts captivating narratives that transport readers to charming homes steeped in history.",meta_title:"Olivia Wright - Country Homes Enthusiast at LumiNests",meta_description:"Explore the charm of English country homes and their stories with Olivia Wright, a devoted enthusiast and writer at LumiNests."},{name:"Sara Al-Khalid",description:"Sara is an innovative product designer and home decor stylist from Dubai, UAE. With a flair for modern minimalism and vibrant color palettes, she shares her insights on designing stunning spaces that reflect one's personality and lifestyle. Her articles inspire creativity and self-expression.",meta_title:"Sara Al-Khalid - Product Designer and Home Decor Stylist at LumiNests",meta_description:"Uncover the world of modern interior design and styling with Sara Al-Khalid, a talented product designer and stylist at LumiNests."}],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:#2c3e50;--theme-color-8:#34495e;--theme-color-7:#5d6d7e;--theme-color-6:#85929e;--theme-color-5:#aab8c4;--theme-color-3:#d5dbdb;--theme-color-2:#e8f8f5;--color-bg-layout:#ffffff;--color-bg-hover:#f0f3f4;--article-border-radius:25px;--btn-border-radius:12px;--category-border-radius:30px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -0,0 +1,229 @@
1
+ export declare const dataStructure: {
2
+ beautifulHomes: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ luxuryResidenceDesign: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ ecoFriendlyHomes: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ modernMinimalism: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ vintageChic: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ smallSpaceLiving: {
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
+ incredibleLocations: {
46
+ title: string;
47
+ description: string;
48
+ slug: string;
49
+ children: {
50
+ hiddenGems: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ iconicLandmarks: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ tropicalGetaways: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ mountainRetreats: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ urbanExplorations: {
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
+ interiorDesignInspo: {
89
+ title: string;
90
+ description: string;
91
+ slug: string;
92
+ children: {
93
+ colorTrends: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ furnitureStyling: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ lightingSolutions: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ openConceptLiving: {
112
+ title: string;
113
+ description: string;
114
+ slug: string;
115
+ children: null;
116
+ };
117
+ homeOfficeDesign: {
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
+ travelTips: {
132
+ title: string;
133
+ description: string;
134
+ slug: string;
135
+ children: {
136
+ destinationGuides: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ travelItineraries: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ budgetTravel: {
149
+ title: string;
150
+ description: string;
151
+ slug: string;
152
+ children: null;
153
+ };
154
+ luxuryTravel: {
155
+ title: string;
156
+ description: string;
157
+ slug: string;
158
+ children: null;
159
+ };
160
+ culturalExperiences: {
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
+ homeImprovement: {
175
+ title: string;
176
+ description: string;
177
+ slug: string;
178
+ children: {
179
+ remodelingProjects: {
180
+ title: string;
181
+ description: string;
182
+ slug: string;
183
+ children: null;
184
+ };
185
+ dIYIdeas: {
186
+ title: string;
187
+ description: string;
188
+ slug: string;
189
+ children: null;
190
+ };
191
+ landscapeDesign: {
192
+ title: string;
193
+ description: string;
194
+ slug: string;
195
+ children: null;
196
+ };
197
+ smartHomeTechnology: {
198
+ title: string;
199
+ description: string;
200
+ slug: string;
201
+ children: null;
202
+ };
203
+ ecoFriendlyUpgrades: {
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
+ };
218
+ export declare const authors: Record<string, string>;
219
+ export declare const authorsNames: string[];
220
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF05\uD83D\uDCCD\u2728";
221
+ export declare const categories: ("homeImprovement" | "beautifulHomes" | "incredibleLocations" | "travelTips" | "interiorDesignInspo")[];
222
+ export declare const subcategories: string[];
223
+ export declare const subsubcategories: string[];
224
+ export type Category = keyof typeof dataStructure;
225
+ export type CategoryNode = (typeof dataStructure)[Category];
226
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
227
+ export declare const startDate = "2024-09-19T00:00:00Z";
228
+ export declare const devBucketName = "idn-vistarahome-dev";
229
+ export declare const prodBucketName = "idn-vistarahome";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={beautifulHomes:{title:"Exploring Beautiful Homes Across Incredible Locations 🌍",description:"VistaraHome showcases stunning residences in awe-inspiring locales. Discover design tips, breathtaking homes, and elevate your living experience. 🏡✨",slug:"exploring-beautiful-homes-across-incredible-locations",children:{luxuryResidenceDesign:{title:"Luxury Residence Design: Elevate Your Living Experience 🏰",description:"Dive into opulent residence designs that redefine luxury living. Explore breathtaking architecture and sophisticated interiors that inspire. 💎🏡",slug:"luxury-residence-design",children:null},ecoFriendlyHomes:{title:"Eco-Friendly Homes: Sustainable Living Awaits 🌱",description:"Discover eco-friendly homes that blend style with sustainability. Learn about innovative designs that minimize environmental impact. ♻️🏡",slug:"eco-friendly-homes",children:null},modernMinimalism:{title:"Modern Minimalism: Simplify Your Living Space 🏡✨",description:"Embrace modern minimalism with elegant, simple designs that prioritize functionality. Transform your home into a serene retreat! 🎨🔑",slug:"modern-minimalism",children:null},vintageChic:{title:"Vintage Chic: Timeless Home Aesthetics 🕰️",description:"Celebrate vintage chic designs that exude character and charm. Discover how to incorporate timeless aesthetics into your living space. 🌹🏡",slug:"vintage-chic",children:null},smallSpaceLiving:{title:"Small Space Living: Ingenious Design Solutions 🛋️",description:"Explore creative small space living ideas that maximize functionality without sacrificing style. Perfect your compact home today! 🏠💡",slug:"small-space-living",children:null},other:{title:"Other Beautiful Homes: Unique Designs from Around the World 🌟",description:"Discover a diverse collection of beautiful homes that defy conventional trends. Unique architectural styles to inspire your own space! 🌈🏡",slug:"other-beautiful-homes",children:null}}},incredibleLocations:{title:"Explore Breathtaking Incredible Locations 🌍 | VistaraHome",description:"Discover incredible locations around the globe, from hidden gems to iconic landmarks. Explore stunning homes and beautiful travel destinations! 🏡✈️",slug:"incredible-locations",children:{hiddenGems:{title:"Hidden Gems: Uncover Secret Destinations 💎",description:"Explore hidden gems that captivate with beauty and charm. Discover lesser-known destinations that inspire wanderlust and creativity! 🌅✨",slug:"hidden-gems",children:null},iconicLandmarks:{title:"Iconic Landmarks: Explore the World's Wonders 🗺️",description:"Delve into iconic landmarks that define cultures and histories. Join us on a journey through breathtaking sites that must be seen! 🏛️🌟",slug:"iconic-landmarks",children:null},tropicalGetaways:{title:"Tropical Getaways: Relax in Paradise ☀️🌴",description:"Escape to tropical getaways where sun-kissed beaches meet lush landscapes. Find your next vacation spot for relaxation and adventure! 🏖️🌺",slug:"tropical-getaways",children:null},mountainRetreats:{title:"Mountain Retreats: Embrace Nature's Majesty 🏔️",description:"Experience serenity in mountain retreats, where breathtaking views and tranquility await. Explore majestic peaks and cozy lodges! 🌲❄️",slug:"mountain-retreats",children:null},urbanExplorations:{title:"Urban Explorations: Discover Vibrant Cityscapes 🌆",description:"Unravel the charm of urban explorations, showcasing dynamic cityscapes and unique neighborhoods. Experience the culture and vibrancy! 🏙️🎨",slug:"urban-explorations",children:null},other:{title:"Other Incredible Locations: Journey Beyond 🌏",description:"Venture beyond conventional destinations with our guide to other incredible locations that inspire awe and adventure around the world! 🚀🌌",slug:"other-incredible-locations",children:null}}},interiorDesignInspo:{title:"Discover Inspiring Interior Design Ideas and Trends 🌟",description:"Explore various interior design inspirations from color trends to innovative furniture styling. Elevate your living space with us! 🏡✨",slug:"interior-design-inspo",children:{colorTrends:{title:"Explore Stunning Color Trends for Your Home 🎨",description:"Unlock the secrets of captivating color trends to revitalize your space. Learn how colors can transform your home aesthetic! 💖🏡",slug:"color-trends",children:null},furnitureStyling:{title:"Master the Art of Furniture Styling for Elegance 🛋️",description:"Discover innovative furniture styling techniques that blend functionality and elegance, enhancing every room's charm! ✨🏠",slug:"furniture-styling",children:null},lightingSolutions:{title:"Illuminate Your Space: Creative Lighting Solutions 💡",description:"Explore bespoke lighting solutions that elevate ambiance and design. Brighten your home with innovative lighting tips! 🌟🏡",slug:"lighting-solutions",children:null},openConceptLiving:{title:"Embrace Open Concept Living for Modern Homes 🏠",description:"Discover the benefits of open concept living spaces that create a seamless flow and maximize light and interaction! 🌈✨",slug:"open-concept-living",children:null},homeOfficeDesign:{title:"Create an Inspiring Home Office Design 🖥️",description:"Elevate your productivity with a beautifully designed home office. Discover tips for crafting the perfect workspace today! 🏢✨",slug:"home-office-design",children:null},other:{title:"Unique Interior Design Inspirations and Tips ✨",description:"Explore miscellaneous tips and unique inspirations for your interior design journey. Ignite your creativity with surprising ideas! 🎉🏡",slug:"unique-interior-design-inspirations",children:null}}},travelTips:{title:"Essential Travel Tips for Incredible Destinations 🌍✈️",description:"Explore a variety of travel tips guiding you to beautiful homes and amazing locations worldwide. Start your journey to unforgettable experiences today! 🏡✨",slug:"travel-tips",children:{destinationGuides:{title:"Inspiring Destination Guides to Explore Beautiful Places 🌏🏝️",description:"Dive into our destination guides that uncover stunning locations around the world. Discover tips and insights for your next adventure! 🗺️💫",slug:"destination-guides",children:null},travelItineraries:{title:"Handcrafted Travel Itineraries for Exceptional Journeys 🧳🗺️",description:"Explore meticulously crafted travel itineraries designed for unforgettable experiences in beautiful homes and incredible locations. 📅🌟",slug:"travel-itineraries",children:null},budgetTravel:{title:"Budget Travel Tips: Discover Stunning Destinations Affordably 💵🏡",description:"Learn how to travel on a budget while discovering incredible homes and breathtaking locations worldwide. Explore our tips for amazing savings! 💡🧳",slug:"budget-travel",children:null},luxuryTravel:{title:"Luxury Travel Experiences in Beautiful Homes and Locations 🌟🏖️",description:"Experience the allure of luxury travel while exploring beautiful homes and captivating locations. Discover tips for an opulent journey! 🏰✨",slug:"luxury-travel",children:null},culturalExperiences:{title:"Cultural Experiences: Explore Unique Traditions and Places 🌍🎭",description:"Immerse yourself in enriching cultural experiences as you travel. Discover beautiful homes and incredible locations and embrace diverse traditions! 🌎🙏",slug:"cultural-experiences",children:null},other:{title:"Additional Travel Tips for Adventurous Explorers 🚀🌄",description:"Uncover other travel tips that elevate your experiences, including hidden gems and unique insights about beautiful homes and amazing locations! 🌟🌍",slug:"other-travel-tips",children:null}}},homeImprovement:{title:"Transform Your Space: Inspiring Home Improvement Ideas 🏡",description:"Discover innovative home improvement strategies and stunning design concepts that will elevate your living spaces. Explore remodeling, DIY, and more! ✨",slug:"transform-your-space",children:{remodelingProjects:{title:"Master the Art of Remodeling Projects 🛠️",description:"Uncover expert tips and innovative ideas for successful remodeling projects that will transform your home into a personal sanctuary. ✨🏡",slug:"remodeling-projects",children:null},dIYIdeas:{title:"Creative DIY Ideas for Every Home 🌟",description:"Explore inspiring DIY ideas that bring charm and personality to your home. Elevate your living space with creativity and innovation! 🎨🏠",slug:"diy-ideas",children:null},landscapeDesign:{title:"Gorgeous Landscape Design Tips for Beautiful Exteriors 🌿",description:"Transform your outdoor spaces with stunning landscape design tips that enhance beauty and functionality while providing an enchanting ambiance. 🌳✨",slug:"landscape-design",children:null},smartHomeTechnology:{title:"Integrate Smart Home Technology for Modern Living 🏠💡",description:"Embrace the future of living with smart home technology solutions that enhance efficiency, security, and comfort in your daily life. Discover more! 🚀",slug:"smart-home-technology",children:null},ecoFriendlyUpgrades:{title:"Sustainable Upgrades: Eco-Friendly Home Improvements 🌍",description:"Explore eco-friendly upgrades that enhance your home while saving the environment. Discover sustainable ideas for a greener lifestyle! ♻️🏡",slug:"eco-friendly-upgrades",children:null},other:{title:"Unique Home Improvement Ideas Beyond the Ordinary ✨",description:"Delve into unique home improvement projects that break the mold and inspire innovation. Discover creative possibilities for your space! 🎉",slug:"unique-home-improvement",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="vistarahome",u=`idn-${c}-dev`,d=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=r,exports.authors=n,exports.authorsNames=t,exports.categories=o,exports.dataStructure=i,exports.devBucketName=u,exports.prodBucketName=d,exports.startDate=l,exports.subcategories=s,exports.subsubcategories=a;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ ArchitecturalWonders = "Architectural Wonders",
3
+ InteriorInspirations = "Interior Inspirations",
4
+ TravelTreasures = "Travel Treasures",
5
+ DesignTrends = "Design Trends",
6
+ HomeImprovementTips = "Home Improvement Tips"
7
+ }
8
+ type ArchitecturalWondersValues = 'Modern Marvels' | 'Classic Elegance' | 'Sustainable Structures' | 'Cottage Charms' | 'Luxury Estates';
9
+ type InteriorInspirationsValues = 'Minimalist Bliss' | 'Eclectic Vibes' | 'Vintage Touches' | 'Coastal Living' | 'Industrial Chic';
10
+ type TravelTreasuresValues = 'Hidden Gems' | 'Top Destinations' | 'Nature Escapes' | 'Cultural Hotspots' | 'Urban Adventures';
11
+ type DesignTrendsValues = 'Eco-Friendly Designs' | 'Smart Home Innovations' | 'Bold Color Palettes' | 'Timeless Classics';
12
+ type HomeImprovementTipsValues = 'DIY Projects' | 'Budget-Friendly Upgrades' | 'Space Optimization' | 'Curb Appeal Enhancement';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.ArchitecturalWonders]: ArchitecturalWondersValues[];
15
+ [FiltersNames.InteriorInspirations]: InteriorInspirationsValues[];
16
+ [FiltersNames.TravelTreasures]: TravelTreasuresValues[];
17
+ [FiltersNames.DesignTrends]: DesignTrendsValues[];
18
+ [FiltersNames.HomeImprovementTips]: HomeImprovementTipsValues[];
19
+ };
20
+ export declare const architecturalWondersValues: ArchitecturalWondersValues[];
21
+ export declare const interiorInspirationsValues: InteriorInspirationsValues[];
22
+ export declare const travelTreasuresValues: TravelTreasuresValues[];
23
+ export declare const designTrendsValues: DesignTrendsValues[];
24
+ export declare const homeImprovementTipsValues: HomeImprovementTipsValues[];
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={})).ArchitecturalWonders="Architectural Wonders",e.InteriorInspirations="Interior Inspirations",e.TravelTreasures="Travel Treasures",e.DesignTrends="Design Trends",e.HomeImprovementTips="Home Improvement Tips";const s=["Modern Marvels","Classic Elegance","Sustainable Structures","Cottage Charms","Luxury Estates"],r=["Minimalist Bliss","Eclectic Vibes","Vintage Touches","Coastal Living","Industrial Chic"],t=["Hidden Gems","Top Destinations","Nature Escapes","Cultural Hotspots","Urban Adventures"],i=["Eco-Friendly Designs","Smart Home Innovations","Bold Color Palettes","Timeless Classics"],a=["DIY Projects","Budget-Friendly Upgrades","Space Optimization","Curb Appeal Enhancement"],o={[exports.FiltersNames.ArchitecturalWonders]:[],[exports.FiltersNames.InteriorInspirations]:[],[exports.FiltersNames.TravelTreasures]:[],[exports.FiltersNames.DesignTrends]:[],[exports.FiltersNames.HomeImprovementTips]:[]},n={[exports.FiltersNames.ArchitecturalWonders]:s,[exports.FiltersNames.InteriorInspirations]:r,[exports.FiltersNames.TravelTreasures]:t,[exports.FiltersNames.DesignTrends]:i,[exports.FiltersNames.HomeImprovementTips]:a},l=()=>JSON.stringify(n,null,2);exports.architecturalWondersValues=s,exports.designTrendsValues=i,exports.fullFilters=n,exports.getFiltersTypesJSON=l,exports.homeImprovementTipsValues=a,exports.initialFilters=o,exports.interiorInspirationsValues=r,exports.travelTreasuresValues=t;
@@ -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.architecturalWondersValues=t.architecturalWondersValues,exports.designTrendsValues=t.designTrendsValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.homeImprovementTipsValues=t.homeImprovementTipsValues,exports.initialFilters=t.initialFilters,exports.interiorInspirationsValues=t.interiorInspirationsValues,exports.travelTreasuresValues=t.travelTreasuresValues,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: VistaraHome is an engaging infotainment portal that explores the beauty of homes and incredible locations around the world. It serves as a source of inspiration for those looking to elevate their living spaces and discover breathtaking destinations.\n - Detailed description: VistaraHome is a comprehensive infotainment articles portal dedicated to showcasing beautiful homes and incredible locations. The platform offers a rich collection of articles that explore architectural marvels, interior design tips, home d\u00E9cor trends, and travel destinations that captivate the imagination. VistaraHome provides readers with in-depth articles that highlight the unique features of stunning residences, innovative design concepts, and the stories behind spectacular locales. The content is carefully curated to inspire homeowners, design enthusiasts, and travel lovers alike, serving as a digital sanctuary for those who appreciate the art of living well. With a focus on aesthetics, functionality, and lifestyle, VistaraHome fosters a community of individuals who seek to make their spaces and experiences more beautiful and meaningful.\n - Target audience: The target audience for VistaraHome includes homeowners, interior design enthusiasts, real estate professionals, travelers seeking beautiful destinations, and anyone interested in enhancing their living experiences. This audience values aesthetic appeal, innovative design solutions, and is eager to explore new ways to beautify both 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## Home Features\n - Architectural Marvels\n - Unique Design Elements\n\n## Interior Design Inspirations\n - Color Palettes and Themes\n - Furniture Arrangement 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 - Home Features, 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: VistaraHome is an engaging infotainment portal that explores the beauty of homes and incredible locations around the world. It serves as a source of inspiration for those looking to elevate their living spaces and discover breathtaking destinations.\n - Detailed description: VistaraHome is a comprehensive infotainment articles portal dedicated to showcasing beautiful homes and incredible locations. The platform offers a rich collection of articles that explore architectural marvels, interior design tips, home décor trends, and travel destinations that captivate the imagination. VistaraHome provides readers with in-depth articles that highlight the unique features of stunning residences, innovative design concepts, and the stories behind spectacular locales. The content is carefully curated to inspire homeowners, design enthusiasts, and travel lovers alike, serving as a digital sanctuary for those who appreciate the art of living well. With a focus on aesthetics, functionality, and lifestyle, VistaraHome fosters a community of individuals who seek to make their spaces and experiences more beautiful and meaningful.\n - Target audience: The target audience for VistaraHome includes homeowners, interior design enthusiasts, real estate professionals, travelers seeking beautiful destinations, and anyone interested in enhancing their living experiences. This audience values aesthetic appeal, innovative design solutions, and is eager to explore new ways to beautify both 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## Home Features\n - Architectural Marvels\n - Unique Design Elements\n\n## Interior Design Inspirations\n - Color Palettes and Themes\n - Furniture Arrangement 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 - Home Features, IF it's applicable to the theme of the article.\n",a="highlighting the key points that will be discussed and the relevance of the topic",n="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=n,exports.FILTERS_INFO=o,exports.IMAGES_PROHIBITED_WORDS=r,exports.START_STEP=a,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 i={[exports.PageNames.Authors]:{title:"Meet the Visionaries Behind VistaraHome",description:"Explore the inspiring stories of our talented writers at VistaraHome 🖊️. Discover their passion for beautiful homes and incredible locations! 🌍"},[exports.PageNames.Home]:{title:"VistaraHome: Your Guide to Beautiful Homes & Incredible Locations",description:"Welcome to VistaraHome! 🏡✨ Dive into stunning home designs and breathtaking locations that inspire your dreams. Join us on this journey! 🌅"},[exports.PageNames.NotFound]:{title:"404 - Page Not Found | VistaraHome",description:"Oops! 😕 The page you're looking for doesn't exist. But don’t worry, explore beautiful homes and incredible locations with us at VistaraHome! 🏞️"},[exports.PageNames.AboutUs]:{title:"About VistaraHome - Discover Beautiful Homes & Locations",description:"Learn more about VistaraHome 🌟. We’re passionate about showcasing the most beautiful homes and incredible locations for your inspiration! 🏡🌍"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | VistaraHome",description:"Your privacy is important to us! 🔒 Read our Privacy Policy to understand how we protect your information here at VistaraHome. 📜"},[exports.PageNames.Terms]:{title:"Terms of Service | VistaraHome",description:"Stay informed! 📑 Review the terms of service for using VistaraHome. We want to ensure a great experience for you! ⚖️"},[exports.PageNames.Sitemap]:{title:"Sitemap | VistaraHome",description:"Navigate easily! 🗺️ Check out the VistaraHome sitemap to explore beautiful homes and incredible locations effortlessly. 🌟"}},a=[{name:"Riya Sharma",description:"Riya Sharma is an experienced interior designer and writer with over 10 years of experience in the home decor industry. She blends traditional Indian aesthetics with modern design principles to create beautiful living spaces. Riya's articles cover the latest trends and tips in home styling, making her a valuable voice on VistaraHome.",meta_title:"Riya Sharma - Interior Designer & Home Decor Expert | VistaraHome",meta_description:"Discover the latest home decor trends with Riya Sharma, an expert interior designer at VistaraHome. Dive into her articles for inspiration on beautiful homes and incredible locations."},{name:"Arjun Mehta",description:"Arjun Mehta is a travel and lifestyle writer with a passion for discovering beautiful homes around the world. With a degree in architecture, he provides unique insights into the relationship between architecture and the environment. His work focuses on the cultural significance of homes in incredible locations.",meta_title:"Arjun Mehta - Travel & Lifestyle Writer | VistaraHome",meta_description:"Join Arjun Mehta on his journey through stunning homes and breathtaking locations. Explore his expert insights at VistaraHome."},{name:"Anika Patel",description:"Anika Patel is a seasoned content creator specializing in home improvement and DIY projects. With a background in design and a keen eye for detail, she shares practical tips and inspiring ideas to help homeowners create their dream spaces. Her articles are a treasure trove of knowledge for the VistaraHome audience.",meta_title:"Anika Patel - DIY & Home Improvement Specialist | VistaraHome",meta_description:"Get inspired by Anika Patel's creative DIY projects and home improvement tips at VistaraHome. Transform your space today!"},{name:"Siddharth Nair",description:"Siddharth Nair is a nature enthusiast and sustainable living advocate. He writes about eco-friendly homes and the importance of incorporating nature into design. With years of experience in architecture and environmental science, Siddharth brings a unique perspective to the VistaraHome portal.",meta_title:"Siddharth Nair - Sustainable Living Advocate | VistaraHome",meta_description:"Explore eco-friendly homes and sustainable living tips with Siddharth Nair at VistaraHome. Discover how to merge nature with design."},{name:"Priya Verma",description:"Priya Verma is an award-winning journalist and editor specializing in lifestyle and interior design. With her extensive background in media, Priya ensures that her articles resonate with readers, offering fresh perspectives on how to style homes beautifully. She is thrilled to share her insights at VistaraHome.",meta_title:"Priya Verma - Lifestyle & Interior Design Journalist | VistaraHome",meta_description:"Read Priya Verma's engaging articles on lifestyle and interior design at VistaraHome. Discover fresh perspectives for beautiful homes."},{name:"Kabir Das",description:"Kabir Das is a local historian and writer focusing on heritage homes and traditional architecture in India. He brings to light the stories behind incredible locations, enriching the narrative of the homes that stand the test of time. His work at VistaraHome is invaluable for those who cherish history and culture.",meta_title:"Kabir Das - Heritage Home Specialist | VistaraHome",meta_description:"Uncover the stories of heritage homes and traditional architecture with Kabir Das at VistaraHome. Embrace the history behind beautiful homes."},{name:"Neelam Chatterjee",description:"Neelam Chatterjee is an artistic soul who explores the intersection of art and design. Her background in fine arts informs her writing about how to incorporate art into home decor. Neelam's articles on VistaraHome inspire readers to personalize their spaces creatively.",meta_title:"Neelam Chatterjee - Art & Design Influencer | VistaraHome",meta_description:"Let Neelam Chatterjee guide you on incorporating art into home decor at VistaraHome. Get inspired to personalize your space today."},{name:"Rajesh Kapoor",description:"Rajesh Kapoor is a seasoned real estate expert who writes about property trends and investment advice for beautiful homes. With over 15 years in the industry, Rajesh helps guide potential buyers and investors through the intricacies of choosing incredible locations to call home.",meta_title:"Rajesh Kapoor - Real Estate Expert & Contributor | VistaraHome",meta_description:"Navigate the real estate market with Rajesh Kapoor at VistaraHome. Get expert advice on choosing beautiful homes and incredible locations."},{name:"Aditi Joshi",description:"Aditi Joshi specializes in smart home technologies and their integration into modern living. She writes about the latest trends in tech for home automation, helping readers enhance their living spaces. Aditi’s articles on VistaraHome are perfect for those interested in modern, tech-savvy homes.",meta_title:"Aditi Joshi - Smart Home Technology Specialist | VistaraHome",meta_description:"Discover the latest in smart home technologies with Aditi Joshi at VistaraHome. Elevate your living space with innovative automation ideas."},{name:"Vikas Bansal",description:"Vikas Bansal is an influential blogger and content strategist focusing on outdoor living and garden design. His writings on VistaraHome cover ideas for creating exquisite outdoor spaces that complement beautiful homes, making him a sought-after voice in the landscaping domain.",meta_title:"Vikas Bansal - Outdoor Living & Garden Design Specialist | VistaraHome",meta_description:"Transform your outdoor spaces with Vikas Bansal's expert tips on garden design at VistaraHome. Create landscapes that beautify your home."},{name:"Aditi Sharma",description:"Aditi Sharma is an accomplished interior designer and writer from Mumbai, specializing in sustainable architecture. With over a decade of experience in the industry, she has worked on various prestigious projects, blending modern aesthetics with eco-friendly practices. Aditi is passionate about creating beautiful homes that harmonize with their surroundings.",meta_title:"Aditi Sharma - Sustainable Interior Design Expert | VistaraHome",meta_description:"Discover insights from Aditi Sharma, an expert in sustainable architecture, as she explores beautiful homes and incredible locations at VistaraHome."},{name:"Rohan Mehta",description:"Rohan Mehta is a travel enthusiast and freelance writer based in Bangalore. He has travelled extensively across India and the globe, documenting his experiences through engaging articles. His love for discovering unique properties and picturesque locations makes him an invaluable asset to VistaraHome.",meta_title:"Rohan Mehta - Travel Writer & Explorer | VistaraHome",meta_description:"Join Rohan Mehta as he explores beautiful homes and incredible locations, sharing his wanderlust-filled experiences on VistaraHome."},{name:"Neha Joshi",description:"Neha Joshi is an established lifestyle blogger and home décor specialist from New Delhi. With a flair for aesthetics and a keen eye for design, she has helped countless homeowners create their dream spaces. Her articles on VistaraHome reflect her creative vision and practical advice.",meta_title:"Neha Joshi - Lifestyle Blogger & Home Décor Specialist | VistaraHome",meta_description:"Explore beautiful homes and insightful home décor tips with Neha Joshi, as she brings her expertise in lifestyle blogging to VistaraHome."},{name:"Deepak Reddy",description:"Deepak Reddy is a renowned architectural journalist and critic known for his in-depth analysis of contemporary architecture in India. He has contributed to numerous publications and brings his critical eye for detail to VistaraHome, shedding light on beautiful homes and locations that inspire.",meta_title:"Deepak Reddy - Architectural Journalist & Critic | VistaraHome",meta_description:"Gain insights into contemporary architecture with Deepak Reddy as he explores beautiful homes and incredible locations at VistaraHome."},{name:"Preeti Kapoor",description:"A passionate writer and environmentalist, Preeti Kapoor focuses on eco-conscious living and design. Based in Kolkata, her writing on VistaraHome aims to inspire readers to create beautiful homes that care for our planet. She holds degrees in both environmental science and design.",meta_title:"Preeti Kapoor - Eco-Conscious Living Advocate | VistaraHome",meta_description:"Discover eco-friendly tips for creating beautiful homes with Preeti Kapoor, as she blends sustainability with style on VistaraHome."},{name:"Vikram Anand",description:"Vikram Anand is a seasoned real estate expert and writer based in Chennai. With over 15 years in the property market, he provides insights into incredible locations and the real estate dynamics that help in making informed decisions for aspiring homeowners.",meta_title:"Vikram Anand - Real Estate Expert & Writer | VistaraHome",meta_description:"Learn about incredible locations and real estate insights from Vikram Anand, as he guides you through the housing landscape on VistaraHome."},{name:"Sonia Singh",description:"Sonia Singh is a travel and culture writer from Hyderabad, whose work often focuses on the intersection of architecture, culture, and travel. She seeks out stunning homes and locations that reflect rich traditions and modern lifestyles, making her contributions to VistaraHome captivating and informative.",meta_title:"Sonia Singh - Travel & Culture Writer | VistaraHome",meta_description:"Explore stunning homes and rich cultures with Sonia Singh as she shares her insights on beautiful locations on VistaraHome."},{name:"Karan Verma",description:"Karan Verma is a seasoned home improvement specialist and writer from Pune. With expertise in DIY projects, he helps readers transform their living spaces into personal sanctuaries. His articles on VistaraHome provide practical tips and innovative ideas for every homeowner.",meta_title:"Karan Verma - Home Improvement Specialist | VistaraHome",meta_description:"Transform your living space with expert tips from Karan Verma, as he shares innovative DIY ideas on VistaraHome."},{name:"Maya Desai",description:"Maya Desai is an urban planner and writer who focuses on sustainable city living. Based in Ahmedabad, her articles on VistaraHome highlight beautiful urban homes and innovative architectural solutions that enhance our living experience in the city.",meta_title:"Maya Desai - Urban Planner & Sustainability Writer | VistaraHome",meta_description:"Discover urban sustainability and beautiful homes with Maya Desai, as she explores innovative city living solutions on VistaraHome."},{name:"Rajesh Nair",description:"Rajesh Nair is an award-winning landscape designer with a flair for creating outdoor spaces that complement stunning homes. Based in Chandigarh, he contributes to VistaraHome by sharing insights on enhancing home exteriors through thoughtful landscaping.",meta_title:"Rajesh Nair - Landscape Designer & Writer | VistaraHome",meta_description:"Enhance your outdoor spaces with Rajesh Nair's expert landscaping tips and insights on beautiful homes at VistaraHome."},{name:"Rahul Kapoor",description:"Rahul Kapoor is a seasoned travel writer and photographer with a passion for discovering incredible locations across India. His travel experiences, combined with a deep understanding of local architecture and culture, allow him to craft engaging articles that inspire readers to explore the hidden gems of India.",meta_title:"Rahul Kapoor - Travel Writer & Photographer | VistaraHome",meta_description:"Discover India's hidden gems through Rahul Kapoor's captivating travel narratives and stunning photography on VistaraHome."},{name:"Neha Iyer",description:"Neha Iyer is a professional landscape architect and writer known for her expertise in creating harmonious outdoor spaces. With a Master’s degree in Landscape Architecture, she excels in providing readers with tips on designing beautiful gardens and outdoor living areas that enhance both aesthetics and functionality.",meta_title:"Neha Iyer - Landscape Architect & Outdoor Design Specialist | VistaraHome",meta_description:"Transform your outdoor spaces with expert tips from Neha Iyer, a leading landscape architect at VistaraHome."},{name:"Vikram Singh",description:"Vikram Singh, a real estate consultant with over 15 years of experience, specializes in providing insights on property trends and incredible locations across India. His articles cater to aspiring homeowners and investors, offering valuable advice on making wise property decisions.",meta_title:"Vikram Singh - Real Estate Consultant & Property Expert | VistaraHome",meta_description:"Get valuable property insights from Vikram Singh, an expert real estate consultant at VistaraHome."},{name:"Sanya Mehta",description:"Sanya Mehta is a home automation enthusiast and technology writer with a passion for smart home solutions. She shares her expertise on integrating modern technology into home design for efficiency and convenience, making her articles a go-to resource for tech-savvy homeowners.",meta_title:"Sanya Mehta - Home Automation Expert & Tech Writer | VistaraHome",meta_description:"Explore the latest in home automation with Sanya Mehta, your guide to integrating technology into beautiful homes on VistaraHome."},{name:"Karan Joshi",description:"Karan Joshi is a lifestyle and design storyteller, known for his captivating articles on urban living and contemporary architecture. With a background in architecture, his writing bridges the gap between design aesthetics and practical living solutions, inspiring readers to enhance their living spaces.",meta_title:"Karan Joshi - Lifestyle Writer & Architect | VistaraHome",meta_description:"Discover innovative design solutions for urban living with Karan Joshi, a lifestyle writer and architect at VistaraHome."},{name:"Poonam Verma",description:"Poonam Verma is a passionate chef and home entertainer who shares her expertise in creating beautiful dining and entertaining spaces. Her articles often combine culinary arts with home decor, providing readers with unique concepts for impressing guests in their own homes.",meta_title:"Poonam Verma - Chef & Home Entertaining Specialist | VistaraHome",meta_description:"Get inspired by Poonam Verma's creative ideas for beautiful dining and entertaining at home on VistaraHome."},{name:"Ravi Patel",description:"Ravi Patel is a seasoned journalist and cultural commentator focusing on heritage and architecture in India. His articles provide readers with insights into the history and cultural significance of various incredible locations, encouraging a deeper appreciation for India's diverse architecture.",meta_title:"Ravi Patel - Cultural Journalist & Heritage Expert | VistaraHome",meta_description:"Explore India's rich heritage and architecture with Ravi Patel, a cultural commentator at VistaraHome."},{name:"Nisha Rani",description:"Nisha Rani, an eco-conscious home decor enthusiast, specializes in sustainable design practices. With experience in green building and decor, she writes informative articles about incorporating eco-friendly materials and practices into home design for a healthier living environment.",meta_title:"Nisha Rani - Eco-Conscious Home Designer & Writer | VistaraHome",meta_description:"Learn about sustainable home design from Nisha Rani, your expert guide to eco-friendly practices at VistaraHome."},{name:"Anil Bansal",description:"Anil Bansal is a financial advisor and home investment consultant who provides expert analysis on property investments in incredible locations. With years of industry experience, he guides potential homeowners and investors on navigating the real estate market efficiently.",meta_title:"Anil Bansal - Financial Advisor & Investment Consultant | VistaraHome",meta_description:"Plan your property investments smartly with Anil Bansal, an expert financial advisor at VistaraHome."},{name:"Aditi Sen",description:"Aditi Sen is an award-winning interior designer and writer with over a decade of experience in creating beautiful homes that reflect the unique tastes of their owners. Her work has been featured in numerous design magazines and she specializes in blending modern aesthetics with Indian cultural elements.",meta_title:"Aditi Sen - Interior Designer and Lifestyle Writer | VistaraHome",meta_description:"Explore the innovative design ideas and tips by Aditi Sen, an experienced interior designer and writer. Discover how to create stunning spaces that encapsulate your essence."},{name:"Rahul Sharma",description:"Rahul Sharma is an architecture historian and blogger who writes extensively about the rich architectural heritage of India. He brings to life stories of ancient structures and modern innovations.",meta_title:"Rahul Sharma - Architectural Historian and Blogger | VistaraHome",meta_description:"Dive into the world of Indian architecture with Rahul Sharma as he explores historical and contemporary masterpieces on VistaraHome."},{name:"Neeti Rao",description:"Neeti Rao is a lifestyle journalist and editor with a keen eye for design trends. She has spent over 15 years covering home decor topics and is passionate about sharing tips for creating harmonious living spaces.",meta_title:"Neeti Rao - Lifestyle Journalist and Design Expert | VistaraHome",meta_description:"Explore the latest home decor trends and expert design tips from Neeti Rao, your guide to creating beautiful spaces at VistaraHome."},{name:"Samir Joshi",description:"Samir Joshi is a landscape architect and writer dedicated to showcasing India's breathtaking gardens and outdoor spaces. His work emphasizes the connection between nature and design.",meta_title:"Samir Joshi - Landscape Architect and Writer | VistaraHome",meta_description:"Discover India's natural beauty with Samir Joshi, as he highlights stunning gardens and outdoor spaces that inspire serenity on VistaraHome."},{name:"Sophie Kapur",description:"Sophie Kapur is a fashion designer turned lifestyle blogger who explores the intersection of fashion and home decor. She shares innovative ideas to infuse personal style into every corner of your home.",meta_title:"Sophie Kapur - Lifestyle Blogger and Designer | VistaraHome",meta_description:"Unleash your style with tips from Sophie Kapur, where fashion meets home decor for a unique living experience at VistaraHome."},{name:"Arvind Sood",description:"Arvind Sood is a historian and curated content creator focused on preserving and promoting traditional Indian crafts within contemporary homes. His writing aims to educate and inspire.",meta_title:"Arvind Sood - Crafts Historian and Writer | VistaraHome",meta_description:"Learn about the beauty of traditional Indian crafts with Arvind Sood. Celebrate craftsmanship and creativity in home decor on VistaraHome."},{name:"Deepa Nair",description:"Deepa Nair is an influential home decor influencer and stylist who shares her journey of transforming spaces with affordable design solutions. She strives to make beautiful home design accessible to everyone.",meta_title:"Deepa Nair - Home Decor Influencer and Stylist | VistaraHome",meta_description:"Get inspired by Deepa Nair's innovative and budget-friendly home decor solutions, making beauty accessible to all on VistaraHome."},{name:"Vikram Iyer",description:"Vikram Iyer is an expert in smart home technology and automation. He writes about how to enhance living spaces with modern tech while also maintaining aesthetic appeal.",meta_title:"Vikram Iyer - Smart Home Technology Expert | VistaraHome",meta_description:"Explore the latest in smart home innovations with Vikram Iyer. Learn how technology can create beautiful, efficient spaces on VistaraHome."},{name:"Emily Carter",description:"Emily Carter is an award-winning interior designer and freelance writer based in Melbourne, Australia. With over 10 years of experience in creating beautiful and functional spaces, she brings a unique perspective to design and architecture. Emily’s work has been featured in several prestigious magazines, and she is passionate about sharing her expertise through engaging articles.",meta_title:"Emily Carter - Interior Designer & Writer at VistaraHome",meta_description:"Explore the insights of Emily Carter, an experienced interior designer and freelance writer at VistaraHome, as she shares tips on creating beautiful homes in incredible locations."},{name:"Liam O'Reilly",description:"Liam O'Reilly is a travel writer and real estate enthusiast from Dublin, Ireland. His adventures in various countries have ignited a passion for discovering unique properties in stunning landscapes. With a keen eye for detail and an engaging writing style, Liam connects readers with extraordinary locations that inspire their next home purchase.",meta_title:"Liam O'Reilly - Travel Writer & Real Estate Enthusiast at VistaraHome",meta_description:"Join Liam O'Reilly on his journey through beautiful homes and incredible locations, where he shares his passion for travel and real estate at VistaraHome."},{name:"Sofia Rodriguez",description:"Sofia Rodriguez is a seasoned architect based in Barcelona, Spain. With over 15 years of experience working on residential projects, she has a deep understanding of how to blend aesthetics with functionality. Through her articles, Sofia aims to inspire readers with the beauty of home design and the importance of location in enhancing lifestyle.",meta_title:"Sofia Rodriguez - Architect & Contributor at VistaraHome",meta_description:"Discover the world of architecture with Sofia Rodriguez at VistaraHome as she explores the beauty of home design and incredible locations across the globe."},{name:"Haruto Tanaka",description:"Haruto Tanaka is a landscape designer and environmental writer from Tokyo, Japan. With a focus on sustainable living and eco-friendly designs, Haruto crafts articles that highlight beautiful homes nestled in nature. His passion for the environment drives him to promote locations that respect nature and promote harmony between living spaces and the great outdoors.",meta_title:"Haruto Tanaka - Landscape Designer & Environmental Writer at VistaraHome",meta_description:"Explore the intersection of home design and nature with Haruto Tanaka at VistaraHome, where he shares insights on sustainable living and beautiful locations."},{name:"Aisha Khan",description:"Aisha Khan is a lifestyle and design blogger based in Mumbai, India. With her diverse background in fashion and home décor, she merges these worlds to create captivating articles that celebrate beautiful homes. Aisha’s writing illuminates fashionable design choices and incredible locations that enhance everyday living.",meta_title:"Aisha Khan - Lifestyle & Design Blogger at VistaraHome",meta_description:"Experience the elegant blend of fashion and home design with Aisha Khan at VistaraHome, where she showcases beautiful homes and incredible locations."},{name:"Gabriel Silva",description:"Gabriel Silva is a home improvement expert and writer based in São Paulo, Brazil. With extensive knowledge in renovation and DIY projects, he provides practical advice to homeowners looking to enhance their living spaces. Gabriel's articles resonate with readers aiming to create beautiful homes, regardless of their budget or location.",meta_title:"Gabriel Silva - Home Improvement Expert & Writer at VistaraHome",meta_description:"Transform your living space with Gabriel Silva at VistaraHome, where he shares expert home improvement tips for beautiful homes in amazing locations."},{name:"Clara Müller",description:"Clara Müller is a noted travel and design writer hailing from Berlin, Germany. With a background in journalism and a love for architecture, Clara combines her passions to write about stunning destinations and the extraordinary homes within them. Her articles inspire readers to explore places that define modern living.",meta_title:"Clara Müller - Travel & Design Writer at VistaraHome",meta_description:"Explore the charm of stunning destinations and extraordinary homes with Clara Müller at VistaraHome, where travel meets design."},{name:"Andre Johnson",description:"Andre Johnson is a photographer and writer from Toronto, Canada, specializing in real estate and property photography. His experience in capturing the essence of homes translates into his writing, where he guides readers on the best property types in incredible locations. Andre’s work reflects a deep appreciation for aesthetics and functionality.",meta_title:"Andre Johnson - Photographer & Writer at VistaraHome",meta_description:"Delve into the beauty of homes and locations through the eyes of Andre Johnson at VistaraHome, where photography meets insightful writing."},{name:"Fatima Al-Hassan",description:"Fatima Al-Hassan is a cultural enthusiast and writer based in Cairo, Egypt. Her passion lies in exploring traditional and modern homes around the world, documenting their cultural significance and design stories. Fatima’s articles connect readers to the rich narratives that define beautiful homes in unique locations.",meta_title:"Fatima Al-Hassan - Cultural Writer at VistaraHome",meta_description:"Uncover the cultural stories behind beautiful homes with Fatima Al-Hassan at VistaraHome and discover incredible locations worldwide."},{name:"Jacob Harris",description:"Jacob Harris is an urban planner and writer from New York, USA. With a solid understanding of city living and community development, Jacob’s articles focus on the intersection of design, location, and lifestyle. His insights help readers navigate the complexities of urban dwellings and make informed choices about their homes in vibrant locations.",meta_title:"Jacob Harris - Urban Planner & Writer at VistaraHome",meta_description:"Navigate the world of urban living with Jacob Harris at VistaraHome, exploring the balance between design, location, and lifestyle."},{name:"Clara Mitchell",description:"Clara is an interior design enthusiast and travel writer based in London. With over a decade of experience, she has transformed numerous spaces by combining functionality with aesthetic appeal. Clara's work has been featured in major publications, and she brings unique cultural insights to her articles, focusing on beautiful homes from around the world.",meta_title:"Clara Mitchell - Interior Design Expert & Travel Writer at VistaraHome",meta_description:"Explore the world of beautiful homes and incredible locations with Clara Mitchell, an experienced interior design enthusiast and travel writer sharing her insights and inspiration."},{name:"Michael Chen",description:"Michael is an architectural photographer and writer from Sydney, Australia. With a passion for capturing the essence of beautiful homes, he blends storytelling with stunning visuals. His background in architecture allows him to provide a deeper understanding of design principles in various cultures. Michael's articles inspire readers to appreciate the artistry behind incredible locations.",meta_title:"Michael Chen - Architectural Photographer & Writer at VistaraHome",meta_description:"Discover breathtaking homes and locations through the lens of Michael Chen, an architectural photographer sharing stories that celebrate beauty and design integrity."},{name:"Amira Al-Sayed",description:"Amira is a home decor and lifestyle writer based in Cairo, Egypt. With a keen eye for detail and a passionate heart for storytelling, she explores the intricacies of homes around the world, especially in the Middle East. Her articles illuminate cultural traditions in design and inspire a global audience to create their own beautiful spaces.",meta_title:"Amira Al-Sayed - Home Decor & Lifestyle Writer at VistaraHome",meta_description:"Join Amira Al-Sayed on a journey through exquisite homes and rich cultures, unveiling the beauty of design and lifestyles across the world."},{name:"Sofia Ivanova",description:"Sofia is a travel and lifestyle blogger from Moscow, Russia, who has spent the last five years exploring the intersection of home and travel. She shares her experiences visiting unique homes and locations around the world, bringing a touch of personal narrative to her articles. Sofia's writing reflects her passion for culture, design, and travel.",meta_title:"Sofia Ivanova - Travel & Lifestyle Blogger at VistaraHome",meta_description:"Follow Sofia Ivanova's adventures exploring beautiful homes and incredible locations, where culture and design come alive through her engaging stories."},{name:"Javier Morales",description:"Javier is an award-winning journalist and author from Barcelona, Spain, with a focus on architecture and cultural heritage. With over 15 years of experience, he documents the stories behind each home and location he visits. Javier seeks to inspire readers by showcasing the artistry of design and the importance of preserving historical architecture around the globe.",meta_title:"Javier Morales - Architectural Journalist & Author at VistaraHome",meta_description:"Uncover the stories of remarkable homes and their histories with Javier Morales, an expert journalist dedicated to architecture and cultural heritage."},{name:"Priya Singh",description:"Priya is an eco-friendly home advocate and writer from New Delhi, India. With her dedication to sustainable living, she focuses on homes that incorporate green practices and design elements. Priya educates her audience on how to create beautiful spaces that respect the environment, sharing innovative solutions for stunning homes worldwide.",meta_title:"Priya Singh - Eco-Friendly Home Advocate & Writer at VistaraHome",meta_description:"Learn how to create beautiful, sustainable homes with Priya Singh, an eco-friendly advocate sharing innovative design ideas and green practices."},{name:"Oliver Schmidt",description:"Oliver is a real estate strategist and freelance writer based in Berlin, Germany. He specializes in upscale properties and unique vacation destinations, combining market insights with captivating narratives. Oliver's articles at VistaraHome highlight extraordinary homes while providing actionable tips for buyers and travelers alike.",meta_title:"Oliver Schmidt - Real Estate Strategist & Writer at VistaraHome",meta_description:"Explore upscale properties and discover unique vacation destinations with Oliver Schmidt, offering valuable insights for home buyers and travelers."},{name:"Emma Thompson",description:"Emma is a travel and photography writer hailing from Toronto, Canada. With a deep love for exploration, she captures both the visual and emotional essence of homes and locations worldwide. Emma's articles resonate with readers who find beauty in design and the stories that homes tell through their landscapes.",meta_title:"Emma Thompson - Travel & Photography Writer at VistaraHome",meta_description:"Join Emma Thompson on her worldwide journey revealing the beauty of homes and their landscapes, captured through her exquisite photography and storytelling."},{name:"Nina Rossi",description:"Nina is an Italian lifestyle journalist based in Florence, known for her expertise in traditional and contemporary design. With years of experience writing about home decor and architecture, she brings a rich perspective to VistaraHome. Nina's articles explore not only beautiful homes but also the lifestyle and cultures that shape them.",meta_title:"Nina Rossi - Lifestyle Journalist & Designer at VistaraHome",meta_description:"Explore beautiful homes and rich cultures with Nina Rossi, an expert journalist and designer sharing insights on traditional and contemporary design."}],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:#3a3a3a;--theme-color-8:#6b6b6b;--theme-color-7:#a5a5a5;--theme-color-6:#f0e68d;--theme-color-5:#e5c6a1;--theme-color-3:#d7b4b1;--theme-color-2:#f3e2d5;--color-bg-layout:#ffffff;--color-bg-hover:#f0e8e0;--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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tedo-publisher",
3
- "version": "1.3.287",
3
+ "version": "1.3.289",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [