From d16616d0a9bcd30d1e7bdfa72e45fb5b5a91799a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 01:48: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 b5a679b..12fa6b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,6 +53,7 @@ export default function LandingPage() { imageSrc="https://img.b2bpic.net/free-photo/young-employees-sitting-office-table-using-laptop-team-work-brainstorming-meeting-concept_146671-15635.jpg" imageAlt="Marketing team collaborating on strategy" frameStyle="browser" + mediaAnimation="fade-up" /> @@ -171,6 +172,7 @@ export default function LandingPage() { } ]} useInvertedBackground={false} + metricsAnimation="fade-up" /> -- 2.49.1