tedo-publisher 1.3.289 → 1.3.291

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. package/dist/aureliahouses/data.d.ts +199 -0
  2. package/dist/aureliahouses/data.js +1 -0
  3. package/dist/aureliahouses/filters.d.ts +28 -0
  4. package/dist/aureliahouses/filters.js +1 -0
  5. package/dist/aureliahouses/helpers.d.ts +3 -0
  6. package/dist/aureliahouses/helpers.js +1 -0
  7. package/dist/aureliahouses/index.d.ts +15 -0
  8. package/dist/aureliahouses/index.js +1 -0
  9. package/dist/aureliahouses/prompts/data.d.ts +7 -0
  10. package/dist/aureliahouses/prompts/data.js +1 -0
  11. package/dist/aureliahouses/prompts/gpt35turbo/articles.d.ts +6 -0
  12. package/dist/aureliahouses/prompts/gpt35turbo/articles.js +1 -0
  13. package/dist/aureliahouses/prompts/gpt4oMini/articles.d.ts +6 -0
  14. package/dist/aureliahouses/prompts/gpt4oMini/articles.js +1 -0
  15. package/dist/aureliahouses/prompts/images.d.ts +4 -0
  16. package/dist/aureliahouses/prompts/images.js +1 -0
  17. package/dist/aureliahouses/seo.d.ts +23 -0
  18. package/dist/aureliahouses/seo.js +1 -0
  19. package/dist/aureliahouses/styles/colors.css +1 -0
  20. package/dist/aureliahouses/styles/fonts.css +1 -0
  21. package/dist/aureliahouses/styles/global.css +1 -0
  22. package/dist/aureliahouses/styles/sizing.css +1 -0
  23. package/dist/aureliahouses/styles/theme.css +1 -0
  24. package/dist/aureliahouses/styles/vars.css +1 -0
  25. package/dist/blissdwells/data.d.ts +1 -1
  26. package/dist/brightlooms/data.d.ts +1 -1
  27. package/dist/charmhavens/data.d.ts +1 -1
  28. package/dist/creativenooksy/data.d.ts +1 -1
  29. package/dist/crystalcasas/data.d.ts +1 -1
  30. package/dist/elarahaven/data.d.ts +315 -0
  31. package/dist/elarahaven/data.js +1 -0
  32. package/dist/elarahaven/filters.d.ts +28 -0
  33. package/dist/elarahaven/filters.js +1 -0
  34. package/dist/elarahaven/helpers.d.ts +3 -0
  35. package/dist/elarahaven/helpers.js +1 -0
  36. package/dist/elarahaven/index.d.ts +15 -0
  37. package/dist/elarahaven/index.js +1 -0
  38. package/dist/elarahaven/prompts/data.d.ts +7 -0
  39. package/dist/elarahaven/prompts/data.js +1 -0
  40. package/dist/elarahaven/prompts/gpt35turbo/articles.d.ts +6 -0
  41. package/dist/elarahaven/prompts/gpt35turbo/articles.js +1 -0
  42. package/dist/elarahaven/prompts/gpt4oMini/articles.d.ts +6 -0
  43. package/dist/elarahaven/prompts/gpt4oMini/articles.js +1 -0
  44. package/dist/elarahaven/prompts/images.d.ts +4 -0
  45. package/dist/elarahaven/prompts/images.js +1 -0
  46. package/dist/elarahaven/seo.d.ts +23 -0
  47. package/dist/elarahaven/seo.js +1 -0
  48. package/dist/elarahaven/styles/colors.css +1 -0
  49. package/dist/elarahaven/styles/fonts.css +1 -0
  50. package/dist/elarahaven/styles/global.css +1 -0
  51. package/dist/elarahaven/styles/sizing.css +1 -0
  52. package/dist/elarahaven/styles/theme.css +1 -0
  53. package/dist/elarahaven/styles/vars.css +1 -0
  54. package/dist/gardilo/data.d.ts +1 -1
  55. package/dist/garnishgroves/data.d.ts +1 -1
  56. package/dist/luxeyarddesigns/data.d.ts +1 -1
  57. package/dist/vibrantinteriorstyle/data.d.ts +1 -1
  58. package/dist/yardiro/data.d.ts +1 -1
  59. package/package.json +1 -1
@@ -0,0 +1,199 @@
1
+ export declare const dataStructure: {
2
+ stunningArchitecture: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ modernDesigns: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ traditionalStyles: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ ecoFriendlyHomes: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ minimalistSpaces: {
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
+ luxuryRealEstate: {
40
+ title: string;
41
+ description: string;
42
+ slug: string;
43
+ children: {
44
+ highEndVillas: {
45
+ title: string;
46
+ description: string;
47
+ slug: string;
48
+ children: null;
49
+ };
50
+ waterfrontProperties: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ urbanLuxuryApartments: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ celebrityHomes: {
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
+ inspiringLocations: {
77
+ title: string;
78
+ description: string;
79
+ slug: string;
80
+ children: {
81
+ hiddenGems: {
82
+ title: string;
83
+ description: string;
84
+ slug: string;
85
+ children: null;
86
+ };
87
+ beautifulSeasideTowns: {
88
+ title: string;
89
+ description: string;
90
+ slug: string;
91
+ children: null;
92
+ };
93
+ mountainRetreats: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ historicDistricts: {
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
+ homeImprovement: {
114
+ title: string;
115
+ description: string;
116
+ slug: string;
117
+ children: {
118
+ interiorDesignTips: {
119
+ title: string;
120
+ description: string;
121
+ slug: string;
122
+ children: null;
123
+ };
124
+ outdoorSpaces: {
125
+ title: string;
126
+ description: string;
127
+ slug: string;
128
+ children: null;
129
+ };
130
+ renovationIdeas: {
131
+ title: string;
132
+ description: string;
133
+ slug: string;
134
+ children: null;
135
+ };
136
+ smartHomeTechnologies: {
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
+ travelExperiences: {
151
+ title: string;
152
+ description: string;
153
+ slug: string;
154
+ children: {
155
+ destinationSpotlights: {
156
+ title: string;
157
+ description: string;
158
+ slug: string;
159
+ children: null;
160
+ };
161
+ culturalExperiences: {
162
+ title: string;
163
+ description: string;
164
+ slug: string;
165
+ children: null;
166
+ };
167
+ localCuisine: {
168
+ title: string;
169
+ description: string;
170
+ slug: string;
171
+ children: null;
172
+ };
173
+ adventureActivities: {
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
+ };
188
+ export declare const authors: Record<string, string>;
189
+ export declare const authorsNames: string[];
190
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1 \uD83C\uDF05 \uD83C\uDF0D \u2728";
191
+ export declare const categories: ("stunningArchitecture" | "luxuryRealEstate" | "inspiringLocations" | "homeImprovement" | "travelExperiences")[];
192
+ export declare const subcategories: string[];
193
+ export declare const subsubcategories: string[];
194
+ export type Category = keyof typeof dataStructure;
195
+ export type CategoryNode = (typeof dataStructure)[Category];
196
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
197
+ export declare const startDate = "2024-09-19T00:00:00Z";
198
+ export declare const devBucketName = "idn-aureliahouses-dev";
199
+ export declare const prodBucketName = "idn-aureliahouses";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={stunningArchitecture:{title:"Stunning Architecture: Explore Modern Designs, Styles & More 🏠",description:"Discover stunning architecture showcased in beautiful homes worldwide. Dive into modern designs, traditional styles, and more exquisite insights! 🏡✨",slug:"stunning-architecture",children:{modernDesigns:{title:"Modern Designs: Cutting-Edge Architecture That Inspires 🌟",description:"Explore modern designs that redefine architectural beauty. Discover sleek lines, innovative materials, and futuristic homes that inspire luxury living! 🏢✨",slug:"modern-designs",children:null},traditionalStyles:{title:"Traditional Styles: Timeless Architecture That Captivates 🕰️",description:"Delve into traditional styles that showcase rich history and elegance. Discover how classic designs create warmth and character in stunning residences. 🏡🌿",slug:"traditional-styles",children:null},ecoFriendlyHomes:{title:"Eco-Friendly Homes: Sustainable Architecture for the Future 🌍",description:"Uncover eco-friendly homes that harmonize beauty with sustainability. Learn about designs that promote green living and protect our planet! 🌳🏠",slug:"eco-friendly-homes",children:null},minimalistSpaces:{title:"Minimalist Spaces: Embracing Simplicity in Architecture 🖤",description:"Embrace minimalist spaces that prioritize simplicity and functionality. Discover how filtered designs create serene living environments! 🏡🌌",slug:"minimalist-spaces",children:null},other:{title:"Other Architectural Wonders: Discover Unique Structures 🏰",description:"Explore other architectural wonders that defy convention. Dive into unique homes and structures that showcase creativity and diversity in design! 🏙️✨",slug:"other",children:null}}},luxuryRealEstate:{title:"Explore Stunning Luxury Real Estate: High-End Homes & Locations",description:"Discover breathtaking luxury real estate with high-end villas, waterfront properties and urban apartments that elevate your living experience. 🌐🏡",slug:"explore-luxury-real-estate",children:{highEndVillas:{title:"Elegant High-End Villas: Luxury Living Awaits You",description:"Step inside stunning high-end villas that boast luxurious designs and breathtaking views. Your dream home is waiting to inspire you. ✨🏖️",slug:"elegant-high-end-villas",children:null},waterfrontProperties:{title:"Stunning Waterfront Properties: Seaside Serenity & Luxury",description:"Discover exquisite waterfront properties that combine luxury living with the soothing sounds of the sea. Perfect for beach lovers! 🌊🏠",slug:"stunning-waterfront-properties",children:null},urbanLuxuryApartments:{title:"Chic Urban Luxury Apartments: Your City Escape Awaits",description:"Explore chic urban luxury apartments designed for style and comfort in the heart of the city. Experience high-end living today! 🏙️✨",slug:"chic-urban-luxury-apartments",children:null},celebrityHomes:{title:"Glamorous Celebrity Homes: Inside the Elite Lifestyle",description:"Peek inside glamorous celebrity homes that showcase opulence and breathtaking design. Discover where the stars reside! 🌟🏡",slug:"glamorous-celebrity-homes",children:null},other:{title:"Other Unique Luxury Properties: Beyond Conventional Living",description:"Explore unique luxury properties that defy conventional living. From historic estates to modern masterpieces, find your dream home! 🏰🌎",slug:"other-unique-luxury-properties",children:null}}},inspiringLocations:{title:"Exploring Beautiful Homes and Incredible Locations Worldwide 🌍",description:"Dive into stunning homes and breathtaking locations that inspire. Discover hidden gems, seaside towns, mountain retreats, and more! 🏡✨",slug:"inspiring-locations",children:{hiddenGems:{title:"Unearthing Hidden Gems: Extraordinary Homes & Places 🏠💎",description:"Discover remarkable hidden gems that showcase stunning homes and incredible locations. Experience beauty in unexpected places! 🌄🕵️‍♂️",slug:"hidden-gems",children:null},beautifulSeasideTowns:{title:"Beautiful Seaside Towns: The Ultimate Coastal Escapes 🌊🏖️",description:"Explore the charm of beautiful seaside towns that offer stunning homes and incredible scenery. Your next coastal escape awaits! 🌅🏠",slug:"beautiful-seaside-towns",children:null},mountainRetreats:{title:"Mountain Retreats: Breathtaking Homes Among the Peaks 🏔️🏡",description:"Discover serene mountain retreats where breathtaking homes meet stunning landscapes. Experience tranquility and adventure! 🌲🏞️",slug:"mountain-retreats",children:null},historicDistricts:{title:"Historic Districts: Timeless Homes in Captivating Locations ⏳🏛️",description:"Step into history with stunning homes in historic districts. Explore captivating architecture and rich stories behind each location! 🏺📜",slug:"historic-districts",children:null},other:{title:"Other Unique Locations: Discover Amazing Homes & Settings ✨🏠",description:"Explore a range of unique locations featuring beautiful homes. Each spot tells its own story waiting to inspire you! 🌠🏞️",slug:"other-unique-locations",children:null}}},homeImprovement:{title:"Home Improvement Ideas for Beautiful Homes 🏡✨",description:"Explore innovative home improvement ideas and tips to transform your living spaces into beautiful havens. Discover your dream home today! 🌟",slug:"home-improvement-ideas",children:{interiorDesignTips:{title:"Expert Interior Design Tips for Your Home 🛋️🎨",description:"Unlock the secrets of stunning interior design with expert tips and tricks. Transform your home into a masterpiece of aesthetic appeal! 🌈",slug:"interior-design-tips",children:null},outdoorSpaces:{title:"Creating Beautiful Outdoor Spaces 🌳🌞",description:"Enhance your outdoor living spaces with creative ideas and designs. Enjoy the beauty of nature right in your backyard! 🍃🏖️",slug:"outdoor-spaces",children:null},renovationIdeas:{title:"Innovative Renovation Ideas for Every Home 🛠️🏠",description:"Revitalize your home with innovative renovation ideas that blend functionality and style. Let's breathe new life into your space! 🔨✨",slug:"renovation-ideas",children:null},smartHomeTechnologies:{title:"Smart Home Technologies to Upgrade Your Living 🖥️🔌",description:"Discover the latest smart home technologies that enhance convenience and security in your home. Upgrade to a smarter living experience! 🔐🏡",slug:"smart-home-technologies",children:null},other:{title:"Miscellaneous Home Improvement Topics 🏡📚",description:"Delve into various home improvement topics beyond the usual. Find inspiration and creativity for unique ideas to enhance your space! 💡🌟",slug:"other",children:null}}},travelExperiences:{title:"Explore Stunning Travel Experiences Around the Globe 🌍",description:"Discover captivating travel experiences that feature beautiful homes and incredible locations, inspiring your next adventure! ✈️🏡",slug:"travel-experiences",children:{destinationSpotlights:{title:"Breathtaking Destination Spotlights That Inspire 🌟",description:"Explore breathtaking destination spotlights featuring stunning homes and incredible locations that captivate travelers seeking inspiration! 🏖️🏔️",slug:"destination-spotlights",children:null},culturalExperiences:{title:"Cultural Experiences That Enrich Your Travels 🕌",description:"Dive into cultural experiences that highlight beautiful homes and unique locations, enriching your travel journey with authenticity! 🎭🌏",slug:"cultural-experiences",children:null},localCuisine:{title:"Savor Local Cuisine from Beautiful Locations 🍽️",description:"Indulge in local cuisine from stunning regions, showcasing beautiful homes that reflect the culinary culture and rich flavors! 🥘🏡",slug:"local-cuisine",children:null},adventureActivities:{title:"Exciting Adventure Activities in Amazing Locations 🚴‍♂️",description:"Discover exciting adventure activities in breathtaking locations, featuring beautiful homes that provide the perfect base for outdoor fun! 🏞️🏕️",slug:"adventure-activities",children:null},other:{title:"Unique Travel Experiences Beyond the Ordinary 🌈",description:"Explore unique travel experiences that go beyond the ordinary, featuring stunning homes and incredible locations waiting to be discovered! ✨🌏",slug:"other",children:null}}}},t=e.AUTHORS_INFO.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:[i.description]})),{}),n=e.AUTHORS_INFO.map((e=>e.name)),r="🏡 🌅 🌍 ✨",s=Object.keys(i),o=[],a=[];for(const e of s){const t=i[e];if(null==t?void 0:t.children){o.push(...Object.keys(t.children));for(const e of o){const i=t.children[e];(null==i?void 0:i.children)&&a.push(...Object.keys(i.children))}}}const l="2024-09-19T00:00:00Z",c="aureliahouses",u=`idn-${c}-dev`,d=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=r,exports.authors=t,exports.authorsNames=n,exports.categories=s,exports.dataStructure=i,exports.devBucketName=u,exports.prodBucketName=d,exports.startDate=l,exports.subcategories=o,exports.subsubcategories=a;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ ArchitecturalStyles = "Architectural Styles",
3
+ PropertyTypes = "Property Types",
4
+ LocationVibes = "Location Vibes",
5
+ DesignInspirations = "Design Inspirations",
6
+ InvestmentOpportunities = "Investment Opportunities"
7
+ }
8
+ type ArchitecturalStylesValues = 'Modern Marvels' | 'Classic Elegance' | 'Rustic Retreats' | 'Minimalist Wonders' | 'Eclectic Ensembles';
9
+ type PropertyTypesValues = 'Luxury Villas' | 'Charming Cottages' | 'Urban Lofts' | 'Eco-Friendly Homes' | 'Historic Residences';
10
+ type LocationVibesValues = 'Serene Countryside' | 'Coastal Escapes' | 'Vibrant Cityscapes' | 'Mountain Hideaways' | 'Tropical Paradises';
11
+ type DesignInspirationsValues = 'Open Concept Interiors' | 'Sustainable Living Spaces' | 'Colorful Accents' | 'Smart Home Features' | 'Outdoor Living Areas';
12
+ type InvestmentOpportunitiesValues = 'Vacation Rentals' | 'Renovation Projects' | 'Luxury Market Trends' | 'First-Time Buyer Tips' | 'Commercial Real Estate';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.ArchitecturalStyles]: ArchitecturalStylesValues[];
15
+ [FiltersNames.PropertyTypes]: PropertyTypesValues[];
16
+ [FiltersNames.LocationVibes]: LocationVibesValues[];
17
+ [FiltersNames.DesignInspirations]: DesignInspirationsValues[];
18
+ [FiltersNames.InvestmentOpportunities]: InvestmentOpportunitiesValues[];
19
+ };
20
+ export declare const architecturalStylesValues: ArchitecturalStylesValues[];
21
+ export declare const propertyTypesValues: PropertyTypesValues[];
22
+ export declare const locationVibesValues: LocationVibesValues[];
23
+ export declare const designInspirationsValues: DesignInspirationsValues[];
24
+ export declare const investmentOpportunitiesValues: InvestmentOpportunitiesValues[];
25
+ export declare const initialFilters: ArticleFilters;
26
+ export declare const fullFilters: ArticleFilters;
27
+ export declare const getFiltersTypesJSON: () => string;
28
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.FiltersNames=void 0,(e=exports.FiltersNames||(exports.FiltersNames={})).ArchitecturalStyles="Architectural Styles",e.PropertyTypes="Property Types",e.LocationVibes="Location Vibes",e.DesignInspirations="Design Inspirations",e.InvestmentOpportunities="Investment Opportunities";const s=["Modern Marvels","Classic Elegance","Rustic Retreats","Minimalist Wonders","Eclectic Ensembles"],t=["Luxury Villas","Charming Cottages","Urban Lofts","Eco-Friendly Homes","Historic Residences"],r=["Serene Countryside","Coastal Escapes","Vibrant Cityscapes","Mountain Hideaways","Tropical Paradises"],i=["Open Concept Interiors","Sustainable Living Spaces","Colorful Accents","Smart Home Features","Outdoor Living Areas"],o=["Vacation Rentals","Renovation Projects","Luxury Market Trends","First-Time Buyer Tips","Commercial Real Estate"],a={[exports.FiltersNames.ArchitecturalStyles]:[],[exports.FiltersNames.PropertyTypes]:[],[exports.FiltersNames.LocationVibes]:[],[exports.FiltersNames.DesignInspirations]:[],[exports.FiltersNames.InvestmentOpportunities]:[]},n={[exports.FiltersNames.ArchitecturalStyles]:s,[exports.FiltersNames.PropertyTypes]:t,[exports.FiltersNames.LocationVibes]:r,[exports.FiltersNames.DesignInspirations]:i,[exports.FiltersNames.InvestmentOpportunities]:o},p=()=>JSON.stringify(n,null,2);exports.architecturalStylesValues=s,exports.designInspirationsValues=i,exports.fullFilters=n,exports.getFiltersTypesJSON=p,exports.initialFilters=a,exports.investmentOpportunitiesValues=o,exports.locationVibesValues=r,exports.propertyTypesValues=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.architecturalStylesValues=t.architecturalStylesValues,exports.designInspirationsValues=t.designInspirationsValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.investmentOpportunitiesValues=t.investmentOpportunitiesValues,exports.locationVibesValues=t.locationVibesValues,exports.propertyTypesValues=t.propertyTypesValues,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: AureliaHouses is an infotainment articles portal focused on showcasing beautiful homes and incredible locations around the world. It serves as a source of inspiration for architecture enthusiasts, homebuyers, and travelers.\n - Detailed description: AureliaHouses is a vibrant online portal that invites readers to explore the world of stunning residences and breathtaking locales. The site features well-researched articles that highlight the aesthetics, designs, and architectural styles of remarkable homes, as well as the unique characteristics of various locations. Readers can delve into topics ranging from luxury villas and eco-friendly homes to charming cottages and urban spaces, all presented with rich visuals and engaging storytelling. Each article aims to provide valuable insights into design ideas, location benefits, and the lifestyle associated with these beautiful homes and their settings. Whether you are looking to remodel your space, hunt for a dream home, or simply enjoy eye-catching content, AureliaHouses has something for everyone.\n - Target audience: The target audience for AureliaHouses includes home enthusiasts, prospective homebuyers, architecture students, interior designers, real estate professionals, and travelers seeking inspiration for future trips. The portal caters to individuals who appreciate the beauty of homes and locations, as well as those looking for practical design tips or investment opportunities.\n\n";
2
+ export declare const ZERO_SECTION = "This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Featured Homes\n - Architectural Styles\n - Unique Design Elements\n\n## Incredible Locations\n - Geographic Highlights\n - Cultural Significance\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Featured Homes, IF it's applicable to the theme of the article.\n";
3
+ export declare const START_STEP = "highlighting the key points that will be discussed and the relevance of the topic";
4
+ export declare const END_STEP = "synthesizing the information presented throughout";
5
+ export declare const TARGET_AUDIENCE = "real estate enthusiasts, travel lovers, interior design aficionados";
6
+ export declare const IMAGES_PROHIBITED_WORDS = "any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling";
7
+ export declare const FILTERS_INFO: string;
@@ -0,0 +1 @@
1
+ "use strict";var e;const t="The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: AureliaHouses is an infotainment articles portal focused on showcasing beautiful homes and incredible locations around the world. It serves as a source of inspiration for architecture enthusiasts, homebuyers, and travelers.\n - Detailed description: AureliaHouses is a vibrant online portal that invites readers to explore the world of stunning residences and breathtaking locales. The site features well-researched articles that highlight the aesthetics, designs, and architectural styles of remarkable homes, as well as the unique characteristics of various locations. Readers can delve into topics ranging from luxury villas and eco-friendly homes to charming cottages and urban spaces, all presented with rich visuals and engaging storytelling. Each article aims to provide valuable insights into design ideas, location benefits, and the lifestyle associated with these beautiful homes and their settings. Whether you are looking to remodel your space, hunt for a dream home, or simply enjoy eye-catching content, AureliaHouses has something for everyone.\n - Target audience: The target audience for AureliaHouses includes home enthusiasts, prospective homebuyers, architecture students, interior designers, real estate professionals, and travelers seeking inspiration for future trips. The portal caters to individuals who appreciate the beauty of homes and locations, as well as those looking for practical design tips or investment opportunities.\n\n",i="This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Featured Homes\n - Architectural Styles\n - Unique Design Elements\n\n## Incredible Locations\n - Geographic Highlights\n - Cultural Significance\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Featured Homes, IF it's applicable to the theme of the article.\n",a="highlighting the key points that will be discussed and the relevance of the topic",s="synthesizing the information presented throughout",r="real estate enthusiasts, travel lovers, interior design aficionados",n="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=s,exports.FILTERS_INFO=o,exports.IMAGES_PROHIBITED_WORDS=n,exports.START_STEP=a,exports.TARGET_AUDIENCE=r,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 AureliaHouses",description:"Explore the creative minds at AureliaHouses who curate stunning homes and breathtaking locations! 🌍🏡"},[exports.PageNames.Home]:{title:"Welcome to AureliaHouses - Beautiful Homes & Incredible Locations",description:"Discover inspiring homes in magnificent locations with AureliaHouses. Your journey to beauty starts here! ✨🏠"},[exports.PageNames.NotFound]:{title:"Oops! Page Not Found - AureliaHouses",description:"We can't find the page you're looking for. Explore beautiful homes and locations with us! 😔🔍"},[exports.PageNames.AboutUs]:{title:"About AureliaHouses - Your Guide to Beautiful Living",description:"Learn more about AureliaHouses and our passion for showcasing beautiful homes and incredible locations! 💖🏡"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy - AureliaHouses",description:"Your privacy matters to us! Read our policy to understand how we protect your information at AureliaHouses. 🔒📜"},[exports.PageNames.Terms]:{title:"Terms of Service - AureliaHouses",description:"Review our terms and conditions for using AureliaHouses. Let’s keep it fair and transparent! 📋⚖️"},[exports.PageNames.Sitemap]:{title:"Sitemap - Explore AureliaHouses Easily",description:"Navigate through our comprehensive sitemap to find beautiful homes and locations at AureliaHouses! 🗺️✨"}},a=[{name:"Anjali Verma",description:"Anjali Verma is an accomplished interior designer and lifestyle writer based in New Delhi. With over a decade of experience in the industry, she specializes in merging traditional Indian aesthetics with modern design principles. Anjali has contributed to numerous home and lifestyle publications, and her insightful articles focus on creating beautiful, functional living spaces.",meta_title:"Anjali Verma - Interior Designer & Lifestyle Writer",meta_description:"Explore the articles of Anjali Verma, an interior designer from New Delhi who expertly blends traditional Indian aesthetics with contemporary style, sharing tips for beautiful home design."},{name:"Ravi Kapoor",description:"Ravi Kapoor is a travel and real estate writer who hails from Mumbai. With over 15 years in journalism, Ravi showcases incredible locations across India. His passion for exploring unique home architectures fuels his writing, making him a prominent voice in the field of real estate and lifestyle.",meta_title:"Ravi Kapoor - Travel & Real Estate Writer",meta_description:"Join Ravi Kapoor as he explores incredible locations and unique home architectures across India, bringing you the best of travel and real estate insights."},{name:"Priya Mehta",description:"Priya Mehta is a seasoned real estate analyst and writer based in Bangalore. With a background in economics, she has spent years analyzing market trends and advising homeowners. Priya’s articles often focus on investment opportunities and showcasing beautiful homes in India's thriving property market.",meta_title:"Priya Mehta - Real Estate Analyst & Writer",meta_description:"Delve into insightful articles by Priya Mehta, a Bangalore-based real estate analyst, as she offers advice on investment opportunities and showcases stunning homes in India."},{name:"Devendra Shah",description:"Devendra Shah is a passionate architect and columnist from Ahmedabad. With over 20 years of experience, he combines his architectural expertise with a flair for writing, providing readers with in-depth articles about home design innovations and incredible locations that inspire.",meta_title:"Devendra Shah - Architect & Columnist",meta_description:"Discover innovative home design insights from Devendra Shah, an architect and columnist from Ahmedabad, as he takes you through incredible locations that inspire unique living spaces."},{name:"Nisha Bhatia",description:"Nisha Bhatia is a freelance writer and design enthusiast from Jaipur. Specializing in sustainability and eco-friendly living, she writes extensively about homes that incorporate green practices. Nisha aims to inspire her audience to create beautiful spaces that are also environmentally conscious.",meta_title:"Nisha Bhatia - Sustainable Living Writer",meta_description:"Follow Nisha Bhatia, a design enthusiast from Jaipur, as she explores sustainable and eco-friendly living practices to create beautiful and conscious homes."},{name:"Karan Singh",description:"Karan Singh is a luxury lifestyle writer and consultant based in Mumbai. With years of experience in high-end real estate, Karan writes about luxurious homes and breathtaking locations, offering advice on sophisticated living through his engaging articles.",meta_title:"Karan Singh - Luxury Lifestyle Writer",meta_description:"Explore luxurious homes and breathtaking locations with Karan Singh, a Mumbai-based luxury lifestyle writer known for his in-depth articles on sophisticated living."},{name:"Simran Joshi",description:"Simran Joshi is a travel blogger and home decor expert from Pune. With a deep appreciation for travel and culture, she writes about unique homes and breathtaking destinations, weaving personal stories into her articles to engage and inspire her readers.",meta_title:"Simran Joshi - Travel Blogger & Home Decor Expert",meta_description:"Journey with Simran Joshi, a travel blogger and decor expert from Pune, as she shares unique stories about beautiful homes and incredible destinations."},{name:"Rahul Chawla",description:"Rahul Chawla is an acclaimed photographer and writer based in Kolkata. With a unique eye for capturing the essence of stunning homes and locations, his articles combine breathtaking visuals with compelling narratives that provide a glimpse into the lives behind the walls.",meta_title:"Rahul Chawla - Photographer & Lifestyle Writer",meta_description:"Experience stunning visuals and compelling narratives with Rahul Chawla, a Kolkata-based photographer and lifestyle writer, showcasing beautiful homes and their stories."},{name:"Sneha Agrawal",description:"Sneha Agrawal is a property expert and home design writer from Chennai. With a focus on regional styles and traditions, her articles reflect her love for Indian architecture and design, making her a trusted source of inspiration for home enthusiasts.",meta_title:"Sneha Agrawal - Property Expert & Design Writer",meta_description:"Gain insights from Sneha Agrawal, a property expert from Chennai, as she explores the beauty of Indian architecture and design in her engaging articles."},{name:"Amit Joshi",description:"Amit Joshi is a landscape designer and lifestyle writer based in Chandigarh. With a passion for outdoor spaces, he writes about creating beautiful gardens and outdoor living areas, helping readers transform their homes into serene retreats.",meta_title:"Amit Joshi - Landscape Designer & Lifestyle Writer",meta_description:"Transform your outdoor spaces with insights from Amit Joshi, a landscape designer and lifestyle writer from Chandigarh, providing inspiration for serene garden retreats."},{name:"Ananya Sharma",description:"Ananya Sharma is a renowned interior designer and lifestyle writer based in Mumbai. With over a decade of experience in designing luxury residential spaces, she combines her artistic vision with practical advice, making her a sought-after voice in the industry. Ananya's work has been featured in various leading design magazines, and she is passionate about promoting sustainable living through innovative design.",meta_title:"Ananya Sharma - Interior Designer & Lifestyle Writer | AureliaHouses",meta_description:"Discover the works of Ananya Sharma, an expert interior designer from Mumbai, sharing insights on beautiful homes and incredible locations at AureliaHouses."},{name:"Ravi Mehta",description:"Ravi Mehta is a travel writer and architectural historian who explores the intersection of culture and design throughout India. With a Bachelor's degree in Architecture and a Master's in Cultural Studies, he offers unique perspectives on India's diverse housing styles and urban locations. His articles celebrate India's architectural heritage while inspiring modern interpretations.",meta_title:"Ravi Mehta - Travel Writer & Architectural Historian | AureliaHouses",meta_description:"Explore India's cultural and architectural wonders with Ravi Mehta, a travel writer who brings incredible locations to life at AureliaHouses."},{name:"Priya Kapoor",description:"Priya Kapoor is a lifestyle and home decor blogger based in Bengaluru. With her background in design and home staging, she specializes in transforming everyday spaces into stylish havens. Priya's vibrant writing and practical tips have inspired countless readers to embrace creativity in their homes, making her a beloved author on AureliaHouses.",meta_title:"Priya Kapoor - Lifestyle & Home Decor Blogger | AureliaHouses",meta_description:"Get inspired by Priya Kapoor's expert tips on home decor and design, making your space unique at AureliaHouses."},{name:"Sandeep Rao",description:"Sandeep Rao is a prolific writer and real estate consultant in Delhi. With years of experience in market trends and property investments, he provides valuable insights into the beautiful homes across India. His analytical articles help readers make informed decisions while exploring incredible locations for their next home.",meta_title:"Sandeep Rao - Real Estate Consultant & Writer | AureliaHouses",meta_description:"Join Sandeep Rao in exploring the best real estate trends and beautiful homes at AureliaHouses, your guide to incredible locations."},{name:"Neeta Gupta",description:"Neeta Gupta is a seasoned journalist and editor with over 15 years of experience in lifestyle and home improvement publishing. Based in Chennai, her work has appeared in major publications, focusing on eco-friendly living and innovative home design. Neeta's passion for sustainable practices shines through her articles, making her an advocate for responsible architecture.",meta_title:"Neeta Gupta - Journalist & Editor in Sustainable Living | AureliaHouses",meta_description:"Read insightful articles by Neeta Gupta on eco-friendly home designs and sustainable living at AureliaHouses."},{name:"Aarav Chatterjee",description:"Aarav Chatterjee is a freelance writer and photographer specializing in real estate and architectural photography. His work beautifully captures the charm of homes and neighborhoods across Kolkata. Combining his visual storytelling with in-depth knowledge of design, Aarav’s articles provide an immersive experience for readers on AureliaHouses.",meta_title:"Aarav Chatterjee - Writer & Photographer | AureliaHouses",meta_description:"Discover stunning home visuals and insightful articles by Aarav Chatterjee at AureliaHouses, showcasing incredible locations."},{name:"Maya Sen",description:"Maya Sen is an award-winning writer and architect with a passion for heritage conservation. Based in Jaipur, she focuses on the integration of traditional and modern design elements in Indian homes. Maya's articles not only showcase beautiful homes but also educate readers about the cultural significance of architectural styles.",meta_title:"Maya Sen - Architect & Heritage Conservation Writer | AureliaHouses",meta_description:"Explore the rich heritage of Indian architecture with Maya Sen at AureliaHouses, where tradition meets modern design."},{name:"Simran Awasthi",description:"Simran Awasthi is a creative writer and visual artist based in Pune. Her unique approach to storytelling combines art and design to explore the emotional aspects of home and place. Through her evocative articles, Simran invites readers on a journey through beautiful homes and the stories they tell.",meta_title:"Simran Awasthi - Creative Writer & Visual Artist | AureliaHouses",meta_description:"Engage with Simran Awasthi's captivating writing, merging art and home stories at AureliaHouses, your destination for beautiful homes."},{name:"Vikram Desai",description:"Vikram Desai is a seasoned property consultant and columnist with over 20 years of experience in the real estate sector. Based in Ahmedabad, he offers a wealth of knowledge on property investment and home design trends. His articles on AureliaHouses provide readers with practical advice for navigating the world of beautiful homes.",meta_title:"Vikram Desai - Property Consultant & Columnist | AureliaHouses",meta_description:"Learn from Vikram Desai's extensive knowledge on real estate and home design at AureliaHouses, your gateway to incredible locations."},{name:"Arjun Malhotra",description:"Arjun is a seasoned architect with over 15 years of experience in designing luxurious homes across India. His expertise lies in blending modern aesthetics with traditional Indian architecture, making him a sought-after contributor in home design articles.",meta_title:"Arjun Malhotra - Expert Architect and Contributor at AureliaHouses",meta_description:"Discover the architectural brilliance of Arjun Malhotra, a leading Indian architect, sharing insights on beautiful homes and incredible locations at AureliaHouses."},{name:"Priya Singh",description:"Priya is a lifestyle writer and interior designer, specializing in sustainable home decor. With a background in environmental science, she provides valuable insights on creating stunning yet eco-friendly living spaces.",meta_title:"Priya Singh - Lifestyle Writer and Interior Designer at AureliaHouses",meta_description:"Explore sustainable decor with Priya Singh, an expert lifestyle writer, contributing rich articles on beautiful homes at AureliaHouses."},{name:"Rahul Kapoor",description:"Rahul is a travel enthusiast and writer who documents his experiences of extraordinary locations around India. With his keen eye for travel photography, he brings readers closer to their dream destinations.",meta_title:"Rahul Kapoor - Travel Writer and Photographer at AureliaHouses",meta_description:"Join Rahul Kapoor as he explores incredible locations across India, enriching the experience of home and travel with his articles at AureliaHouses."},{name:"Meera Nair",description:"Meera is a professional landscaper with a passion for gardening and outdoor aesthetics. She shares her expertise in creating beautiful gardens that complement stunning homes.",meta_title:"Meera Nair - Professional Landscaper and Contributor at AureliaHouses",meta_description:"Learn from Meera Nair, a professional landscaper, as she offers expert tips on creating beautiful gardens for incredible homes at AureliaHouses."},{name:"Anjali Rao",description:"Anjali is a renowned home chef and food writer, specializing in the culinary delights of Indian cuisine. Her articles combine beautifully designed kitchens with delectable recipes.",meta_title:"Anjali Rao - Culinary Writer and Home Chef at AureliaHouses",meta_description:"Discover the art of culinary living with Anjali Rao, a home chef sharing delicious recipes and kitchen designs at AureliaHouses."},{name:"Suresh Iyer",description:"Suresh is a historian and cultural writer, exploring the architectural heritage of India. He writes compelling articles that connect beautiful homes with their historic significance.",meta_title:"Suresh Iyer - Cultural Writer at AureliaHouses",meta_description:"Unearth India's rich architectural heritage with Suresh Iyer, a cultural writer sharing fascinating stories of beautiful homes at AureliaHouses."},{name:"Nisha Patel",description:"Nisha is an experienced urban planner who focuses on community living and beautiful urban homes. She advocates for smart designs in city developments, enhancing the living experience.",meta_title:"Nisha Patel - Urban Planner at AureliaHouses",meta_description:"Explore community-oriented urban designs with Nisha Patel, an urban planner contributing innovative ideas on beautiful homes at AureliaHouses."},{name:"Karan Mehta",description:"Karan is an expert in home automation and smart technologies. His articles educate homeowners on integrating modern tech into beautiful homes, enhancing comfort and functionality.",meta_title:"Karan Mehta - Smart Home Expert at AureliaHouses",meta_description:"Transform your living space with Karan Mehta, a smart home expert providing insights into home automation at AureliaHouses."},{name:"Deepika Sharma",description:"Deepika is a home improvement enthusiast and DIY specialist. She inspires readers with creative solutions to enhance their spaces through hands-on projects and clever hacks.",meta_title:"Deepika Sharma - DIY Home Improvement Specialist at AureliaHouses",meta_description:"Ignite your creativity with Deepika Sharma, a DIY specialist sharing innovative home improvement ideas at AureliaHouses."},{name:"Aditi Sharma",description:"Aditi Sharma is an acclaimed lifestyle writer and interior designer from Mumbai, specializing in creating harmonious and beautiful home environments. With over a decade of experience, she brings her unique perspective on modern Indian design trends, helping homeowners transform their spaces into sanctuaries.",meta_title:"Aditi Sharma - Lifestyle Writer & Interior Designer | AureliaHouses",meta_description:"Explore the expertise of Aditi Sharma, a lifestyle writer and interior designer from Mumbai, as she shares insights on beautiful homes and incredible locations at AureliaHouses."},{name:"Rahul Menon",description:"Rahul Menon is a travel enthusiast and writer with roots in Kerala. He combines his passion for travel and architecture to explore stunning locations around India. His articles often reflect his deep appreciation for both nature and design, making him a perfect fit for AureliaHouses.",meta_title:"Rahul Menon - Travel & Architecture Writer | AureliaHouses",meta_description:"Join Rahul Menon on a journey through beautiful homes and breathtaking locations in India. Discover his unique insights that merge travel and architectural excellence at AureliaHouses."},{name:"Priya Desai",description:"Based in Bengaluru, Priya Desai is an experienced journalist and home décor expert. With years of experience in writing for lifestyle and real estate publications, she offers a wealth of knowledge on home styling, creating spaces that reflect individual personality and taste.",meta_title:"Priya Desai - Home Décor Expert & Journalist | AureliaHouses",meta_description:"Discover the expert insights of Priya Desai, a home décor expert and journalist from Bengaluru, as she explores beautiful homes and inspiring locations at AureliaHouses."},{name:"Vikram Naik",description:"Vikram Naik is a renowned architect and writer based in Delhi. With a focus on sustainable design and eco-friendly homes, he contributes articles that encourage a harmonious relationship with nature. His work emphasizes the importance of unique locations to build remarkable homes.",meta_title:"Vikram Naik - Architect & Sustainability Advocate | AureliaHouses",meta_description:"Explore the writings of Vikram Naik, an architect devoted to sustainable design and beautiful locations. Discover his insights on eco-friendly homes at AureliaHouses."},{name:"Neha Kapoor",description:"Neha Kapoor is a professional photographer and writer from Pune, focusing on home interiors and lifestyle. Her visually stunning articles highlight the beauty of homes in incredible locations across India, making her a valuable contributor to AureliaHouses.",meta_title:"Neha Kapoor - Photographer & Lifestyle Writer | AureliaHouses",meta_description:"Join Neha Kapoor, a talented photographer and lifestyle writer from Pune, as she showcases beautiful homes and breathtaking locations across India at AureliaHouses."},{name:"Ravi Tripathi",description:"Ravi Tripathi, a seasoned real estate writer based in Hyderabad, brings a wealth of knowledge about property markets and investment opportunities. His engaging content on luxury homes and prime locations helps readers make informed decisions.",meta_title:"Ravi Tripathi - Real Estate Writer & Analyst | AureliaHouses",meta_description:"Gain insights from Ravi Tripathi, a real estate writer from Hyderabad, as he explores luxury homes and investment opportunities in incredible locations at AureliaHouses."},{name:"Simran Singh",description:"Simran Singh is a seasoned home improvement blogger and DIY expert hailing from Chandigarh. With a passion for home renovations, her articles encourage homeowners to embark on creative projects that enhance their living spaces.",meta_title:"Simran Singh - DIY Home Improvement Expert | AureliaHouses",meta_description:"Follow Simran Singh, a DIY home improvement expert from Chandigarh, as she inspires you to create beautiful homes through innovative projects at AureliaHouses."},{name:"Anirudh Chatterjee",description:"Anirudh Chatterjee is a writer and historian from Kolkata who specializes in traditional architecture and heritage homes. His deep knowledge and passion for history brings a unique perspective to the beauty of Indian homes.",meta_title:"Anirudh Chatterjee - Heritage Home Writer & Historian | AureliaHouses",meta_description:"Explore the rich history of traditional architecture with Anirudh Chatterjee, a heritage home writer from Kolkata, as he shares his insights at AureliaHouses."},{name:"Meera Joshi",description:"Meera Joshi, a lifestyle influencer and writer based in Ahmedabad, writes about contemporary living spaces and cultural inspirations. Her articles provide a fresh take on integrating tradition within modern homes, making them resonant with Indian culture.",meta_title:"Meera Joshi - Lifestyle Influencer & Writer | AureliaHouses",meta_description:"Join Meera Joshi, a lifestyle influencer from Ahmedabad, as she explores contemporary living and cultural inspirations in beautiful homes at AureliaHouses."},{name:"Karan Kapoor",description:"Karan Kapoor is a talented artist and creative writer based in Jaipur, renowned for his unique perspectives on art in home design. His articles blend aesthetics and functionality, showcasing how art can elevate living spaces.",meta_title:"Karan Kapoor - Creative Writer & Artist | AureliaHouses",meta_description:"Discover the artistic insights of Karan Kapoor, a creative writer and artist from Jaipur, as he explores the intersection of art and beautiful homes at AureliaHouses."},{name:"Emily Carter",description:"Emily Carter is a seasoned interior designer and lifestyle blogger based in London. With over a decade of experience in transforming residential spaces, she brings a unique perspective on home aesthetics and global design trends to her articles. Her work has been featured in several renowned magazines, and she loves sharing insights on how to create beautiful homes that reflect personal style.",meta_title:"Emily Carter - Interior Designer & Lifestyle Blogger",meta_description:"Explore the designs and insights of Emily Carter, a leading interior designer and lifestyle expert from London. Discover tips on creating harmonious and beautiful homes."},{name:"Marco Rossi",description:"Marco Rossi, an acclaimed architect from Florence, specializes in creating sustainable luxury homes. With a background in art history and architecture, Marco integrates local culture into his projects. His articles offer a blend of architectural insight and travel inspiration, making his contributions to AureliaHouses truly unique.",meta_title:"Marco Rossi - Sustainable Luxury Architect",meta_description:"Delve into the world of sustainable luxury architecture with Marco Rossi, a renowned architect from Florence. Find inspiration and insights on beautiful homes infused with local culture."},{name:"Maya Singh",description:"Maya Singh is a real estate enthusiast and travel writer from Mumbai. With her extensive knowledge of global property markets, she paints vivid pictures of incredible locations around the world. Maya's articles guide readers through the various aspects of finding dream homes in stunning destinations.",meta_title:"Maya Singh - Real Estate Enthusiast & Travel Writer",meta_description:"Join Maya Singh, a passionate real estate expert and travel writer, as she explores beautiful homes in incredible locations around the world. Uncover your next dream destination."},{name:"David Kim",description:"David Kim is a travel photographer and writer based in Seoul. His expertise in capturing breathtaking landscapes and architectural details allows him to provide a visual feast for readers of AureliaHouses. David shares stories of beautiful homes situated in awe-inspiring locations, taking readers on a journey around the globe.",meta_title:"David Kim - Travel Photographer & Writer",meta_description:"Discover captivating homes in stunning locations with David Kim, a travel photographer and writer from Seoul. His visual storytelling brings each site's beauty to life."},{name:"Sofia Martinez",description:"Sofia Martinez is a lifestyle coach and home staging expert residing in Barcelona. With a focus on creating inviting living spaces, Sofia’s articles blend design tips with personal development advice. Her contributions to AureliaHouses highlight the connection between well-styled homes and overall well-being.",meta_title:"Sofia Martinez - Lifestyle Coach & Home Staging Expert",meta_description:"Learn how to create inviting living spaces with Sofia Martinez, a lifestyle coach and home staging expert from Barcelona. Enhance your home and well-being simultaneously."},{name:"James Parker",description:"James Parker is a historical homes researcher and writer from New Orleans. With a deep appreciation for architectural heritage, James shares stories of beautiful historical homes and their incredible locations. His expertise not only enlightens readers about design but also the historical significance behind each structure.",meta_title:"James Parker - Historical Homes Researcher & Writer",meta_description:"Explore the beauty and history of architectural heritage with James Parker, a researcher and writer from New Orleans. Uncover the stories behind iconic homes around the world."},{name:"Nina Wang",description:"Nina Wang, an eco-friendly design advocate from Toronto, combines her passion for green living with artistic creativity. Her articles on AureliaHouses focus on designing beautiful homes with sustainable materials and practices. Nina inspires readers to create spaces that are both environmentally friendly and aesthetically pleasing.",meta_title:"Nina Wang - Eco-Friendly Design Advocate",meta_description:"Discover sustainable design tips from Nina Wang, an eco-friendly advocate based in Toronto. Transform your home into a beautiful and environmentally conscious haven."},{name:"Oliver Brown",description:"Oliver Brown, a property developer and travel expert based in Sydney, works on luxury residential projects around the world. His vast experience in real estate allows him to provide exclusive insights into upcoming market trends and beautiful locations. Oliver combines his entrepreneurial knowledge with creative flair in his articles.",meta_title:"Oliver Brown - Property Developer & Travel Expert",meta_description:"Join Oliver Brown, a property developer from Sydney, as he explores luxury homes and emerging markets around the world. Gain insights into beautiful locations and investment opportunities."},{name:"Freya Andersson",description:"Freya Andersson is a Scandinavian design specialist and home lifestyle writer based in Copenhagen. With a keen eye for minimalism, Freya focuses on the beauty of simplicity in home decor and design. Her articles provide readers with fresh ideas on creating cozy, stylish spaces that embody the Nordic aesthetic.",meta_title:"Freya Andersson - Scandinavian Design Specialist",meta_description:"Embrace the beauty of minimalism with Freya Andersson, a Scandinavian design specialist from Copenhagen. Discover stylish, cozy decor ideas that embody the Nordic lifestyle."},{name:"Lucas Martínez",description:"Lucas Martínez is a renovation expert and home improvement writer based in Buenos Aires. He specializes in turning old properties into stunning modern homes. His articles on AureliaHouses are filled with practical advice, ideas, and inspiration for homeowners looking to revamp their spaces.",meta_title:"Lucas Martínez - Renovation Expert & Home Improvement Writer",meta_description:"Revitalize your home with expert advice from Lucas Martínez, a renovation expert from Buenos Aires. Explore innovative ideas for transforming your spaces into modern masterpieces."},{name:"Sarah Thompson",description:"Sarah Thompson is a seasoned real estate writer and lifestyle enthusiast based in Sydney, Australia. With over a decade of experience in the industry, she has contributed to various publications, focusing on luxury homes and destinations. Her passion for architecture and design shines through in her insightful articles.",meta_title:"Sarah Thompson | AureliaHouses - Expert in Luxury Real Estate",meta_description:"Explore the exceptional works of Sarah Thompson, an acclaimed real estate writer and lifestyle expert, specializing in luxury homes and incredible locations."},{name:"Felipe Martinez",description:"Felipe Martinez is a travel and architecture writer from Madrid, Spain. With a rich background in tourism and hospitality, he has explored beautiful homes across Europe and beyond. His unique perspective on cultural history and design makes his articles both informative and captivating.",meta_title:"Felipe Martinez | AureliaHouses - Travel and Architectural Writer",meta_description:"Discover Felipe Martinez's stunning articles on beautiful homes and incredible locations, drawing from his extensive experience in travel and architecture."},{name:"Aisha Patel",description:"Aisha Patel is an interior designer and lifestyle blogger hailing from Mumbai, India. She has a keen eye for details and a passion for showcasing homes that blend culture and modernity. Her writings bring a fresh perspective on beautiful homes, inspiring readers worldwide.",meta_title:"Aisha Patel | AureliaHouses - Interior Designer & Lifestyle Blogger",meta_description:"Join Aisha Patel on a journey through incredible homes, enriched by her expertise in interior design and her love for culture and modernity."},{name:"Thomas Bergström",description:"Thomas Bergström is a real estate journalist from Stockholm, Sweden, with over 15 years in the industry. His articles often highlight stunning properties and the beauty of Scandinavian design. Thomas's commitment to quality and detail makes each piece a delight to read.",meta_title:"Thomas Bergström | AureliaHouses - Scandinavian Real Estate Journalist",meta_description:"Read Thomas Bergström's thought-provoking articles on Scandinavian design and beautiful homes, showcasing his extensive knowledge of the real estate market."},{name:"Laura Chen",description:"Laura Chen is an architectural historian based in Beijing, China. She brings a unique focus on historical homes and their restoration, blending her academic background with passionate storytelling. Laura's articles dive deep into the significance of architectural styles and their cultural impact.",meta_title:"Laura Chen | AureliaHouses - Architectural Historian & Writer",meta_description:"Explore Laura Chen's captivating articles that bring historical homes to life, blending rich storytelling with her expertise in architecture and history."},{name:"Oliver Johnson",description:"Oliver Johnson is a freelance writer and photographer from Cape Town, South Africa. His love for adventure and stunning landscapes inspires his work as he captures beautiful homes in diverse locations. Oliver’s visuals combined with his writing create an immersive experience for readers.",meta_title:"Oliver Johnson | AureliaHouses - Writer & Photographer",meta_description:"Follow Oliver Johnson's adventures through breathtaking homes and locations, where his writing and photography merge to create stunning narratives."},{name:"Yuki Tanaka",description:"Yuki Tanaka is a contemporary design expert and writer living in Tokyo, Japan. A graduate in design and architecture, Yuki shares her knowledge about modern living spaces and their functionalities. Her articles frequently explore innovative designs within beautiful homes.",meta_title:"Yuki Tanaka | AureliaHouses - Contemporary Design Expert",meta_description:"Dive into the world of modern living with Yuki Tanaka, as she explores innovative designs and beautiful homes that redefine comfort and style."},{name:"Emma Grant",description:"Emma Grant is a Canadian landscape designer and novelist from Vancouver, Canada. She combines her love for outdoor spaces and writing to create compelling articles about homes that blend seamlessly with nature, offering readers insights into eco-friendly design practices.",meta_title:"Emma Grant | AureliaHouses - Landscape Designer & Writer",meta_description:"Explore Emma Grant's insights into beautifully integrated homes and eco-friendly designs that harmonize with nature through her evocative writing."},{name:"Rajesh Kumar",description:"Rajesh Kumar is a property expert and writer based in Dubai, UAE. With over 20 years in real estate investment, he provides invaluable insights on opulent homes and market trends. Rajesh's engaging writing style makes complex topics accessible and intriguing for his readers.",meta_title:"Rajesh Kumar | AureliaHouses - Real Estate Expert & Writer",meta_description:"Gain expert insights from Rajesh Kumar, a seasoned real estate writer specializing in opulent homes and market trends that shape the luxury housing sector."},{name:"Maria Lopez",description:"Maria Lopez is a lifestyle and home décor blogger from Buenos Aires, Argentina. With a deep appreciation for rich cultural heritages, she focuses on homes that tell stories through their designs. Maria's vibrant writing and creativity inspire countless readers.",meta_title:"Maria Lopez | AureliaHouses - Lifestyle & Home Décor Blogger",meta_description:"Discover the artistry of home décor and the beauty of storytelling with Maria Lopez, as she explores homes rich in cultural heritage and artistic expression."}],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:#2f2a29;--theme-color-8:#5d5a57;--theme-color-7:#8a8684;--theme-color-6:#b7b3b1;--theme-color-5:#eae4e3;--theme-color-3:#f6f1f1;--theme-color-2:#f9f5f5;--color-bg-layout:#ffffff;--color-bg-hover:#f3edeb;--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";
@@ -175,7 +175,7 @@ export declare const dataStructure: {
175
175
  export declare const authors: Record<string, string>;
176
176
  export declare const authorsNames: string[];
177
177
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF05\uD83C\uDF33\u2728";
178
- export declare const categories: ("architecturalStyles" | "interiorDesign" | "locationSpotlights" | "homeImprovement")[];
178
+ export declare const categories: ("homeImprovement" | "architecturalStyles" | "interiorDesign" | "locationSpotlights")[];
179
179
  export declare const subcategories: string[];
180
180
  export declare const subsubcategories: string[];
181
181
  export type Category = keyof typeof dataStructure;
@@ -175,7 +175,7 @@ export declare const dataStructure: {
175
175
  export declare const authors: Record<string, string>;
176
176
  export declare const authorsNames: string[];
177
177
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF77\uD83C\uDF3F\u2728";
178
- export declare const categories: ("interiorDesign" | "homeImprovement" | "gardening" | "entertaining")[];
178
+ export declare const categories: ("homeImprovement" | "interiorDesign" | "gardening" | "entertaining")[];
179
179
  export declare const subcategories: string[];
180
180
  export declare const subsubcategories: string[];
181
181
  export type Category = keyof typeof dataStructure;
@@ -225,7 +225,7 @@ export declare const dataStructure: {
225
225
  export declare const authors: Record<string, string>;
226
226
  export declare const authorsNames: string[];
227
227
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF05\uD83C\uDF33\u2728";
228
- export declare const categories: ("beautifulHomes" | "incredibleLocations" | "interiorDesignTips" | "architectureStyles" | "travelInspiration" | "lifestyleEnhancements")[];
228
+ export declare const categories: ("interiorDesignTips" | "beautifulHomes" | "incredibleLocations" | "architectureStyles" | "travelInspiration" | "lifestyleEnhancements")[];
229
229
  export declare const subcategories: string[];
230
230
  export declare const subsubcategories: string[];
231
231
  export type Category = keyof typeof dataStructure;
@@ -262,7 +262,7 @@ export declare const dataStructure: {
262
262
  export declare const authors: Record<string, string>;
263
263
  export declare const authorsNames: string[];
264
264
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83D\uDECB\uFE0F\uD83C\uDF89\uD83C\uDF31\uD83D\uDDBC\uFE0F";
265
- export declare const categories: ("interiorDesign" | "homeImprovement" | "gardening" | "entertaining" | "lifestyle" | "eventDecor" | "sustainableDesign")[];
265
+ export declare const categories: ("homeImprovement" | "interiorDesign" | "gardening" | "entertaining" | "lifestyle" | "eventDecor" | "sustainableDesign")[];
266
266
  export declare const subcategories: string[];
267
267
  export declare const subsubcategories: string[];
268
268
  export type Category = keyof typeof dataStructure;
@@ -262,7 +262,7 @@ export declare const dataStructure: {
262
262
  export declare const authors: Record<string, string>;
263
263
  export declare const authorsNames: string[];
264
264
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF05\u2728\uD83C\uDF0D";
265
- export declare const categories: ("architecturalStyles" | "interiorDesign" | "homeImprovement" | "beautifulHomes" | "incredibleLocations" | "travelInspiration" | "designTrends")[];
265
+ export declare const categories: ("homeImprovement" | "architecturalStyles" | "interiorDesign" | "beautifulHomes" | "incredibleLocations" | "travelInspiration" | "designTrends")[];
266
266
  export declare const subcategories: string[];
267
267
  export declare const subsubcategories: string[];
268
268
  export type Category = keyof typeof dataStructure;