From 5cfde5a2587a91d0f248c4fed5f2ea9258b6cf28 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 18:37:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2b4900..bedd3b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -175,7 +175,8 @@ export default function LandingPage() { logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJIeKqO7zvo0s4wbiXzT3hoGtU/uploaded-1779128537596-ac8jibq5.png" logoAlt="MCG Merchant Services Logo" logoText="MCG Merchant Services" - logoClassName="brightness-150 contrast-125 saturate-150" + logoClassName="brightness-200 contrast-150 saturate-200 text-white invert-0" + logoTextClassName="text-white font-bold" columns={[ { title: "Resources", items: [ @@ -196,4 +197,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file