From 87db38b75fabc6752c0636c367c9ed9579b0b35b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 17:08:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8faeb2d..b1cb751 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" button={{ text: "Get Started", href: "#contact" }} - className="bg-[#020617] px-4 md:px-8 justify-start" + className="bg-[#020617] px-4 md:px-8" logoClassName="h-24 w-auto scale-150 origin-left mr-auto" /> -- 2.49.1