diff --git a/src/components/sections/footer/FooterBase.tsx b/src/components/sections/footer/FooterBase.tsx index 518c908..eb94641 100644 --- a/src/components/sections/footer/FooterBase.tsx +++ b/src/components/sections/footer/FooterBase.tsx @@ -30,11 +30,11 @@ interface FooterBaseProps { const FooterBase = ({ // logoSrc = "/brand/logowhite.svg", - logoText = "Webild", + logoText = "Contact Us ", // logoWidth = 120, // logoHeight = 40, columns, - copyrightText = `© 2025 | Webild`, + copyrightText = `© 2025 | Contact Us `, onPrivacyClick, ariaLabel = "Site footer", className = "",