{
"websiteTemplates": {
"eCommerceSite": {
"description": "Online store layout with product listings, shopping cart, and checkout.",
"exampleLayout": "
Your Online Store......",
"recommendedComponents": ["navigationBar", "cards", "modals"],
"recommendedStyles": ["Bootstrap"]
},
"portfolioSite": {
"description": "Showcase layout for personal or professional work, with a focus on visual presentation.",
"exampleLayout": "My Portfolio......",
"recommendedComponents": ["gridSystem", "modals"],
"recommendedStyles": ["Bulma"]
},
"corporateWebsite": {
"description": "Professional layout for business sites, with service sections, about us, and contact info.",
"exampleLayout": "Corporate Website......",
"recommendedComponents": ["navigationBar", "modals", "cards"],
"recommendedStyles": ["Foundation"]
},
"blogSite": {
"description": "Classic blog layout with main content and a sidebar.",
"exampleLayout": "My Blog......",
"recommendedComponents": ["gridSystem", "cards"],
"recommendedStyles": ["SemanticUI"]
},
"personalBlog": {
"description": "Simple and elegant layout for personal blogging.",
"exampleLayout": "Personal Blog......",
"recommendedComponents": ["cards"],
"recommendedStyles": ["PicoCSS"]
},
"photoGallery": {
"description": "Gallery layout for photographers or artists to display their work.",
"exampleLayout": "Photo Gallery......",
"recommendedComponents": ["gridSystem"],
"recommendedStyles": ["TailwindCSS"]
}
// Additional templates can be added here
}
}