From 8ba86bdfc6a90437e9dccd375db0a75c21ca8f67 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 04:46:28 +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 518c908..66dd91b 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 = "North Star Marketing Lab ", // logoWidth = 120, // logoHeight = 40, columns, - copyrightText = `© 2025 | Webild`, + copyrightText = `© 2025 | North Star Marketing Lab `, onPrivacyClick, ariaLabel = "Site footer", className = "",