From e7252c65d7785a05d78ad1d0ea02b085fa242ee5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:59 +0000 Subject: [PATCH] Update 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 eb94641..bfff63d 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 = "Contact Us ", + logoText = "CONTACT US ", // logoWidth = 120, // logoHeight = 40, columns, - copyrightText = `© 2025 | Contact Us `, + copyrightText = `© 2025 | CONTACT US `, onPrivacyClick, ariaLabel = "Site footer", className = "",