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

This commit is contained in:
2026-02-18 22:49:13 +00:00
parent fac7950b37
commit c2d6cc3c17

View File

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