From 284c63cc3722345afcd8f43469114547266ca673 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 10:08:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9118cad..52a16be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,6 +57,7 @@ export default function LandingPage() { ], logoIcon: BarChart3, sidebarItems: [{ icon: LayoutDashboard, active: true }, { icon: Search }, { icon: Settings }], + buttons: [{ text: "Export Report", href: "#" }], listItems: [{ icon: Clock, title: "Cycle 1: Validation", status: "Completed" }, { icon: ShieldCheck, title: "Cycle 2: Scaling", status: "Active" }], imageSrc: "http://img.b2bpic.net/free-photo/abstract-dark-background-with-glowing-lines_23-2148816654.jpg" }} @@ -109,7 +110,7 @@ export default function LandingPage() {