From 4cdd8d0bc8f5bbd04b1ae9576f4c641aabf73098 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:45:01 +0000 Subject: [PATCH] Update src/components/sections/footer/FooterCard.tsx --- src/components/sections/footer/FooterCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/footer/FooterCard.tsx b/src/components/sections/footer/FooterCard.tsx index 27f9843..daa646c 100644 --- a/src/components/sections/footer/FooterCard.tsx +++ b/src/components/sections/footer/FooterCard.tsx @@ -26,8 +26,8 @@ interface FooterCardProps { const FooterCard = ({ // logoSrc, // logoAlt = "Logo", - logoText = "Contact Us ", - copyrightText = `© 2025 | Contact Us `, + logoText = "CONTACT US ", + copyrightText = `© 2025 | CONTACT US `, socialLinks, ariaLabel = "Site footer", className = "",