diff --git a/src/app/page.tsx b/src/app/page.tsx
index ce7828c..30ef9a2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -58,7 +58,11 @@ export default function IncubateItPage() {
description="The partner of choice for founders turning complex technical visions into high-growth software products through a proven 6-week launch cycle."
buttons={[{ text: "View Our Work", href: "#services" }]}
dashboard={{
- title: "Incubation Hub", logoIcon: Cpu, imageSrc: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg", stats: [{ title: "Ventures Launched", values: [24, 32, 45], description: "Successful products moved from zero to market." }],
+ title: "Incubation Hub", logoIcon: Cpu, imageSrc: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg", stats: [
+ { title: "Ventures Launched", values: [24, 32, 45], description: "Successful products moved from zero to market." },
+ { title: "Total Sprints", values: [100, 150, 200], description: "Agile cycles completed successfully." },
+ { title: "Team Growth", values: [50, 75, 100], description: "Engineers onboarded to partner teams." }
+ ],
sidebarItems: [{ icon: Rocket }, { icon: Workflow }, { icon: Zap }],
listItems: [{ icon: Zap, title: "Refactoring MVP", status: "Done" }, { icon: ShieldCheck, title: "Security Audit", status: "Running" }]
}}
@@ -88,14 +92,15 @@ export default function IncubateItPage() {
metrics={[{ value: "6 Weeks", title: "Avg Time to Launch" }, { value: "40%", title: "Cost Optimization" }]}
imageSrc="http://img.b2bpic.net/free-photo/multiethnic-energy-specialists-coordinates-activity-chroma-key_482257-126017.jpg"
mediaAnimation="slide-up"
+ useInvertedBackground={false}
/>
-