feat: restore original landing page styling to ui_home, ui_header, ui_footer packages

- ui_home: Added hero section with gradient title, 6-level feature cards, about section, contact form
- ui_header: Added landing_nav component with gradient logo, anchor links (#features, #about, #contact), mobile menu
- ui_footer: Added simple footer variant matching original design

Restores the beautiful landing page experience from commit 9e33b186
This commit is contained in:
2025-12-31 00:04:52 +00:00
parent 131c5e991c
commit 9ecd169272

View File

@@ -2,7 +2,7 @@
"packageId": "ui_footer",
"name": "App Footer",
"version": "1.0.0",
"description": "Shared footer with copyright and links",
"description": "Shared footer with copyright and links, includes simple and full variants",
"icon": "static_content/icon.svg",
"author": "MetaBuilder",
"category": "ui",
@@ -12,7 +12,8 @@
],
"exports": {
"components": [
"AppFooter"
"app_footer",
"app_footer_simple"
],
"scripts": [
"footer"