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

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

View File

@@ -31,11 +31,11 @@ interface FooterBaseCardProps {
const FooterBaseCard = ({
// 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 = "",