From 59a656032d34345e58568b41ecde1258bd208c86 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 23:11:38 +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 f5b69d6..9cb6479 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,7 +146,7 @@ export default function LandingPage() { id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/smiling-looking-straight-ahead-young-handsome-guy-points-side-isolated-purple-with-copy-space_141793-85804.jpg", imageAlt: "David Kim" } ]} - cardAnimation="fade-in" + cardAnimation="slide-up" useInvertedBackground={false} /> -- 2.49.1