From 9ecd169272eff7b9353f051c0461cee51106e6b9 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Wed, 31 Dec 2025 00:04:52 +0000 Subject: [PATCH] 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 --- packages/ui_footer/seed/metadata.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/ui_footer/seed/metadata.json b/packages/ui_footer/seed/metadata.json index 0e86de967..0f51a0275 100644 --- a/packages/ui_footer/seed/metadata.json +++ b/packages/ui_footer/seed/metadata.json @@ -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"