From e74a806c668cb72c20749929fc8669ac74d16ee0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 18:46:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9127dfe..8565e48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -174,7 +174,8 @@ export default function LandingPage() { logoText="© 2025 MCG Merchant Services Inc." leftLink={{ text: "Privacy Policy", href: "#" }} rightLink={{ text: "Terms of Service", href: "#" }} - className="bg-white" + className="bg-white !text-black" + logoClassName="bg-white" /> -- 2.49.1