From b05c8381fea8d2732208133c060e5fb0b258e769 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 17:10:12 +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 e74a9fa..cd207b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,7 @@ export default function LandingPage() { brandName="MCG Merchant Services" button={{ text: "Get Started", href: "#contact" }} className="bg-[#020617] pl-0 pr-4 md:pr-8" - logoClassName="h-24 w-auto scale-150 origin-left mr-auto" + logoClassName="h-24 w-auto scale-150 origin-left" /> @@ -178,4 +178,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1