From 8f477f87619dfb8ef9e3bde9ddaacf3e3d7dcfea Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 17:14:54 +0000 Subject: [PATCH] Update registry/components/FooterMedia.json --- registry/components/FooterMedia.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/registry/components/FooterMedia.json b/registry/components/FooterMedia.json index 9eefd8e..bc19f53 100644 --- a/registry/components/FooterMedia.json +++ b/registry/components/FooterMedia.json @@ -5,14 +5,14 @@ "textRules": { "logoText": { "required": false, - "default": "Webild", + "default": "Novasi", "example": "Company Name", "minChars": 2, "maxChars": 30 }, "copyrightText": { "required": false, - "default": "© 2025 | Webild", + "default": "© 2025 | Novasi", "example": "© 2025 Company Name", "minChars": 5, "maxChars": 50 @@ -65,8 +65,8 @@ "videoSrc": "string (required if no imageSrc)", "videoAriaLabel?": "string (default: 'Footer video')", "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: 'Novasi')", + "copyrightText?": "string (default: '© 2025 | Novasi')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string"