diff --git a/src/app/page.tsx b/src/app/page.tsx index 64ac08b..33e4518 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,13 +46,15 @@ export default function LandingPage() { tag="NEW: 2025 REVENUE ENGINE" buttons={[{ text: "Book Strategy Call", href: "#contact" }]} dashboard={{ - title: "Revenue Growth", stats: [ + title: "Revenue Growth", + stats: [ { title: "Monthly Revenue", titleMobile: "MRR", values: [15000, 25000, 45000], valuePrefix: "$", description: "Growth over Q1" }, { title: "Client Pipeline", titleMobile: "Leads", values: [12, 34, 88], description: "High-intent inbound" }, { title: "Conversion Rate", titleMobile: "CVR", values: [2, 5, 12], description: "Discovery call conversion" } ], logoIcon: Sparkles, sidebarItems: [{ icon: Target, active: true }, { icon: BarChart3 }], + buttons: [{ text: "Export Report", onClick: () => console.log("Export") }], listItems: [{ icon: CheckCircle2, title: "Funnel Optimization", status: "Complete" }], imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419486.jpg" }} @@ -73,6 +75,7 @@ export default function LandingPage() {