From 9d2d707c61a04269d059000a3f15c17c36589762 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 04:45:56 +0000 Subject: [PATCH] Update registry/components/FooterBase.json --- registry/components/FooterBase.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/registry/components/FooterBase.json b/registry/components/FooterBase.json index b79d535..e681ab4 100644 --- a/registry/components/FooterBase.json +++ b/registry/components/FooterBase.json @@ -5,14 +5,14 @@ "textRules": { "logoText": { "required": false, - "default": "Webild", + "default": "North Star Marketing Lab ", "example": "Company Name", "minChars": 2, "maxChars": 30 }, "copyrightText": { "required": false, - "default": "© 2025 | Webild", + "default": "© 2025 | North Star Marketing Lab ", "example": "© 2025 Company Name", "minChars": 5, "maxChars": 50 @@ -50,8 +50,8 @@ }, "propsSchema": { "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns", - "logoText?": "string (default: 'Webild')", - "copyrightText?": "string (default: '© 2025 | Webild')", + "logoText?": "string (default: 'North Star Marketing Lab ')", + "copyrightText?": "string (default: '© 2025 | North Star Marketing Lab ')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string"