anyonecandesign-core
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -33,2 +33,7 @@ var projectCreationStructures = [ | ||
{ | ||
id: 'landing-faq', | ||
name: 'FAQ Section', | ||
description: 'Answers common questions to assist users and reduce support inquiries.', | ||
}, | ||
{ | ||
id: 'landing-footer', | ||
@@ -55,3 +60,13 @@ name: 'Footer section', | ||
}, | ||
{ | ||
id: 'contact-page', | ||
name: 'Contact Page', | ||
description: 'A page that allows users to reach out via forms, emails, or phone numbers.', | ||
}, | ||
{ | ||
id: 'dark-mode', | ||
name: 'Dark Mode Toggle', | ||
description: 'Allows users to switch between light and dark themes.', | ||
}, | ||
]; | ||
export default projectCreationStructures; |
{ | ||
"name": "anyonecandesign-core", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Constants and types for anyonecandesign.com", |
14967
435