From 4925ec69bde87ea646d2af6eb74c68749e741449 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:52:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 92e5496..f9c6cd2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -241,6 +241,8 @@ export default function LandingPage() { inputPlaceholder="Enter your email" buttonText="Claim Your Free Credit Analysis" termsText="We respect your privacy. Your consultation request will be handled securely. Zero obligation—just expert guidance to help you succeed." + mediaWrapperClassName="w-full h-full object-cover object-center" + mediaClassName="w-full h-full object-cover object-center" /> -- 2.49.1