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

This commit is contained in:
2026-02-18 22:48:40 +00:00
parent e6a9ed36a8
commit d42d8049b8

View File

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