From 10b9a93f86c77233c8ae2ed6a053b26ace6c9a09 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:46:39 +0000 Subject: [PATCH 1/5] Update registry/components/FooterBaseCard.json --- registry/components/FooterBaseCard.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/registry/components/FooterBaseCard.json b/registry/components/FooterBaseCard.json index ba78f6f..cd84a17 100644 --- a/registry/components/FooterBaseCard.json +++ b/registry/components/FooterBaseCard.json @@ -6,14 +6,14 @@ "textRules": { "copyrightText": { "required": false, - "example": "© 2025 | ASTROSEC", + "example": "© 2025 | AstroSec", "minChars": 5, "maxChars": 100, "note": "Copyright text displayed at bottom left" }, "logoText": { "required": false, - "example": "ASTROSEC", + "example": "AstroSec", "minChars": 2, "maxChars": 30, "note": "Text used for h2 heading" @@ -34,9 +34,9 @@ } }, "propsSchema": { - "logoText?": "string (default: 'ASTROSEC')", + "logoText?": "string (default: 'AstroSec')", "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns (required)", - "copyrightText?": "string (default: '© 2025 | ASTROSEC')", + "copyrightText?": "string (default: '© 2025 | AstroSec')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", @@ -51,7 +51,7 @@ "copyrightTextClassName?": "string", "privacyButtonClassName?": "string" }, - "usageExample": " console.log('Privacy clicked')} />", + "usageExample": " console.log('Privacy clicked')} />", "do": [ "Use for general use", "Requires columns[]" -- 2.49.1 From 3a5699351d618b36a0dce58c09ed4ea607b52cf9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:46:40 +0000 Subject: [PATCH 2/5] Update registry/components/FooterCard.json --- registry/components/FooterCard.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/registry/components/FooterCard.json b/registry/components/FooterCard.json index acbd016..3c42285 100644 --- a/registry/components/FooterCard.json +++ b/registry/components/FooterCard.json @@ -6,14 +6,14 @@ "textRules": { "copyrightText": { "required": false, - "example": "© 2025 | ASTROSEC", + "example": "© 2025 | AstroSec", "minChars": 5, "maxChars": 100, "note": "Copyright text displayed at bottom left" }, "logoText": { "required": false, - "example": "ASTROSEC", + "example": "AstroSec", "minChars": 2, "maxChars": 30, "note": "Text used for SVG logo" @@ -33,8 +33,8 @@ } }, "propsSchema": { - "logoText?": "string (default: 'ASTROSEC')", - "copyrightText?": "string (default: '© 2025 | ASTROSEC')", + "logoText?": "string (default: 'AstroSec')", + "copyrightText?": "string (default: '© 2025 | AstroSec')", "socialLinks?": "Array<{ icon: LucideIcon, href: string, ariaLabel: string }> - Social media links", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", @@ -47,7 +47,7 @@ "socialContainerClassName?": "string", "socialIconClassName?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for general use", "Requires socialLinks?[]" -- 2.49.1 From 2abdb425c8ca46090fffc4a51f87a79abb126625 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:46:40 +0000 Subject: [PATCH 3/5] Update registry/components/FooterLogoReveal.json --- registry/components/FooterLogoReveal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/registry/components/FooterLogoReveal.json b/registry/components/FooterLogoReveal.json index 9aceb56..da83320 100644 --- a/registry/components/FooterLogoReveal.json +++ b/registry/components/FooterLogoReveal.json @@ -6,7 +6,7 @@ "textRules": { "logoText": { "required": false, - "example": "ASTROSEC", + "example": "AstroSec", "minChars": 2, "maxChars": 30, "note": "Text used for SVG logo" @@ -20,7 +20,7 @@ } }, "propsSchema": { - "logoText?": "string (default: 'ASTROSEC')", + "logoText?": "string (default: 'AstroSec')", "leftLink": "{ text: string, onClick?: () => void, href?: string } (required)", "rightLink": "{ text: string, onClick?: () => void, href?: string } (required)", "ariaLabel?": "string (default: 'Site footer')", @@ -30,7 +30,7 @@ "logoClassName?": "string", "linkClassName?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for general use" ], -- 2.49.1 From 7db784ce4e90599fe054e1d574667282afdc76d8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:46:41 +0000 Subject: [PATCH 4/5] Update registry/components/FooterSimple.json --- registry/components/FooterSimple.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/FooterSimple.json b/registry/components/FooterSimple.json index a12a322..cd231b5 100644 --- a/registry/components/FooterSimple.json +++ b/registry/components/FooterSimple.json @@ -12,7 +12,7 @@ }, "bottomRightText": { "required": true, - "example": "Made with ASTROSEC", + "example": "Made with AstroSec", "minChars": 2, "maxChars": 50 }, @@ -63,7 +63,7 @@ "bottomLeftTextClassName?": "string", "bottomRightTextClassName?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for feature showcases", "Use for capability displays", -- 2.49.1 From 48173908a1f39dabd64feb7e7972b6b051ccf0d0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:46:42 +0000 Subject: [PATCH 5/5] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ea26cd..89f6d5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -280,7 +280,7 @@ export default function LandingPage() { }, ]} bottomLeftText="© 2025 AstroSec. All rights reserved." - bottomRightText="Securing Tomorrow, Today" + bottomRightText="Security First. Always." /> -- 2.49.1