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

This commit is contained in:
2026-03-05 17:57:15 +00:00
parent d7ea6e2a89
commit 7f427cf171

View File

@@ -31,11 +31,11 @@ interface FooterBaseCardProps {
const FooterBaseCard = ({
// logoSrc = "/brand/logowhite.svg",
logoText = "Webild",
logoText = "Contact Us ",
// logoWidth = 120,
// logoHeight = 40,
columns,
copyrightText = `© 2025 | Webild`,
copyrightText = `© 2025 | Contact Us `,
onPrivacyClick,
ariaLabel = "Site footer",
className = "",