Update src/components/sections/footer/FooterBaseCard.tsx
This commit is contained in:
@@ -31,11 +31,11 @@ interface FooterBaseCardProps {
|
|||||||
|
|
||||||
const FooterBaseCard = ({
|
const FooterBaseCard = ({
|
||||||
// logoSrc = "/brand/logowhite.svg",
|
// logoSrc = "/brand/logowhite.svg",
|
||||||
logoText = "Webild",
|
logoText = "Proofweb",
|
||||||
// logoWidth = 120,
|
// logoWidth = 120,
|
||||||
// logoHeight = 40,
|
// logoHeight = 40,
|
||||||
columns,
|
columns,
|
||||||
copyrightText = `© 2025 | Webild`,
|
copyrightText = `© 2025 | Proofweb`,
|
||||||
onPrivacyClick,
|
onPrivacyClick,
|
||||||
ariaLabel = "Site footer",
|
ariaLabel = "Site footer",
|
||||||
className = "",
|
className = "",
|
||||||
|
|||||||
Reference in New Issue
Block a user