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[]" 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?[]" 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" ], 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", 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." />