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

This commit is contained in:
2026-02-24 04:46:29 +00:00
parent 8ba86bdfc6
commit 0eee39988b

View File

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