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

This commit is contained in:
2026-02-13 17:15:16 +00:00
parent f89bef7ba6
commit ed9b4950cb

View File

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