Update src/components/sections/footer/FooterBase.tsx

This commit is contained in:
2026-03-05 18:44:59 +00:00
parent 427c6ca8a0
commit e7252c65d7

View File

@@ -30,11 +30,11 @@ interface FooterBaseProps {
const FooterBase = ({
// logoSrc = "/brand/logowhite.svg",
logoText = "Contact Us ",
logoText = "CONTACT US ",
// logoWidth = 120,
// logoHeight = 40,
columns,
copyrightText = `© 2025 | Contact Us `,
copyrightText = `© 2025 | CONTACT US `,
onPrivacyClick,
ariaLabel = "Site footer",
className = "",