From 3bd970e1f4b1269bef43b7e6b8c4d0fbf0db637f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 10:07:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 07c7b13..9118cad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,11 @@ export default function LandingPage() { description="We test real market opportunities for your business and show you what actually works." buttons={[{ text: "Get Started", href: "#contact" }, { text: "See How It Works", href: "#about" }]} dashboard={{ - title: "PROVA Analytics", stats: [{ title: "Monthly Growth", values: [12, 18, 25], description: "Revenue acceleration" }], + title: "PROVA Analytics", stats: [ + { title: "Monthly Growth", values: [12, 18, 25], description: "Revenue acceleration" }, + { title: "Conversion Rate", values: [2, 5, 8], description: "Visitor conversion" }, + { title: "Test Volume", values: [5, 10, 15], description: "Active experiments" } + ], logoIcon: BarChart3, sidebarItems: [{ icon: LayoutDashboard, active: true }, { icon: Search }, { icon: Settings }], listItems: [{ icon: Clock, title: "Cycle 1: Validation", status: "Completed" }, { icon: ShieldCheck, title: "Cycle 2: Scaling", status: "Active" }], -- 2.49.1