Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-04-17 10:07:35 +00:00

View File

@@ -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" }],