mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user