From da7d06dbec55f5833253f80da574ef6fe6a0eba2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:51:43 +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 95e6640..5380df9 100644 --- a/registry/components/FooterBase.json +++ b/registry/components/FooterBase.json @@ -6,14 +6,14 @@ "textRules": { "logoText": { "required": false, - "default": "Webild", + "default": "Twiggs Local Clean LLC ", "example": "Company Name", "minChars": 2, "maxChars": 30 }, "copyrightText": { "required": false, - "default": "© 2025 | Webild", + "default": "© 2025 | Twiggs Local Clean LLC ", "example": "© 2025 Company Name", "minChars": 5, "maxChars": 50 @@ -51,8 +51,8 @@ }, "propsSchema": { "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns (required)", - "logoText?": "string (default: 'Webild')", - "copyrightText?": "string (default: '© 2025 | Webild')", + "logoText?": "string (default: 'Twiggs Local Clean LLC ')", + "copyrightText?": "string (default: '© 2025 | Twiggs Local Clean LLC ')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string",