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

This commit is contained in:
2026-03-06 07:48:47 +00:00
parent 495cab22af
commit 439ece751c

View File

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