diff --git a/registry/components/FooterBaseCard.json b/registry/components/FooterBaseCard.json index cd84a17..ba78f6f 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 3c42285..acbd016 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 da83320..9aceb56 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 cd231b5..a12a322 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/registry/schemas/NavbarLayoutFloatingOverlay.schema.json b/registry/schemas/NavbarLayoutFloatingOverlay.schema.json index 3e8b0ed..7353a79 100644 --- a/registry/schemas/NavbarLayoutFloatingOverlay.schema.json +++ b/registry/schemas/NavbarLayoutFloatingOverlay.schema.json @@ -3,7 +3,7 @@ "propsSchema": { "navItems": "Array<{name: string, id: string}>", "className?": "string", - "brandName?": "string (default: 'AstroSec')", + "brandName?": "string (default: 'ASTROSEC')", "button": "{text: string, onClick?: () => void, href?: string}", "buttonClassName?": "string (default: '')", "buttonTextClassName?": "string (default: '')" diff --git a/registry/schemas/NavbarStyleApple.schema.json b/registry/schemas/NavbarStyleApple.schema.json index eafb975..fb32ea1 100644 --- a/registry/schemas/NavbarStyleApple.schema.json +++ b/registry/schemas/NavbarStyleApple.schema.json @@ -2,6 +2,6 @@ "name": "NavbarStyleApple", "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'AstroSec')" + "brandName?": "string (default: 'ASTROSEC')" } } \ No newline at end of file diff --git a/registry/schemas/NavbarStyleCentered.schema.json b/registry/schemas/NavbarStyleCentered.schema.json index cbd10aa..7966586 100644 --- a/registry/schemas/NavbarStyleCentered.schema.json +++ b/registry/schemas/NavbarStyleCentered.schema.json @@ -4,7 +4,7 @@ "navItems": "Array<{name: string, id: string}>", "button": "{text: string, onClick?: () => void, href?: string}", "topBarButton?": "{text: string, onClick?: () => void, href?: string}", - "brandName?": "string (default: 'AstroSec')", + "brandName?": "string (default: 'ASTROSEC')", "className?": "string (default: '')" } } \ No newline at end of file diff --git a/registry/schemas/NavbarStyleFullscreen.schema.json b/registry/schemas/NavbarStyleFullscreen.schema.json index ac5ede8..bbbbb0b 100644 --- a/registry/schemas/NavbarStyleFullscreen.schema.json +++ b/registry/schemas/NavbarStyleFullscreen.schema.json @@ -2,7 +2,7 @@ "name": "NavbarStyleFullscreen", "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'AstroSec')", + "brandName?": "string (default: 'ASTROSEC')", "bottomLeftText?": "string (default: 'Global Community')", "bottomRightText?": "string (default: 'hello@example.com')", "topBarClassName?": "string (default: '')" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5745534..3e43a3b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,7 +7,7 @@ import "./styles/base.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "AstroSec - Cybersecurity & AI Solutions", description: "Next-generation security and AI solutions for enterprises" + title: "ASTROSEC - Cybersecurity & AI Solutions", description: "Next-generation security and AI solutions for enterprises" }; export default function RootLayout({ @@ -573,7 +573,7 @@ export default function RootLayout({ selection.addRange(range); } } catch (e) { - console.warn('[AstroSec] Could not set caret position:', e); + console.warn('[ASTROSEC] Could not set caret position:', e); } } }; @@ -1098,13 +1098,13 @@ export default function RootLayout({ } } } catch (err) { - console.warn('[AstroSec] Failed to revert change:', err); + console.warn('[ASTROSEC] Failed to revert change:', err); } }); } clearLocalChanges(); } catch (error) { - console.error('[AstroSec] Failed to cancel changes:', error); + console.error('[ASTROSEC] Failed to cancel changes:', error); } return; } @@ -1121,7 +1121,7 @@ export default function RootLayout({ try { element = document.querySelector(selector); } catch (err) { - console.warn('[AstroSec] Invalid selector:', selector); + console.warn('[ASTROSEC] Invalid selector:', selector); } } @@ -1186,7 +1186,7 @@ export default function RootLayout({ } } } catch (error) { - console.error('[AstroSec] Invalid selector for button update:', selector, error); + console.error('[ASTROSEC] Invalid selector for button update:', selector, error); } return; } diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ea26cd..ad98bb2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -279,7 +279,7 @@ export default function LandingPage() { ], }, ]} - bottomLeftText="© 2025 AstroSec. All rights reserved." + bottomLeftText="© 2025 ASTROSEC. All rights reserved." bottomRightText="Securing Tomorrow, Today" /> diff --git a/src/components/navbar/Logo.tsx b/src/components/navbar/Logo.tsx index dd05fe9..95485df 100644 --- a/src/components/navbar/Logo.tsx +++ b/src/components/navbar/Logo.tsx @@ -18,7 +18,7 @@ interface LogoProps { const Logo = ({ // logoSrc, // logoAlt = "", - brandName = "AstroSec", + brandName = "ASTROSEC", // className = "", // imageClassName = "", textClassName = "", diff --git a/src/components/navbar/NavbarLayoutFloatingInline.tsx b/src/components/navbar/NavbarLayoutFloatingInline.tsx index 5691023..32c86a9 100644 --- a/src/components/navbar/NavbarLayoutFloatingInline.tsx +++ b/src/components/navbar/NavbarLayoutFloatingInline.tsx @@ -23,7 +23,7 @@ interface NavbarLayoutFloatingInlineProps { const NavbarLayoutFloatingInline = ({ navItems, - brandName = "AstroSec", + brandName = "ASTROSEC", button, animateOnLoad = true, className = "", diff --git a/src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx b/src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx index c36edf1..84e0686 100644 --- a/src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx +++ b/src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx @@ -28,7 +28,7 @@ const NavbarLayoutFloatingOverlay = ({ // logoSrc, // logoAlt = "", className = "", - brandName = "AstroSec", + brandName = "ASTROSEC", button, buttonClassName = "", buttonTextClassName = "", diff --git a/src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx b/src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx index 55ded93..23e51da 100644 --- a/src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx +++ b/src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx @@ -57,7 +57,7 @@ const NavbarStyleCentered = ({ topBarButton, // logoSrc, // logoAlt = "", - brandName = "AstroSec", + brandName = "ASTROSEC", className = "", }: NavbarStyleCenteredProps) => { const [isActive, setIsActive] = useState(false); diff --git a/src/components/sections/footer/FooterBase.tsx b/src/components/sections/footer/FooterBase.tsx index 1ad9812..fc5ff18 100644 --- a/src/components/sections/footer/FooterBase.tsx +++ b/src/components/sections/footer/FooterBase.tsx @@ -30,11 +30,11 @@ interface FooterBaseProps { const FooterBase = ({ // logoSrc = "/brand/logowhite.svg", - logoText = "AstroSec", + logoText = "ASTROSEC", // logoWidth = 120, // logoHeight = 40, columns, - copyrightText = `© 2025 | AstroSec`, + copyrightText = `© 2025 | ASTROSEC`, onPrivacyClick, ariaLabel = "Site footer", className = "", diff --git a/src/components/sections/footer/FooterCard.tsx b/src/components/sections/footer/FooterCard.tsx index ebcc289..435edad 100644 --- a/src/components/sections/footer/FooterCard.tsx +++ b/src/components/sections/footer/FooterCard.tsx @@ -26,8 +26,8 @@ interface FooterCardProps { const FooterCard = ({ // logoSrc, // logoAlt = "Logo", - logoText = "AstroSec", - copyrightText = `© 2025 | AstroSec`, + logoText = "ASTROSEC", + copyrightText = `© 2025 | ASTROSEC`, socialLinks, ariaLabel = "Site footer", className = "", diff --git a/src/components/sections/footer/FooterMedia.tsx b/src/components/sections/footer/FooterMedia.tsx index 18d0e22..c6dbd00 100644 --- a/src/components/sections/footer/FooterMedia.tsx +++ b/src/components/sections/footer/FooterMedia.tsx @@ -51,11 +51,11 @@ const FooterMedia = ({ imageAlt = "", videoAriaLabel = "Footer video", // logoSrc = "/brand/logowhite.svg", - logoText = "AstroSec", + logoText = "ASTROSEC", // logoWidth = 120, // logoHeight = 40, columns, - copyrightText = `© 2025 | AstroSec`, + copyrightText = `© 2025 | ASTROSEC`, onPrivacyClick, ariaLabel = "Site footer", className = "",