From 66ea884a1d2768478ce146fc34c0946cd9be017e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 21:21:58 +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 cdc9f5c..0604e6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { { icon: Eye, label: "Observação", value: "95/100" }, { icon: Sparkles, label: "Inteligência", value: "90/100" } ]} - metricsAnimation="entrance-slide" + metricsAnimation="slide-up" useInvertedBackground={true} /> -- 2.49.1