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() {