From bf8b6d5c306c10eefb2968eeb9c2c12e55333b76 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 17:03:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6826fb3..db519f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,7 +39,7 @@ export default function LandingPage() { logoAlt="MCG Merchant Services Logo" brandName="MCG Merchant Services" className="bg-[#020617] px-4 md:px-8 justify-start" - logoClassName="h-20 w-auto scale-150 origin-left mr-auto" + logoClassName="h-24 w-auto scale-150 origin-left mr-auto" button={{ text: "Get Started", href: "#contact" }} /> @@ -178,4 +178,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1