From 3eed02a131e4322ff8a310d6d6668c767d2fb25d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:58:31 +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 1b4aed9..329951f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,6 +67,7 @@ export default function MVPLabsPage() { { icon: TrendingUp, label: "Average Time to Market", value: "8 Weeks" }, { icon: Target, label: "Client Success Rate", value: "94%" } ]} + metricsAnimation="none" useInvertedBackground={false} ariaLabel="About metrics section" /> @@ -177,6 +178,7 @@ export default function MVPLabsPage() { { id: "1", value: "80+", description: "Successful MVP launches across diverse industries from fintech to marketplace platforms." }, { id: "2", value: "$500M+", description: "Combined valuation of companies we've helped launch and scale from MVP to growth stage." } ]} + metricsAnimation="none" useInvertedBackground={true} ariaLabel="Impact metrics section" /> -- 2.49.1