From 023a9fbc9107c2607e4a3d9e03abf6b3c77b01da Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 19:53:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index f3e32a3..5c79e75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,6 +118,7 @@ export default function LandingPage() { { icon: TrendingUp, label: "Avg. ROI Increase", value: "340%" }, { icon: Award, label: "Industry Awards", value: "28" } ]} + metricsAnimation="slide-up" useInvertedBackground={false} /> -- 2.49.1