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 = "",