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

This commit is contained in:
2026-03-06 07:48:46 +00:00
parent 024f3ea30e
commit 495cab22af

View File

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