Update src/app/page.tsx

This commit is contained in:
2026-03-03 15:58:31 +00:00
parent 4dedc22106
commit 3eed02a131

View File

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