From fd083b748757d191e3ac7b95a03b303d48060d17 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:38:15 +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 74ab50b..87c65ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { frameStyle="card" buttonAnimation="slide-up" mediaAnimation="opacity" - imageClassName="w-full h-auto object-cover" + imageClassName="w-full h-auto object-contain" /> -- 2.49.1