From 796cad9b93165f99238aaf2c6da4e6fbfbc2b2d7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:28:05 +0000 Subject: [PATCH] Switch to version 1: modified src/components/sections/footer/FooterBase.tsx --- src/components/sections/footer/FooterBase.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = "",