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" />