Switch to version 1: modified src/components/sections/footer/FooterBase.tsx

This commit is contained in:
2026-03-05 18:28:05 +00:00
parent 77c1e8693a
commit 796cad9b93

View File

@@ -30,11 +30,11 @@ interface FooterBaseProps {
const FooterBase = ({
// 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 = "",